Resolved bug 26791 by replacing JSMin with a new library called JavaScriptDistiller...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Thu, 20 Jan 2011 21:57:01 +0000 (21:57 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Thu, 20 Jan 2011 21:57:01 +0000 (21:57 +0000)
commit951103eeb2d619c7204819fbb31ef6c9bddd447a
treea055d4aa82bbabe6ae7dc0403402c96651c3255d
parent691a9c9a47b60ef53c7b97598b6898c555f1ce34
Resolved bug 26791 by replacing JSMin with a new library called JavaScriptDistiller, which is an improved version of the minification bits from JavaScriptPacker, an LGPL library. Good news - it's 2x faster than our optimized JSMin anyways, and more configurable to boot.
includes/AutoLoader.php
includes/DefaultSettings.php
includes/libs/JSMin.php [deleted file]
includes/libs/JavaScriptDistiller.php [new file with mode: 0644]
includes/libs/ParseMaster.php [new file with mode: 0644]
includes/resourceloader/ResourceLoader.php