summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Expand)AuthorAge
...
* - 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
* - 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