- 27 Oct, 2003 3 commits
-
-
Dries authored
- Bugfix: made the bloggerapi respect the default promote setting. Patch by Remco. TODO: the same should be done for the fields "comment", "moderate" and so on. - Improvement: made posts/updates through the Blogger API show up on the admin main page. Modified patch from Remco.
-
Dries authored
- Bugfix: 'path' -> {url_alias}. Patch by Mark Coady.
- 26 Oct, 2003 2 commits
- 25 Oct, 2003 1 commit
-
-
Dries authored
- Fixed typos in the throttle module documentation. Patch by marky.
-
- 24 Oct, 2003 7 commits
-
-
Dries authored
- Fixed typo in comment module documentation. Patch by Mark Coady.
-
Dries authored
- Usability improvement: removed the cron setting. It was dead code.
-
Dries authored
- Small usability improvement: add title to administration pages. Patch by Ax.
-
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.
-