wiki.techinc.nl/includes/libs
Tim Starling f3f1fcdc2c * Added a REQUEST_URI check to the bug 28235 handling.
* Moved most of the bug 28235 code out to a separate library class, since I was running out of distinct function names. 
* Merged the QUERY_STRING and PATH_INFO security checks, since they are dealing with the exact same problem. Removed WebRequest::isQueryStringBad(). 
* Deal with img_auth.php by having it specify what extension it expects to be streaming out. This extension can then be compared with the extension that IE might detect.
2011-06-06 11:59:20 +00:00
..
CSSJanus.php Fixed some doxygen warnings 2010-09-21 20:11:40 +00:00
CSSMin.php * (bug 25262) Fix for minification of hardcoded data: URIs in CSS 2011-05-10 20:14:30 +00:00
IEContentAnalyzer.php
IEUrlExtension.php * Added a REQUEST_URI check to the bug 28235 handling. 2011-06-06 11:59:20 +00:00
JavaScriptMinifier.php removing another use of the vertical tab & form feed escapes, which are not available in production php5.2.4 2011-03-15 04:41:15 +00:00
README Might not be GPLv2 2010-08-27 00:08:04 +00:00

The classes in this directory ./includes/libs are considered standalone
from the remainder of the MediaWiki codebase. They do not call on any other
portions of MediaWiki code, and can be used in other projects without
dependency issues.