summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAge
* - 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
* - Added temporary check around inclusion of "xmlrpc.inc".Dries Buytaert2003-02-12
* - See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html.Dries Buytaert2003-02-11
* - Applied Alastair's date patch.Dries Buytaert2003-02-09
* - Patch by Moshe: sometimes modules display content composed by people whoDries Buytaert2003-02-02
* Patch by Ax:Dries Buytaert2003-02-01
* - Committed Alastair Tse's getallheaders() patch.Dries Buytaert2003-01-31
* - Fixed bug introduced by Moshe's common.inc patch; posting content wouldDries Buytaert2003-01-27
* - Fixed XHTML glitch in the sitemap. Thanks Moshe and Michael.Dries Buytaert2003-01-27
* - Added sitemap feature to administration pages. Requested by variousDries Buytaert2003-01-26
* - Applied Moshe's _exit patch (slightly modified).Dries Buytaert2003-01-26