summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAge
* - 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
* - Patch by Ulf: XHTML-ified the code.Dries Buytaert2003-01-21
* - Applied Ori's format_plural() patch; see mailing list for details.Dries Buytaert2003-01-21
* - Replaced "&" by "&amp;". Patch by Ulf.Dries Buytaert2003-01-20
* - Tidied up a SQL query.Dries Buytaert2003-01-20
* Patch by Marco:Dries Buytaert2003-01-15
* - Enabled XML-RPC.Dries Buytaert2003-01-15
* - Fixed glitch in table_cell(). Spotted by Michael.Dries Buytaert2003-01-15
* - Small improvement to the admin menu based on feedback from Michael.Dries Buytaert2003-01-14
* - 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
* - Fixed bug in update of taxonomy links.Dries Buytaert2003-01-06
* - 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
* - Tidied up the use of check_output(). Might make rendering pages a bitDries Buytaert2002-12-31
* - Bugfix: wrapped an RSS item's description in a check_output() to ensureDries Buytaert2002-12-31
* - Code improvement: menu_tree() will no longer generate empty "<ul></ul>"Dries Buytaert2002-12-30
* - Check input given to table rendering functions to avoid warning.Dries Buytaert2002-12-30
* - Added table rendering functions. As an example, I changed the node moduleDries Buytaert2002-12-29
* - We don't have to show the main row anymore.Dries Buytaert2002-12-27
* - Made Drupal report an error when magic_quotes are disabled.Dries Buytaert2002-12-26
* - Refactored the administration pages.Dries Buytaert2002-12-24