summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Expand)AuthorAge
...
* - fixing a invaild if that has slipped in.Kjartan Mannes2003-09-05
* Implemented more suggestions by Keith:Dries Buytaert2003-08-22
* - Committed Jeremy's session patch: this brings us one step closer to havingDries Buytaert2003-08-20
* - Bugfix: fixed problem with "exit" hook not always being called. ReportedDries Buytaert2003-08-13
* - Applied modified version of almaw's 0064 patch: form item attributes.Kjartan Mannes2003-08-12
* Applied 0007.almaw.home-link-using-l.patchKjartan Mannes2003-08-11
* - Committed a modified version of Ulf's input checking changes. Patch #95.Dries Buytaert2003-08-08
* - Cache system improvements by Gerhard: removed some left-overs.Dries Buytaert2003-07-23
* - Bugfix: the cache wasn't always cleared properly. Patch by Gerhard.Dries Buytaert2003-07-23
* - 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: 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.Dries Buytaert2003-06-15
* - Moved some CXX checks to a centralized place; less error-prone.Dries Buytaert2003-06-14
* - 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
* - 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
* - 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
* - Al's CSS patches. This commit improves the themability of some coreDries Buytaert2003-05-29
* - 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 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
* - 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
* - 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