Followup r83885: implement maximum line length and statement termination (each statem...
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 14 Mar 2011 13:24:30 +0000 (13:24 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 14 Mar 2011 13:24:30 +0000 (13:24 +0000)
commit47d5ad564bb7e06539981068ccf3432e2e30d91e
treef513223e48bc318551b717fc9dd2df9b3d35afe7
parent9f7c81c394578a97f34449a5912c186213eeda0a
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.
includes/DefaultSettings.php
includes/libs/JavaScriptMinifier.php
includes/resourceloader/ResourceLoader.php
maintenance/minify.php