- 20 Oct, 2003 1 commit
-
-
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.
-
- 09 Oct, 2003 15 commits
-
-
Dries authored
- Fixed some link titles that were no longer correct due to the menu changes.
-
Dries authored
changes. - Fixed some broken links.
-
Dries authored
changes. - Fixed some broken links.
-
Dries authored
- Fixed some link titles that were no longer correct due to the menu changes. - Fixed some broken links.
-
Dries authored
changes. - Fixed some broken links.
-
Dries authored
- Fixed a broken link in the user module's documentaiton.
-
Dries authored
- Fixed some link titles that were no longer correct due to the menu changes.
-
Dries authored
- Fixed some link titles that were no longer correct due to the menu changes. - Made sure that the link titles match the page titles.
-
Dries authored
- Fixed a dozen link titles that were no longer correct due to the menu changes.
-
Dries authored
- Committed part 3 of Michael's help system improvements: removed the $help parameter from the menu() function.
-
Dries authored
- Committed part 3 of Michael's help system improvements: removed the $help parameter from the menu() function.
-
Dries authored
-
Dries authored
- Fixed cache issue with path map.
-
Dries authored
- Bugfix: inserting and updating paths was not working. Patch by Matt. - Bugfix: updated the queue module menu so the "view submission" link appears in the navigation when enabled. Patch by Matt.
-
- 08 Oct, 2003 2 commits
- 07 Oct, 2003 5 commits
-
-
Dries authored
- Fixed typo in the watchdog module's help text. Patch by Gabor.
-
Dries authored
- Fixed typo in menu system. Patch by Jonathan.
-
Dries authored
- Help system improvements: eliminated the _system hook. Patch by Michael. - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael.
-
Dries authored
-
Kjartan authored
-
- 06 Oct, 2003 4 commits