Tweichart has uploaded a new change for review.

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

Change subject: Removed LESS include path
......................................................................

Removed LESS include path

This caused trouble with existing customer skins and had no advantage at
the moment.

Change-Id: I72204d3472f1a1c471f3d71ef70e13795a887346
(cherry picked from commit 5c5692b294fdeade482ab762ede73f1b31ce0e49)
---
M BlueSpiceSkin.php
M includes/BlueSpiceSkinHooks.php
2 files changed, 2 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/BlueSpiceSkin 
refs/changes/16/200816/1

diff --git a/BlueSpiceSkin.php b/BlueSpiceSkin.php
index 2804f69..9d71af4 100644
--- a/BlueSpiceSkin.php
+++ b/BlueSpiceSkin.php
@@ -89,11 +89,6 @@
        'myskin', 'nostalgia', 'simple', 'standard' );
 
 // Set LESS global variables
-       $localBasePath = dirname( __DIR__ );
-       $wgResourceLoaderLESSImportPaths = array_merge( 
$wgResourceLoaderLESSImportPaths, array(
-               "$localBasePath/resources/",
-       ) );
-
 $wgResourceLoaderLESSVars += array(
        'body-font-size' => '1em',
        'bs-color-primary' => '#3e5389', //blue
@@ -118,4 +113,4 @@
        'bs-width-page' => '1222px',
        'bs-width-navcol' => '276px',
        'bs-margin-left-content' => '302px'
-);
\ No newline at end of file
+);
diff --git a/includes/BlueSpiceSkinHooks.php b/includes/BlueSpiceSkinHooks.php
index 840788e..18ed4eb 100644
--- a/includes/BlueSpiceSkinHooks.php
+++ b/includes/BlueSpiceSkinHooks.php
@@ -83,7 +83,7 @@
                                        'text' => wfMessage( 
'bs-navigation-contact' )->plain(),
                                        'href' => 
'http://www.blue-spice.org/de/ueber-uns/kontakt-anfahrt/',
                                        'id' => 'contact'
-                                       ),
+                               )
                        )
                );
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I72204d3472f1a1c471f3d71ef70e13795a887346
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/BlueSpiceSkin
Gerrit-Branch: REL1_23
Gerrit-Owner: Tweichart <weich...@hallowelt.biz>
Gerrit-Reviewer: Robert Vogel <vo...@hallowelt.biz>

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

Reply via email to