MarkAHershberger has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/132812

Change subject: Remove Vector from the default LESS import path
......................................................................

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.

This is a short-term fix that allows us to release 1.23 without this regression
by moving the bug from core to the VectorBeta extension.
It needs to be be backported to 1.23.
And we will still need one or two long-term fixes for the bug.

Bug: 60368
Bug: 64595
Dependency: I8ee928a8f60751f72f2a37250d274cf55bce6ee7
Change-Id: Iee47bdc23630e02ccfcbd28496ec5268892eb629
---
M includes/DefaultSettings.php
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/12/132812/1

diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index f3a95e3..7d5c63f 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -3363,7 +3363,6 @@
  */
 $wgResourceLoaderLESSImportPaths = array(
        "$IP/resources/src/mediawiki.less/",
-       "$IP/skins/vector/",
 );
 
 /**

-- 
To view, visit https://gerrit.wikimedia.org/r/132812
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iee47bdc23630e02ccfcbd28496ec5268892eb629
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: REL1_23
Gerrit-Owner: MarkAHershberger <m...@nichework.com>
Gerrit-Reviewer: Daniel Friesen <dan...@nadir-seen-fire.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to