summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAge
* - Commited the URL aliasing patch. Thanks Matt.Dries Buytaert2003-07-16
* - Committed a slightly modified version of Slavica's table prefix patch.Dries Buytaert2003-07-10
* - Fixed typoDries Buytaert2003-07-09
* - Some more refinementsDries Buytaert2003-07-09
* - Changed the XSS check a little to be slightly more forgiving wrt styleDries Buytaert2003-07-09
* - Improvement: don't perform XSS checks for trusted users. Trusted usersDries Buytaert2003-07-01
* - Fixed some "search related" bugs introduced by Moshe's latest patch.Dries Buytaert2003-06-30
* - Removed "link" from the XSS check as well as "font".Dries Buytaert2003-06-29
* - Improvement: faster regex/checks. Patch by Marco.Dries Buytaert2003-06-28
* - Reworked the CXX checking; now, _any_ user input will be checkedDries Buytaert2003-06-27
* - Bugfix: do not escpae slashes in block path. Patch #50 by Gerhard.Dries Buytaert2003-06-26
* - Bugfix: fixed bug in the search module that prevented the title moduleDries Buytaert2003-06-25
* - Bugfix: fixed the "variables not set" problem (bug #2014). Patch byDries Buytaert2003-06-23
* - Bugfix: fixed problem with changing themes. Didn't apply Al's patch asDries Buytaert2003-06-20
* - Bugfix: fixed utf-8 problem for people that use PHP 4.2.x or below. Patch ...Dries Buytaert2003-06-19
* - 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