summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Expand)AuthorAge
...
* - Renamed 'xmlrpc_decode' to '_xmlrpc_decode' to avoid redeclaration whenDries Buytaert2003-04-29
* - Forgot to commit the modified "includes/common.inc" when applying theDries Buytaert2003-04-23
* - Added missing quotes, initialized a variable an improved the error reportingDries Buytaert2003-04-21
* - Fixed bug in cache_get(). Patch by Anarcat.Dries Buytaert2003-04-13
* - Renamed 'validate_email_address' to 'valid_email_address'.Dries Buytaert2003-04-13
* - 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
* - 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
* - Removed stripslashes(). See http://lists.drupal.org/pipermail/drupal-devel...Dries Buytaert2003-02-26
* - 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
* - Patch by Moshe: sometimes modules display content composed by people whoDries Buytaert2003-02-02
* - 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
* - Applied Moshe's _exit patch (slightly modified).Dries Buytaert2003-01-26
* - Applied Ori's format_plural() patch; see mailing list for details.Dries Buytaert2003-01-21
* - Tidied up a SQL query.Dries Buytaert2003-01-20
* - Enabled XML-RPC.Dries Buytaert2003-01-15
* - Fixed glitch in table_cell(). Spotted by Michael.Dries Buytaert2003-01-15
* - Added some more URL rewrite rules based on contributions from Gerhard.Dries Buytaert2003-01-12
* - Rewrite old-style URLs. Based on patch by Gerhard.Dries Buytaert2003-01-11
* - Fixed "clean URL" glitch in queue module. Patch by Ax.Dries Buytaert2003-01-11
* - Added some isset()s to kill some "Undefined variable" warnings. Patch byDries Buytaert2003-01-09
* - Fixed the pager. It might not be 100% correct, but it will work in 95%Dries Buytaert2003-01-09
* - Made sure the $links array is properly initialized before doing anDries Buytaert2003-01-08
* - Added a few line breaks in the HTML emitted by the table() functionDries Buytaert2003-01-07
* - Forgot to update the taxonomy links. Reported by Adam.Dries Buytaert2003-01-06
* - Fixed typo in watchdog(). Reported by Marco.Dries Buytaert2003-01-06
* - Clean URL patch.Dries Buytaert2003-01-06
* Typo ('tat' > 'that')Steven Wittens2003-01-05
* - Added an extra parameter to watchdog() which lets you specifiy an "action"Dries Buytaert2003-01-04