Dries Buytaert
b87c83b319
- Fixed coding style issues. Patch by Ax.
2003-03-14 22:21:23 +00:00
Dries Buytaert
dc19b22fb8
- Modified patch of Moshe. Enhances the tracker module so it displayes recent
...
*nodes* in addition to comments. This will be helpful for tracking down new
book nodes, blog posts, news items, and other stuff which isn't interesting
enough to be promoted to the home page.
2003-03-14 20:41:27 +00:00
Dries Buytaert
1f2d2b73dd
- Fixed a CSS glitch. Thanks Al.
...
- Removed extraneous %uri's.
2003-03-14 20:33:53 +00:00
Dries Buytaert
d0a8e9221b
- Removed target attribute from <a href="">. Patch by Al.
2003-03-13 21:19:36 +00:00
Dries Buytaert
f89d341d11
- Another attempt to get the font size right. Al, Ax: better now?
2003-03-13 20:12:04 +00:00
Dries Buytaert
df75067205
Patch by Ax:
...
- the index link ("View this book's table of contents.") which pointed
to http://drupal/book instead of to ... this book's table of contents.
- it doesn't print "previous", "next", "up", "index" if there are no
"previous", "next", "up", "index"
- it doesn't print "index" if "up" /is/ the "index"
- it swaps the order of "up" and "index", ie. "up" is in the row above
"index", between "previous" and "next" now. this is more logical and the
way all tree-browsing apps (python doc, info, ...) do it.
2003-03-13 20:09:47 +00:00
Kjartan Mannes
9a57a20732
- Fixes invalid link generation in import module (wouldn't work with
...
clean urls enabled).
- Changed the logic in blog module to handle "blog it" links.
2003-03-13 14:02:44 +00:00
Dries Buytaert
4ad174c411
- Eliminated system_init(), the session stuff, and made it possible to
...
rebuild the menu.
2003-03-12 21:46:14 +00:00
Dries Buytaert
127c6fd465
- Fixed translation bug.
...
- Fixed broken queries: use 'AND' instead of '&&'. Reported by Neil.
- Fixed broken URLs in e-mails. Reported by Stefaan.
2003-03-12 21:31:09 +00:00
Dries Buytaert
53321bafae
- Patch by Kjartan:
...
+ Pager is not generated when there are less results than the limit.
+ Fixes ugly blank rows in administration pages when there is just one
page.
2003-03-12 20:45:24 +00:00
Dries Buytaert
4c7bd41a74
- Made the xtemplate theme support the td.dark and tr.light tags emitted
...
by the table rendering functions.
- Made the font-size in the sidebar a bit smaller to avoid excessive
wrapping. Requested by Al.
2003-03-12 20:31:02 +00:00
Dries Buytaert
e1cd7e0836
- The name of a forum node is a "forum topic", not a "discussion forum".
2003-03-12 20:17:14 +00:00
Kjartan Mannes
54ea2de9f3
- Adding $Id$ keyword.
2003-03-12 09:51:30 +00:00
Dries Buytaert
7a88330d9d
- Committed slightly modified version of Kjartan's theme.inc patch: Drupal
...
will now barf when trying to instantiate a non-existing theme class.
This should help to identify broken themes, and to track down theme system
related bugs.
2003-03-11 23:08:01 +00:00
Dries Buytaert
4079abab3b
- Ported Neil Ernst's patch to CVS: prefix a columname with a qualification
...
to make things work using PostgreSQL.
NOTE: Neil's "&&"-patch will be part of Moshe's MSSQL patch.
2003-03-11 22:49:16 +00:00
Dries Buytaert
07bb678662
- Some .htaccess file fixes/improvements. Thanks Ax.
2003-03-11 12:57:13 +00:00
Kjartan Mannes
7c63dbccc8
- Fixing typos.
2003-03-11 08:43:59 +00:00
Dries Buytaert
cd31f11348
- Fixed request 583. Patch by Al.
2003-03-10 21:08:35 +00:00
Dries Buytaert
34aeff6c6c
- Fixed typo: maxumum -> maximum. Patch by Al.
2003-03-10 20:34:40 +00:00
Dries Buytaert
1a647c573b
- Committed Ax' book patch to "fix" the "next/prev" navigation.
2003-03-10 20:18:38 +00:00
Kjartan Mannes
1f81d0e222
- Fixing bug reported by Alastair Maw. My paranoia got a little bit too much
...
apparently.
2003-03-10 18:13:45 +00:00
Kjartan Mannes
5689a98529
- Fixed bug #1298 : Taxonomy: Edit term doesn't show parent and related
...
terms.
- Added feature #1299 : Order of related terms and parent in taxonomy
admin.
2003-03-10 14:07:14 +00:00
Kjartan Mannes
b5ba5e22e1
- Added another security layer.
...
- Modified some moderation logic to make it more workable.
2003-03-10 12:01:26 +00:00
Kjartan Mannes
9649350004
- Fixed log views so that the menu doesn't dissapear. (Note: don't use exit()
...
in Drupal unless you really need to!)
2003-03-09 21:40:01 +00:00
Kjartan Mannes
2555ddc8ea
- Updating CHANGELOG.
2003-03-09 17:31:42 +00:00
Kjartan Mannes
c4cf16dd3d
- Removing drupal module from the always loaded modules (again).
2003-03-09 17:28:51 +00:00
Kjartan Mannes
5a646024db
- Ahem , trailing spaces.
2003-03-09 17:21:22 +00:00
Kjartan Mannes
1421c878d1
- Moved moderation logic back into node module.
...
* After having a chat with Dries we have agreed on the logics (or
more specifically he told me how its supposed to work). The queue
module is just a method to make moderation public, but its not
necessarily the only way. This brings the power back.
- Minor interface tweaks (names, case changes, etc).
- Fixed error that would show when you tried to view the profile of a
blocked user.
2003-03-09 17:19:50 +00:00
Dries Buytaert
f2c914af5b
- The .htaccess file will now correct the majority of the external referers
...
that still use the old URL scheme! Thanks Ax and Gerhard for providing a
better upgrade path.
2003-03-09 17:04:14 +00:00
Kjartan Mannes
46cbc276a6
- Adding O modifier to format_date.
2003-03-09 16:55:07 +00:00
Dries Buytaert
738cebbaf2
- Moved some block up to avoid the user module duplicating data.
2003-03-09 15:50:26 +00:00
Dries Buytaert
accb30677c
- Emit the menu after the actual content; this makes it possible to rebuild
...
the menu when some action changed the system table.
2003-03-09 13:03:32 +00:00
Kjartan Mannes
c2866848d1
- Removing some trailing whitespace I forgot to clean up.
2003-03-09 10:19:16 +00:00
Dries Buytaert
a3b25924bd
- Removed debug statement
2003-03-08 21:15:10 +00:00
Dries Buytaert
c1734532f7
- Made rewrite_old_url() distinguish between absolute and relative URLs.
...
In case of a absolute URL it will try not to rewrite outgoing/external
URLs.
2003-03-08 21:10:22 +00:00
Kjartan Mannes
a0deb476fa
- Changed _nodeapi("conf") to _nodeapi("settings").
...
- Changed node settings page to use table().
- Minor code beautification here and there.
2003-03-08 14:35:42 +00:00
Dries Buytaert
b0859dcbd4
- Fixed a few typos.
2003-03-08 12:32:22 +00:00
Dries Buytaert
2cd22cfe97
- Improved installation instructions. Thanks Gary.
2003-03-08 12:28:24 +00:00
Dries Buytaert
491b0b59ec
- Bugfix to make parsing http://www.veganporn.com/syndicate-j.pl work.
...
Patch by Trent.
2003-03-08 00:20:47 +00:00
Kjartan Mannes
831ee21303
- Renamed "form.admin" to "form admin".
...
- Added node_admin_settings() to let users set node defaults.
* Added _nodeapi("conf")
- Modified form_checkbox() to unset options. (Modified the patch from Ax.)
- Removed the _save() hook.
- Fixed a logical flaw in field_get() and field_set() which would break
moderation.
- Moved some admin menus around and cleaned up some typos.
2003-03-07 22:11:44 +00:00
Dries Buytaert
3aba0fda70
- Fixed typo: <base url=> --> <base href=>. Patch by Moshe.
2003-03-07 17:32:58 +00:00
Dries Buytaert
914bd030e6
- Fixed typo: "data_format" -> "date_format_short". Patch by walkah.
2003-03-07 17:32:01 +00:00
Dries Buytaert
d659fedb38
- Removed the path_uri() function in favor of the $base_url variable and
...
fixes a handful of bugs introduced by the clean URL patch.
2003-03-07 06:37:30 +00:00
Dries Buytaert
d5fe0cfe20
- Fixed bug in search.module: slashes where escaped twice.
2003-03-06 22:03:36 +00:00
Dries Buytaert
ffc893d55a
- Changed 'node($node, $main)' to 'node($node, $main = 0)': cures a warning.
2003-03-06 19:38:22 +00:00
Dries Buytaert
25c5e5977a
- Fixed broken URL in comment form. Patch by Ax.
2003-03-06 08:19:01 +00:00
Dries Buytaert
a15bf99e46
- Fixed the links in the admin menu. Patch by Ax.
2003-03-05 18:56:57 +00:00
Dries Buytaert
7775d5a327
- Fixed "SELECT lid, FROM locales WHERE string = 'Reset to defaults'" problem:
...
invoke module_init() *after* the locale module has been initialized. The
system module was translating string from within its init hook which is now
possible/allowed.
2003-03-04 17:44:37 +00:00
Dries Buytaert
f26d8807fc
- Two small fixes.
2003-03-04 17:41:11 +00:00
Dries Buytaert
cf2802a761
- Fixed typo: $node->tid -> $node->tid[].
2003-03-04 15:32:26 +00:00