- Nov 01, 2003
-
-
The Great Git Migration authored
create tag 'DRUPAL-4-3-0'. Sprout from master 2003-10-30 19:16:44 UTC Dries Buytaert <dries@buytaert.net> '' Cherrypick from DRUPAL-4-3 2003-11-01 22:23:27 UTC Kjartan Mannes <kjartan@2.no-reply.drupal.org> '- Updating release info.': CHANGELOG database/database.mssql database/database.mysql database/database.pgsql modules/poll.module modules/user.module Delete: modules/aggregator.module modules/aggregator/aggregator.module modules/archive/archive.module modules/block/block.module modules/blog/blog.module modules/book/book.module modules/comment/comment.module modules/drupal/drupal.module modules/forum/forum.module modules/help/help.module modules/locale/locale.module modules/node/node.module modules/page/page.module modules/path/path.module modules/ping/ping.module modules/poll/poll.module modules/profile/profile.module modules/search/search.module modules/statistics/statistics.module modules/story/story.module modules/system/system.module modules/taxonomy/taxonomy.module modules/throttle/throttle.module modules/tracker/tracker.module modules/user/user.module modules/watchdog/watchdog.module
-
- Oct 30, 2003
-
-
Dries Buytaert authored
- Added support for "special timezones". Patch by Steven/UnConeD.
-
- Oct 29, 2003
-
-
Dries Buytaert authored
- Bugfix: fixed problem with queue module. Fixes bug #3839.
-
- Oct 28, 2003
-
-
Dries Buytaert authored
- Small corrections to the punctuation.
-
Dries Buytaert authored
- Bugfix: fixed usernames being shown in the "Who is online" block after 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.
-
- Oct 27, 2003
-
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Bugfix: fixed SQL errors with tablesort when 'order' is invalid. Patch by Kjartan. Fixes bug #2613.
-
Dries Buytaert authored
- Added an update to grow the 'name' field of the variables table. Patch by Gerhard.
-
Dries Buytaert authored
- Bugfix: fixed bug #3807.
-
Dries Buytaert 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 Buytaert authored
- Bugfix: 'path' -> {url_alias}. Patch by Mark Coady.
-
- Oct 26, 2003
-
-
Dries Buytaert authored
- Properly initialized $contents and removed dead code. Patch/suggestion by ax.
-
Dries Buytaert authored
- Bugfix: increased the size of variable's tables the 'name' field. Patch by Gerhard.
-
- Oct 25, 2003
-
-
Dries Buytaert authored
- Fixed typos in the throttle module documentation. Patch by marky.
-
- Oct 24, 2003
-
-
Dries Buytaert authored
- Fixed typo in comment module documentation. Patch by Mark Coady.
-
Dries Buytaert authored
- Usability improvement: removed the cron setting. It was dead code.
-
Dries Buytaert authored
- Small usability improvement: add title to administration pages. Patch by Ax.
-
Dries Buytaert authored
- Documentation fix: updated context-sensitive help to match menu item changes. Fixes critical bug #3453.
-
Dries Buytaert authored
- Documentation fix: updated context-sensitive help to match menu item changes. Fixes critical bug #3453. (In the end someone has to do it ...)
-
Dries Buytaert authored
- Documentation improvement: updated documentation to match menu item changes. Fixes critical bug #3453. (In the end, someone has to do it ...)
-
Dries Buytaert authored
- Small documentation improvements.
-
- Oct 23, 2003
-
-
Dries Buytaert authored
- Bugfix: user->id --> user->uid. Patch by Gabor.
-
Steven Wittens authored
-
Dries Buytaert authored
- Bugfix: don't set a name and e-mail address for the anonymous user. Fixes bug #3740.
-
Dries Buytaert authored
- Bugfix: removed depricated documentation.
-
Dries Buytaert authored
- Bugfix: corrected broken HTML in the documentation.
-
Dries Buytaert authored
- Small documentation improvements.
-
Dries Buytaert authored
- Bugfix: corrected the context sensitive help of the main admin page. Fixes bug #3756.
-
Dries Buytaert authored
- Bugfix: fixed problem with book outlines. Reported by Mark Cheverton.
-
Dries Buytaert authored
- Bugfix: set the timestamp of the node counters. Patch by Moshe.
-
- Oct 22, 2003
-
-
Dries Buytaert 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.
-
Dries Buytaert authored
- Bugfix: prefix not prepended to sequences. Fixes bug #3639. Make sure to write: db_next_id({table}_field); instead of: db_next_id(table_field);
-
- Oct 21, 2003
-
-
Dries Buytaert authored
- Bugfix: fixed problem with search key replacement. Patch by Kjartan.
-
Dries Buytaert authored
- Bugfix: changed id="menu" to class="menu" to avoid id="menu" being emitted twice. Patch by Jim Riggs.
-
Dries Buytaert authored
- Bugfix/improvement: the revision table was not using table(). Fixes bug #3635.
-
Dries Buytaert authored
- Bugfix: don't list the anonymous user on the account overview pages. Fixes bug #3688.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Some clarifications to the upgrade script's guidelines/documentation based on observing upgrade questions.
-
- Oct 20, 2003
-
-
Dries Buytaert authored
- Simplified comment counter caches a bit: removed some redundant SQL code. Maybe this will fix Jeremy's "phantom comments".
-
Dries Buytaert authored
- Bugfix: fixed form() being called incorrectly. Fixed bug #3699 reported by Julian.
-