From: Daniel Friesen Date: Fri, 9 May 2014 15:18:45 +0000 (-0700) Subject: Remove Vector from the default LESS import path X-Git-Tag: 1.31.0-rc.0~15563^2 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=e1552fc652a9e254db2bc22b3a2e64aeaeaa1a2b;p=lhc%2Fweb%2Fwiklou.git Remove Vector from the default LESS import path When Ia193571a added Vector to core for VectorBeta's benefit it introduced a regression that broke all skins that used imports like 'variables.less' which happen to match a filename used by Vector. These paths aren't supposed to be exposed anyway, and VectorBeta has been fixed to no longer rely on this. Bug: 64595 Change-Id: Iee47bdc23630e02ccfcbd28496ec5268892eb629 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index fa153da0d9..9ffd15e0b3 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3362,7 +3362,6 @@ $wgResourceLoaderLESSFunctions = array( */ $wgResourceLoaderLESSImportPaths = array( "$IP/resources/src/mediawiki.less/", - "$IP/skins/vector/", ); /**