summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAge
* - Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski.Dries Buytaert2003-05-13
* - Applied Michael Caerwyn's "%s -> %d" patch.Dries Buytaert2003-05-07
* - Added <base href=""> to default theme. Patch by Al, though I had to addDries Buytaert2003-05-07
* - Renamed 'xmlrpc_decode' to '_xmlrpc_decode' to avoid redeclaration whenDries Buytaert2003-04-29
* - A one line patch to theme.inc which adds a missing page title variable toDries Buytaert2003-04-25
* - Forgot to commit the modified "includes/common.inc" when applying theDries Buytaert2003-04-23
* - Fixed some PHP "notices".Dries Buytaert2003-04-21
* - Committed Gordon's htmlarea patch.Dries Buytaert2003-04-21
* - Added missing quotes, initialized a variable an improved the error reportingDries Buytaert2003-04-21
* - Don't report duplicate entries - it is an OK thing to do.Dries Buytaert2003-04-21
* - Removed the deprecated function menu_add().Dries Buytaert2003-04-14
* - Fixed bug in cache_get(). Patch by Anarcat.Dries Buytaert2003-04-13
* - Renamed 'validate_email_address' to 'valid_email_address'.Dries Buytaert2003-04-13
* - Patch by Ax. Fixed some syntax errors:Dries Buytaert2003-04-04
* - Changed pconnect() to connect().Dries Buytaert2003-04-03
* - Some coding style fixes.Dries Buytaert2003-04-03
* - Various improvements to the menu system.Dries Buytaert2003-04-01
* - Rollback: $cid in cache_set() is not required to be numerical.Kjartan Mannes2003-03-29
* - Fixed some SQL query directives.Dries Buytaert2003-03-29
* - Moved the logic of email validation from user_validate_mail to a new functionDries Buytaert2003-03-28
* - Removed one line of dead code.Dries Buytaert2003-03-19
* - Rollback: do not initialize the theme before initializing the user.Dries Buytaert2003-03-17
* - Cache improvement: only flush cache when told to.Dries Buytaert2003-03-16
* Patch by Ax:Dries Buytaert2003-03-16
* - All LIMIT queries must go through the pager or through db_query_range().Dries Buytaert2003-03-16
* - Eliminated system_init(), the session stuff, and made it possible toDries Buytaert2003-03-12
* - Patch by Kjartan:Dries Buytaert2003-03-12
* - Adding $Id$ keyword.Kjartan Mannes2003-03-12
* - Committed slightly modified version of Kjartan's theme.inc patch: DrupalDries Buytaert2003-03-11
* - Removing drupal module from the always loaded modules (again).Kjartan Mannes2003-03-09
* - Adding O modifier to format_date.Kjartan Mannes2003-03-09
* - Removed debug statementDries Buytaert2003-03-08
* - Made rewrite_old_url() distinguish between absolute and relative URLs.Dries Buytaert2003-03-08
* - Changed _nodeapi("conf") to _nodeapi("settings").Kjartan Mannes2003-03-08
* - Renamed "form.admin" to "form admin".Kjartan Mannes2003-03-07
* - Fixed typo: "data_format" -> "date_format_short". Patch by walkah.Dries Buytaert2003-03-07
* - Removed the path_uri() function in favor of the $base_url variable andDries Buytaert2003-03-07
* - Fixed "SELECT lid, FROM locales WHERE string = 'Reset to defaults'" problem:Dries Buytaert2003-03-04
* - Small improvement to locale_init().Dries Buytaert2003-03-04
* - Calls set_error_handler("error_handler") before locale_init() /Dries Buytaert2003-03-04
* - Bugfix: transparent session ID handling wasn't working properly withDries Buytaert2003-02-27
* - Patch by Ax: "The $block->path setting, which <cite>lets you define regular...Dries Buytaert2003-02-27
* - Fixed some spelling mistakes. Patch by Al.Dries Buytaert2003-02-27
* - Removed stripslashes(). See http://lists.drupal.org/pipermail/drupal-devel...Dries Buytaert2003-02-26
* - Fixed bug when an additional parameter is being passed to the callback.Dries Buytaert2003-02-25
* - New menu houskeeping. Prototyped by Zbynek.Dries Buytaert2003-02-20
* - Documented the fact that the $base_url should not have a trailing slash.Dries Buytaert2003-02-15
* - Made sure clean URLs are disabled by default. Reported by Moshe.Dries Buytaert2003-02-15
* - Clean URLs.Dries Buytaert2003-02-14
* - Fixed blog.module to accept blog/name URLs as well as blog/idKjartan Mannes2003-02-12