Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Bugfix: corrected the context sensitive help of the main admin page. ↵ | Dries Buytaert | 2003-10-23 |
| | | | | | | Fixes bug #3756. | ||
* | - Bugfix: fixed problem with book outlines. Reported by Mark Cheverton. | Dries Buytaert | 2003-10-23 |
| | |||
* | - Bugfix: set the timestamp of the node counters. Patch by Moshe. | Dries Buytaert | 2003-10-23 |
| | |||
* | - Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' is | Dries Buytaert | 2003-10-22 |
| | | | | | | | | 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. | ||
* | - Bugfix: prefix not prepended to sequences. Fixes bug #3639. | Dries Buytaert | 2003-10-22 |
| | | | | | | | | | | Make sure to write: db_next_id({table}_field); instead of: db_next_id(table_field); | ||
* | - Bugfix: fixed problem with search key replacement. Patch by Kjartan. | Dries Buytaert | 2003-10-21 |
| | |||
* | - Bugfix: changed id="menu" to class="menu" to avoid id="menu" being emitted | Dries Buytaert | 2003-10-21 |
| | | | | twice. Patch by Jim Riggs. | ||
* | - Bugfix/improvement: the revision table was not using table(). Fixes bug | Dries Buytaert | 2003-10-21 |
| | | | | #3635. | ||
* | - Bugfix: don't list the anonymous user on the account overview pages. Fixes | Dries Buytaert | 2003-10-21 |
| | | | | bug #3688. | ||
* | - Bugfix: fixed book module links. Fixed bug #3621. Patch #132 by eafarris. | Dries Buytaert | 2003-10-21 |
| | |||
* | - Simplified comment counter caches a bit: removed some redundant SQL code. | Dries Buytaert | 2003-10-20 |
| | | | | Maybe this will fix Jeremy's "phantom comments". | ||
* | - Bugfix: fixed form() being called incorrectly. Fixed bug #3699 reported | Dries Buytaert | 2003-10-20 |
| | | | | by Julian. | ||
* | - Improvement: reintroduced forum containers as promised. Should work as the | Dries Buytaert | 2003-10-20 |
| | | | | changes are taken from Drupal 4.2.0. Patch by Jeremy. | ||
* | - Bugfix: fixed two problems with adding and deleting access rules. Patch by | Dries Buytaert | 2003-10-20 |
| | | | | Moshe. Requires database upgrade. | ||
* | Patch by Moshe: | Dries Buytaert | 2003-10-17 |
| | | | | | | | | | | | | | - 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. | ||
* | - Bugfix: pass the node by reference in path_nodeapi so that $node->path is set | Dries Buytaert | 2003-10-17 |
| | | | | | | | | 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. | ||
* | - Fixed bug #3637: made comment module settings translatable. Patch #13 by ↵ | Dries Buytaert | 2003-10-16 |
| | | | | | | | | | | | | | 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. | ||
* | - Bugfix: added a missing break statement. Patch by Stefan. | Dries Buytaert | 2003-10-15 |
| | |||
* | - Some documentation fixes by Mark Coady. | Dries Buytaert | 2003-10-15 |
| | |||
* | - Bugfix: stopped the menu system from generating empty lists (<ul></ul>). ↵ | Dries Buytaert | 2003-10-14 |
| | | | | | | | | | | | | | | Patch 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. | ||
* | - Bugfix: in the access log, the "post" column shows "n/a" for every line | Dries Buytaert | 2003-10-13 |
| | | | | regardless of whether a node is involved. Patch by Jonathan. | ||
* | - Fixed prefix problem with the book module. Patch by Moshe. | Dries Buytaert | 2003-10-13 |
| | | | | | | | | | | | | | | - 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. | ||
* | - Fixed translation bugs with statistics module. Patch by Gabor. | Dries Buytaert | 2003-10-12 |
| | | | | | | - Removed 'homepage' field from user table. Patch by Gabor. - Added 'real name' field to the profile module. Patch by Gabor. | ||
* | - Fixed some link titles that were no longer correct due to the menu | Dries Buytaert | 2003-10-09 |
| | | | | changes. | ||
* | - Fixed some link titles that were no longer correct due to the menu | Dries Buytaert | 2003-10-09 |
| | | | | | | changes. - Fixed some broken links. | ||
* | - Fixed some link titles that were no longer correct due to the menu | Dries Buytaert | 2003-10-09 |
| | | | | | | changes. - Fixed some broken links. | ||
* | - Fixed some link titles that were no longer correct due to the menu | Dries Buytaert | 2003-10-09 |
| | | | | | | changes. - Fixed some broken links. | ||
* | - Fixed some link titles that were no longer correct due to the menu | Dries Buytaert | 2003-10-09 |
| | | | | | | changes. - Fixed some broken links. | ||
* | - Fixed a broken link in the user module's documentaiton. | Dries Buytaert | 2003-10-09 |
| | |||
* | - Fixed some link titles that were no longer correct due to the menu | Dries Buytaert | 2003-10-09 |
| | | | | changes. | ||
* | - Fixed some link titles that were no longer correct due to the menu changes. | Dries Buytaert | 2003-10-09 |
| | | | | - Made sure that the link titles match the page titles. | ||
* | - Fixed a dozen link titles that were no longer correct due to the menu | Dries Buytaert | 2003-10-09 |
| | | | | changes. | ||
* | - Fixed bug #3564: missing check in locale module. | Dries Buytaert | 2003-10-09 |
| | |||
* | - Committed part 3 of Michael's help system improvements: removed the $help | Dries Buytaert | 2003-10-09 |
| | | | | parameter from the menu() function. | ||
* | - Bugfix: inserting and updating paths was not working. Patch by Matt. | Dries Buytaert | 2003-10-09 |
| | | | | | - Bugfix: updated the queue module menu so the "view submission" link appears in the navigation when enabled. Patch by Matt. | ||
* | - Removed duplicate information. Fixes bug 3511. | Dries Buytaert | 2003-10-08 |
| | |||
* | - Fixed typo in the watchdog module's help text. Patch by Gabor. | Dries Buytaert | 2003-10-07 |
| | |||
* | - Help system improvements: eliminated the _system hook. Patch by Michael. | Dries Buytaert | 2003-10-07 |
| | | | | | | - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael. | ||
* | - Node API code clean-up. Patch by Kjartan. | Dries Buytaert | 2003-10-07 |
| | |||
* | - Small poll block improvement (without configuration option). Patch by | Dries Buytaert | 2003-10-06 |
| | | | | Gabor. | ||
* | - taxo_link always returns array(). | Kjartan Mannes | 2003-10-06 |
| | | | | | - Remove dead code from Marvin theme. - cleaner node html in Marvin. | ||
* | - Fixed book preview problem. Patch by Kjartan. | Dries Buytaert | 2003-10-06 |
| | |||
* | - Various translation and menu fixes from Gabor. | Dries Buytaert | 2003-10-05 |
| | |||
* | - Various path module fixes by Gabor. | Dries Buytaert | 2003-10-05 |
| | |||
* | - Fixed translation problem with comment module. Patch by Gobar. | Dries Buytaert | 2003-10-05 |
| | |||
* | - Bugfix: fixed print problem. Patch by Gabor. | Dries Buytaert | 2003-10-05 |
| | |||
* | - Bugfix: the block module's help was not being displayed. Patch by Gabor. | Dries Buytaert | 2003-10-05 |
| | |||
* | - Translation fix: made the 'Who is online' block 100% translatable. | Dries Buytaert | 2003-10-04 |
| | |||
* | user_mail_encode() fixes: | Kjartan Mannes | 2003-10-04 |
| | | | | | - Made sure the chunk sizes always include groupings of 4 bytes. - Added more comments so fixes are not lost in future changes. | ||
* | - Fix visual bug: incorrect colspan for table. | Dries Buytaert | 2003-10-04 |
| |