summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAge
* - Improvements: XHTML-ifications. Patch by GmbH. See feature #1813.Dries Buytaert2003-06-16
* - Improvements: XHTML-ifications. Patch by GmbH.Dries Buytaert2003-06-15
* - Moved some CXX checks to a centralized place; less error-prone.Dries Buytaert2003-06-14
* - Bugfix: small Xtemplate fixes. Patch by Ax. (Slightly modified.)Dries Buytaert2003-06-13
* - Bugfix: charset fixes/clean-up. Patch #52 by Al.Dries Buytaert2003-06-12
* - Bugfix: fixed the CREATE FUNCTION in database.mssql as it needs to be prefi...Dries Buytaert2003-06-11
* - Charset simpliciations. Patch #46 by Al.Dries Buytaert2003-06-08
* - Synced/unified the error reporting from database.mysql.inc and database.pea...Dries Buytaert2003-06-08
* - Bugfix: fix glitch in menu rendering code. Patch #42 by Al.Dries Buytaert2003-06-08
* - Dropped check_input(); use check_query() instead.Dries Buytaert2003-06-06
* - Added a function check_url() that CSS checks URLs (or parts thereof).Dries Buytaert2003-06-06
* - adding admin module to module_list.Kjartan Mannes2003-06-06
* - Bugfix: better charset support for non-ISO-8859-1 languages. Patch 0029.ch...Dries Buytaert2003-06-05
* - Bugfix: renamed the SQL field 'types' to 'nodes' because 'types' is a reser...Dries Buytaert2003-06-04
* - Bugfix: made request_uri() rewrite ( and ) with their entity equivalentsDries Buytaert2003-06-03
* - Another register globals fix. Patch by Kjartan.Dries Buytaert2003-06-01
* - Omit "index.php" when using Apache. Patch by Al.Dries Buytaert2003-05-31
* - Fixed typo. Patch by Marco.Dries Buytaert2003-05-30
* - Make sure the HTML filter is applied before any other filter. Patch byDries Buytaert2003-05-30
* - Fixed the order in which the CSS gets loaded. Patch by Al.Dries Buytaert2003-05-30
* - Al's CSS patches. This commit improves the themability of some coreDries Buytaert2003-05-29
* - Removed check_output() from the theme system layer.Dries Buytaert2003-05-26
* - Updated Drupal to use "on output" filters. Derived from Gerhard's patch.Dries Buytaert2003-05-24
* - Fixed typo in URL(). Patch by Al.Dries Buytaert2003-05-23
* - Fixed a register globals problem in the pager. Patch by Al. (I alsoDries Buytaert2003-05-23
* - Fixed search module bug. Patch by Michael.Dries Buytaert2003-05-23
* - Fixed a IIS bug with regard to register globals. This also avoids theDries Buytaert2003-05-20
* - Patch by Kjartan:Dries Buytaert2003-05-19
* - Applied Moshe's patch that should make clean URLs work on IIS. I removedDries Buytaert2003-05-19
* - The page_footer() function was always called twice due to the introductionDries Buytaert2003-05-18
* - 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