- 24 Oct, 2003 3 commits
-
-
Dries authored
- Small documentation improvements.
- 23 Oct, 2003 9 commits
-
-
Dries authored
- Bugfix: user->id --> user->uid. Patch by Gabor.
-
Steven Wittens authored
-
Dries authored
- Bugfix: removed depricated documentation.
-
Dries authored
- Bugfix: corrected broken HTML in the documentation.
-
Dries authored
- Small documentation improvements.
-
Dries authored
- Bugfix: fixed problem with book outlines. Reported by Mark Cheverton.
-
Dries authored
- Bugfix: set the timestamp of the node counters. Patch by Moshe.
-
- 22 Oct, 2003 2 commits
-
-
Dries authored
- Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' is a reserved SQL keyword. Required for both PostgreSQL and MSSQL. Patch by Adrian. - Bugfix: renamed the 'path' table to 'url_alias' as 'path' is a reserved SQL keyword. Required for both PostgreSQL and MSSQL. Patch by Adrian.
-
- 21 Oct, 2003 6 commits
-
-
Dries authored
- Bugfix: fixed problem with search key replacement. Patch by Kjartan.
-
Dries authored
- Bugfix: changed id="menu" to class="menu" to avoid id="menu" being emitted twice. Patch by Jim Riggs.
-
Dries authored
-
Dries authored
- Some clarifications to the upgrade script's guidelines/documentation based on observing upgrade questions.
-
- 20 Oct, 2003 7 commits
-
-
Dries authored
- Simplified comment counter caches a bit: removed some redundant SQL code. Maybe this will fix Jeremy's "phantom comments".
-
Dries authored
- Bugfix: fixed a duplicate and broken link to drupal.org. Patch by Matt.
-
Dries authored
- Improvement: reintroduced forum containers as promised. Should work as the changes are taken from Drupal 4.2.0. Patch by Jeremy.
-
Dries authored
- Bugfix: made theme UnConeD call theme_footer(). Patch by Gordon.
-
Dries authored
- Bugfix: made the "Default front page" setting work with URL aliases. Patch by Matt.
-
Dries authored
- Bugfix: fixed two problems with adding and deleting access rules. Patch by Moshe. Requires database upgrade.
-
- 19 Oct, 2003 1 commit
-
-
Dries authored
- Bugfix: added missing . which stopped the Example theme's DOCTYPE from being emitted. Reported by Robert Castelo.
-
- 17 Oct, 2003 2 commits
-
-
Dries authored
- comment.module: fixed an ambigous 'timestamp' query - forum.module: prev/next links no longer excerpt from the title+body in their title attribute. they now excerpt from only their title. this is more consistent with rest of drupal, and GROUP BY on node.body which isn't appreciated by MSSQL. also replaced some '' with NULL which caused errors in MSSQL - statistics.module: replaced a USING join with a standard ON join. USING is not as widely supported, and functionally equivalent.
-
Dries authored
- Bugfix: pass the node by reference in path_nodeapi so that $node->path is set for the node. Fixes bug #3680. Patch by Matt. - Bugfix: when creating a new node, don't try to insert a path if it wasn't set in the node form. This destroys any paths which the user may have created ahead of time for that node. Patch by Matt.
-
- 16 Oct, 2003 1 commit
-
-
Dries authored
- Fixed bug #3637: made comment module settings translatable. Patch #13 by Moshe. - Fixed bug #3642: removed duplicate settings from user page. Patch #14 by Moshe. - Fixed bug #3503: added 'forum topic' link to the 'create content' menu. Patch by Gobar. I think this might be more intuitive and consistent code-wise; I don't want to introduce small hacks. - Cache improvement: small cache improvement to prevent SQL errors. Patch by Jeremy.
-
- 15 Oct, 2003 3 commits
- 14 Oct, 2003 2 commits
-
-
Dries authored
- Replaced some dead wood.
-
Dries authored
by Nick (CodeMonkeyX). - Bugfix: anonymous users could not change comment settings. Patch by Bart. - Bugfix: the comment control form always showed "order by date - newest first", no matter what order you selected. Patch by Bart. - Small usability improvement: only display comment controls when there are comments to show. Patch by Bart.
-
- 13 Oct, 2003 3 commits
-
-
Dries authored
- Bugfix: the search result type names (node, user, comment) were not translatable in the search page output. Patch by Gabor.
-
Dries authored
- Bugfix: in the access log, the "post" column shows "n/a" for every line regardless of whether a node is involved. Patch by Jonathan.
-
Dries authored
- Usability improvements to the user module: removed some redundant menu items by taking advantage of the column sorting, added status messages and so on. Patch by Moshe plus some fixes. - Made the profile module use the table() function. Patch by Moshe. - Fixed breadcrumb spacing. Patch by Moshe. - Fixed colspan problem with node overview table. Patch by Stefan. - Fixed inconsistency with table sorting. Patch 0122 by Al.
-
- 12 Oct, 2003 1 commit
-
-
Dries authored
- Fixed translation bugs with statistics module. Patch by Gabor. - Removed 'homepage' field from user table. Patch by Gabor. - Added 'real name' field to the profile module. Patch by Gabor.
-