summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAge
* - Updated BaseTheme and the Drupal themes to have header($title = "") as the ...Steven Wittens2001-12-15
* comment.module:Dries Buytaert2001-12-08
* - Working on the filter code: removed the "filter()" statemets from theDries Buytaert2001-12-08
* - book.module:Dries Buytaert2001-12-06
* - Made a small improvement to format_name()Dries Buytaert2001-12-05
* - Upgraded the XML-RPC libraries to the latest version as suggested byDries Buytaert2001-12-05
* Node and book updates:Dries Buytaert2001-12-01
* - fixed pass by reference errors. PHP only allows declaration of &$vars, notKjartan Mannes2001-11-26
* - removed an unused variableDries Buytaert2001-11-26
* - Bugfix: when updating a book page, the name of the author did not change.Dries Buytaert2001-11-24
* A set of updates to the "_link" system:Dries Buytaert2001-11-24
* - modified node_save so that revisions are not validated using check_input,Kjartan Mannes2001-11-23
* - modified node_save so that revisions are not validated using check_input,natrak2001-11-23
* - node system:Dries Buytaert2001-11-18
* - changed the PEAR version of db_query() to act similar to the MySQL one.Kjartan Mannes2001-11-13
* - fixed a typo in an English sentence.Dries Buytaert2001-11-12
* - Made a small change to the submission rate throttleDries Buytaert2001-11-12
* - node.module:Dries Buytaert2001-11-05
* - Another batch of updates. The most important bit is that the moderationDries Buytaert2001-11-04
* - typoDries Buytaert2001-11-04
* - node system:Dries Buytaert2001-11-04
* - small bugfixDries Buytaert2001-11-03
* - Made the node forms support "help texts": it is not possible to configureDries Buytaert2001-11-03
* - Another batch of updates/improvements:Dries Buytaert2001-11-01
* - A large batch of updates, amongst them a rewritten node system. MoreDries Buytaert2001-11-01
* - Made some improvements/updates to the database abstraction layer.Dries Buytaert2001-10-31
* - Added an ini_set(...) to conf.php to solve history/cache browsing issuesDries Buytaert2001-10-23
* - added a path field to the blocks. Its a regexp to define which pages youKjartan Mannes2001-10-22
* - 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
* - Started a theme.inc clean-up.Dries Buytaert2001-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
* - 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
* - I tidied up most SQL tables to be more consistent with the rest of theDries Buytaert2001-10-14
* - Small improvement to db_query() to make debuging queries a bit more easy.Dries Buytaert2001-10-14
* - Pass theme objects by reference, avoids creating copies and lets calledDries 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
* - added a few missing rollback()'s and corrected a typoDries Buytaert2001-10-12
* - added sequence tablesDries Buytaert2001-10-11
* - 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
* - 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
* - small improvement to 'drupal_goto()'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