summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Added support for "special timezones". Patch by Steven/UnConeD.Dries Buytaert2003-10-30
|
* - Bugfix: fixed problem with queue module. Fixes bug #3839.Dries Buytaert2003-10-29
|
* - Small corrections to the punctuation.Dries Buytaert2003-10-28
|
* - Bugfix: fixed usernames being shown in the "Who is online" block afterDries Buytaert2003-10-28
| | | | | | | | | you logged out. Patch by Jeremy. - Bugfix: fixed the authmap table in the MSSQL scheme. Patch by Moshe. - Bugfix: properly themes some error messages in the user module. Patch by Moshe.
* - Fixing typo that Dries didn't notice I told him about.Kjartan Mannes2003-10-27
|
* - Bugfix: fixed SQL errors with tablesort when 'order' is invalid.Dries Buytaert2003-10-27
| | | | Patch by Kjartan. Fixes bug #2613.
* - Added an update to grow the 'name' field of the variables table. PatchDries Buytaert2003-10-27
| | | | by Gerhard.
* - Bugfix: fixed bug #3807.Dries Buytaert2003-10-27
|
* - Bugfix: made the bloggerapi respect the default promote setting. Patch byDries Buytaert2003-10-27
| | | | | | | | | | 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.
* - Bugfix: 'path' -> {url_alias}. Patch by Mark Coady.Dries Buytaert2003-10-27
|
* - Properly initialized $contents and removed dead code. Patch/suggestion by ax.Dries Buytaert2003-10-26
|
* - Bugfix: increased the size of variable's tables the 'name' field. PatchDries Buytaert2003-10-26
| | | | by Gerhard.
* - Fixed typos in the throttle module documentation. Patch by marky.Dries Buytaert2003-10-25
|
* - Fixed typo in comment module documentation. Patch by Mark Coady.Dries Buytaert2003-10-24
|
* - Usability improvement: removed the cron setting. It was dead code.Dries Buytaert2003-10-24
|
* - Small usability improvement: add title to administration pages. Patch by Ax.Dries Buytaert2003-10-24
|
* - Documentation fix: updated context-sensitive help to match menu item changes.Dries Buytaert2003-10-24
| | | | Fixes critical bug #3453.
* - Documentation fix: updated context-sensitive help to match menu item changes.Dries Buytaert2003-10-24
| | | | Fixes critical bug #3453. (In the end someone has to do it ...)
* - Documentation improvement: updated documentation to match menu item changes.Dries Buytaert2003-10-24
| | | | Fixes critical bug #3453. (In the end, someone has to do it ...)
* - Small documentation improvements.Dries Buytaert2003-10-24
|
* - Bugfix: user->id --> user->uid. Patch by Gabor.Dries Buytaert2003-10-23
|
* Typoes.Steven Wittens2003-10-23
|
* - Bugfix: don't set a name and e-mail address for the anonymous user. FixesDries Buytaert2003-10-23
| | | | bug #3740.
* - Bugfix: removed depricated documentation.Dries Buytaert2003-10-23
|
* - Bugfix: corrected broken HTML in the documentation.Dries Buytaert2003-10-23
|
* - Small documentation improvements.Dries Buytaert2003-10-23
|
* - Bugfix: corrected the context sensitive help of the main admin page. ↵Dries Buytaert2003-10-23
| | | | | | Fixes bug #3756.
* - Bugfix: fixed problem with book outlines. Reported by Mark Cheverton.Dries Buytaert2003-10-23
|
* - Bugfix: set the timestamp of the node counters. Patch by Moshe.Dries Buytaert2003-10-23
|
* - Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' isDries Buytaert2003-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 Buytaert2003-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 Buytaert2003-10-21
|
* - Bugfix: changed id="menu" to class="menu" to avoid id="menu" being emittedDries Buytaert2003-10-21
| | | | twice. Patch by Jim Riggs.
* - Bugfix/improvement: the revision table was not using table(). Fixes bugDries Buytaert2003-10-21
| | | | #3635.
* - Bugfix: don't list the anonymous user on the account overview pages. FixesDries Buytaert2003-10-21
| | | | bug #3688.
* - Bugfix: fixed book module links. Fixed bug #3621. Patch #132 by eafarris.Dries Buytaert2003-10-21
|
* - Some clarifications to the upgrade script's guidelines/documentation basedDries Buytaert2003-10-21
| | | | on observing upgrade questions.
* - Simplified comment counter caches a bit: removed some redundant SQL code.Dries Buytaert2003-10-20
| | | | Maybe this will fix Jeremy's "phantom comments".
* - Bugfix: fixed form() being called incorrectly. Fixed bug #3699 reportedDries Buytaert2003-10-20
| | | | by Julian.
* - Bugfix: fixed a duplicate and broken link to drupal.org. Patch by Matt.Dries Buytaert2003-10-20
|
* - Improvement: reintroduced forum containers as promised. Should work as theDries Buytaert2003-10-20
| | | | changes are taken from Drupal 4.2.0. Patch by Jeremy.
* - Bugfix: made theme UnConeD call theme_footer(). Patch by Gordon.Dries Buytaert2003-10-20
|
* - Bugfix: made the "Default front page" setting work with URL aliases. PatchDries Buytaert2003-10-20
| | | | by Matt.
* - Bugfix: fixed two problems with adding and deleting access rules. Patch byDries Buytaert2003-10-20
| | | | Moshe. Requires database upgrade.
* - Bugfix: added missing . which stopped the Example theme's DOCTYPE from beingDries Buytaert2003-10-19
| | | | emitted. Reported by Robert Castelo.
* Patch by Moshe:Dries Buytaert2003-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 setDries Buytaert2003-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 Buytaert2003-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 Buytaert2003-10-15
|
* - Usability improvement: improved consistency and themability of the search ↵Dries Buytaert2003-10-15
| | | | form.