* 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. |
||
|---|---|---|
| .. | ||
| CSSJanus.php | ||
| CSSMin.php | ||
| IEContentAnalyzer.php | ||
| IEUrlExtension.php | ||
| JavaScriptMinifier.php | ||
| README | ||
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.