wiki.techinc.nl/includes/libs
2012-02-09 19:30:01 +00:00
..
CSSJanus.php Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar 2012-02-09 19:30:01 +00:00
CSSMin.php (bug 34114) CSSMin::remap() doesn't respect its $embed parameter. Patch by Gilles van den Hoven 2012-02-02 10:30:57 +00:00
HttpStatus.php HTTP status messages move: OutputPage -> HttpStatus 2011-07-04 21:01:19 +00:00
IEContentAnalyzer.php More documentation! 2011-10-26 04:15:09 +00:00
IEUrlExtension.php Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar 2012-02-09 19:30:01 +00:00
JavaScriptMinifier.php Revert r103978, r103979 -- screwed something up, breaks jQuery minification. 2011-11-23 00:22:46 +00:00
jsminplus.php * (bug 31187) Fix for user JavaScript validation to allow identifiers with valid Unicode letter characters 2011-09-27 22:51:36 +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.