resourceloader: Deprecate two pointless minification config vars
authorOri Livneh <ori@wikimedia.org>
Wed, 30 Sep 2015 20:39:20 +0000 (13:39 -0700)
committerKrinkle <krinklemail@gmail.com>
Wed, 30 Sep 2015 22:04:33 +0000 (22:04 +0000)
commitb91643ffdcd1d44340137fc9c6fdf3c01d47581b
tree6548bfe645e78b649e2db6d70c8f8cbf94ffd98c
parent2c63d57ddd9b57817654c1b3c2d5c8019eb86c26
resourceloader: Deprecate two pointless minification config vars

When minifying JavaScript, never put each statement on a separate line, and
always set a target maximum line length of 1000. These behaviors were
previously configurable via $wgResourceLoaderMinifierStatementsOnOwnLine and
$wgResourceLoaderMinifierMaxLineLength, respectively.

Change-Id: I0b0eb632875b5e16f728fd0aa62f7f5ecd79ef62
RELEASE-NOTES-1.27
includes/DefaultSettings.php
includes/resourceloader/ResourceLoader.php
maintenance/minify.php