wiki.techinc.nl/includes/libs
2011-03-14 15:01:50 +00:00
..
CSSJanus.php
CSSMin.php (bug 27052) CSSMin generated URLs like foo//../bar in some cases, which apparently resolves to foo/bar rather than foo/../bar or bar . Fixed by eliminating duplicate slashes from the file URL when remapping 2011-03-14 15:01:50 +00:00
IEContentAnalyzer.php
JavaScriptDistiller.php Remove comment that makes no sense post r82399 2011-02-18 14:21:52 +00:00
JavaScriptMinifier.php Followup r83885: implement maximum line length and statement termination (each statement on its own line) in JavaScriptMinifier. Also add globals for these things and update minify.php for these new config vars. 2011-03-14 13:24:30 +00:00
README
spyc.php Remove useless elseif compare. If the else if is doing the inverse (!) of the original if, it's redundant 2011-02-18 10:34:01 +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.