summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* - added the CVS keyword $Id$ to all files to make future version trackingnatrak2001-10-20
* - added the CVS keyword $Id$ to all files to make future version trackingKjartan Mannes2001-10-20
* - fixed an SQL errornatrak2001-10-20
* - Updated example.theme: it's being reduced to a minimum as it can inheritDries Buytaert2001-10-20
* - Started a theme.inc clean-up.Dries Buytaert2001-10-20
* - fixed a problem with node retrival if several nodes had the same title but ...natrak2001-10-20
* - modified the variable code so you can override site settings in the config ...Kjartan Mannes2001-10-20
* - modified the variable code so you can override site settings in the config ...natrak2001-10-20
* - user.module should now return your user settings when you log in and notKjartan Mannes2001-10-18
* - fixed a SQL typo in node.php: user --> usersDries Buytaert2001-10-17
* - Added a *cool* new Perl script by Alexander. You can use this scriptDries Buytaert2001-10-16
* - Removed a node's link ID (lid) as discussed on the mailing list. SeeDries Buytaert2001-10-16
* - blocks will now show up again if 'Enabled: always'Kjartan Mannes2001-10-16
* - Renamed the SQL update files to be more consistent with the databaseDries Buytaert2001-10-15
* - Tidied up the script names a bit ...Dries Buytaert2001-10-15
* - removed this script, it is too simple to be true ...Dries Buytaert2001-10-15
* - Fixed the script's extention.Dries Buytaert2001-10-15
* - Fixed the script's extention: it's a shell script, not a Perl script.Dries Buytaert2001-10-15
* - 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
* - Small improvement to db_query() to make debuging queries a bit more easy.Dries Buytaert2001-10-14
* - Quote string tables indexes (patch by Mike Krus).Dries Buytaert2001-10-14
* - Pass theme objects by reference, avoids creating copies and lets calledDries 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
* - added a few missing rollback()'s and corrected a typoDries 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
* - added a comment() function to the base theme: you don't have to overloadDries Buytaert2001-10-07
* - Added a new theme!Dries Buytaert2001-10-07
* - Moved theme 'jeroen' and 'yaroon' to drupal-contrib.Dries Buytaert2001-10-06
* - 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
* - tidied up some "$status"-es and removed "$rstatus".Dries Buytaert2001-10-02
* - updated the CHANGELOGDries Buytaert2001-10-02
* - 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
* - small improvement to 'drupal_goto()'Dries Buytaert2001-09-30
* - fixed bug: 'account_perm()' should have been 'user_perm()'Dries Buytaert2001-09-30
* - small bugfix in drupal_gotoDries Buytaert2001-09-30
* - typoDries 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
* - small updateDries Buytaert2001-09-29