summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAge
* - I tidied up most SQL tables to be more consistent with the rest of theDries Buytaert2001-10-14
* - Small improvement: quoted all strings when used as an array index.Dries Buytaert2001-10-14
* - Quote string tables indexes (patch by Mike Krus).Dries Buytaert2001-10-14
* - translate the link (patch by Mike Krus).Dries Buytaert2001-10-14
* - Fixed the remaining SQL problems when running MySQL in ANSI mode.Dries Buytaert2001-10-13
* - fixed 4 SQL queries to use ANSI SQL instead: '||' --> 'OR'Dries Buytaert2001-10-12
* - fixed a small typo: "hour" --> "hours"Dries Buytaert2001-10-12
* - replaced a header("Location: xxx") by a drupal_goto()Dries Buytaert2001-10-12
* - improved the node sortingDries Buytaert2001-10-11
* - added sequence tablesDries Buytaert2001-10-11
* - fixed problem with language setting not being saved: patch by AxelDries Buytaert2001-10-09
* - PEAR-ification of Drupal by claw: you can now host Drupal on a wideDries Buytaert2001-10-09
* - fixed 2 bugs that where introduced by moving the index.php to node_page()Dries Buytaert2001-10-05
* - Improved search architecture derived from Axel's new search patches.Dries Buytaert2001-10-03
* - a small module to notify or ping weblogs.comDries Buytaert2001-10-02
* - improved the tracker.module so that it shows all the recent commentsDries Buytaert2001-10-02
* - bugfix: renamed 'conf_default' to 'system_default'Dries Buytaert2001-10-01
* - fixed bug: 'account_perm()' should have been 'user_perm()'Dries Buytaert2001-09-30
* - replaced all 'header("Location: foo")'s by a call to 'drupal_goto()'Dries Buytaert2001-09-30
* - small improvement to the "user blogs" blockDries Buytaert2001-09-30
* - fixed a SQL bug in the "next / prev" code of book.moduleDries Buytaert2001-09-29
* - fixed small glitch in node_del()Dries Buytaert2001-09-28
* - bugfix: a permission was missing from the permission tableDries Buytaert2001-09-28
* - comment.inc:Dries Buytaert2001-09-28
* - bugfixDries Buytaert2001-09-28
* - a batch of updates, including some experimental changes to the moderationDries Buytaert2001-09-27
* - book.module: fixed "/admin.php" bug reported by Gerhard.Dries Buytaert2001-09-27
* - Enhancement: added better help and translations to node.module.Dries Buytaert2001-09-26
* - fixed a HTML typo as reported by AlexanderDries Buytaert2001-09-26
* Bug fixes mostlyKjartan Mannes2001-09-26
* - added node_page() to list what index.php used to list.Kjartan Mannes2001-09-25
* - removed some death code that is no longer needed due to the factDries Buytaert2001-09-25
* - bugfix #1: fixed the line that accidentically got cut off by incorrectlyDries Buytaert2001-09-25
* - Fixed bug in forum.module: when you enable locales you were unableDries Buytaert2001-09-25
* - Fixed translation bugs (reported by Alexander Schwartz)Dries Buytaert2001-09-24
* - fixed bug in poll.module (patch by alex)Dries Buytaert2001-09-23
* - improved search module (vaguely derived from axel's code)Dries Buytaert2001-09-22
* - fixed HTML/XHTML typosDries Buytaert2001-09-21
* - added a new tracker.module (everybody kept nagging about the missingDries Buytaert2001-09-20
* - got rid of some unused warning / error messagesDries Buytaert2001-09-20
* - don't hash the passwordDries Buytaert2001-09-20
* - added a password hashDries Buytaert2001-09-20
* - fixed language bug in user.moduleDries Buytaert2001-09-19
* - use $HTTP_SERVER_VARS instead of $GLOBAL[REMOTE_ADDR] to beKjartan Mannes2001-09-18
* - fixed another bug in the new user.module (reported by Remco).Dries Buytaert2001-09-18
* - an attempt to work around a getenv() problemDries Buytaert2001-09-18
* - fixed bug in new user systemDries Buytaert2001-09-18
* - Fixed 2 typos in the user module. Thanks Axel and Remco.Dries Buytaert2001-09-18
* - added the "Log in" blockDries Buytaert2001-09-16
* - improved the search system by making it context sensitiveDries Buytaert2001-09-16