JGonera has uploaded a new change for review.

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

Change subject: Enable Compact personal bar beta feature
......................................................................

Enable Compact personal bar beta feature

Set the flag to true and add the feature to the whitelist.

Change-Id: I99b44afcbbc5f36c125091b1df1bb31c6a6e0e5e
---
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
2 files changed, 15 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/66/130266/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index b657980..d477e51 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1844,6 +1844,7 @@
 
 if ( $wmgUseVectorBeta ) {
        require_once( "$IP/extensions/VectorBeta/VectorBeta.php" );
+       $wgVectorBetaPersonalBar = $wmgVectorBetaPersonalBar;
 }
 
 if ( $wmgUseParsoid || $wmgUseVisualEditor ) {
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 60e1ede..1caa850 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -10706,13 +10706,14 @@
 // DO NOT add entries here without OK from Greg Grossmeier or James Forrester.
 'wmgBetaFeaturesWhitelist' => array(
        'default' => array(
-               'visualeditor-enable',          // VisualEditor – on-going 
(special permission)
-               'math-enable-visualeditor',     // 2014-05-21 – VE formula 
editor
-               'multimedia-viewer',            // 2014-05-21 – MediaViewer
-               'betafeatures-geonotahack',     // 2014-05-21 – Near this page
-               'cirrussearch-default',         // 2014-06-09 – New Seach
-               'uls-compact-links',            // 2014-09-06 – Compact 
language links
-               'popups',                       // 2014-09-18 – Hovercards
+               'visualeditor-enable',                      // VisualEditor – 
on-going (special permission)
+               'math-enable-visualeditor',                 // 2014-05-21 – VE 
formula editor
+               'multimedia-viewer',                        // 2014-05-21 – 
MediaViewer
+               'betafeatures-geonotahack',                 // 2014-05-21 – 
Near this page
+               'cirrussearch-default',                     // 2014-06-09 – New 
Seach
+               'uls-compact-links',                        // 2014-09-06 – 
Compact language links
+               'popups',                                   // 2014-09-18 – 
Hovercards
+               'betafeatures-vector-compact-personal-bar', // 2014-11-01 – 
Compact personal bar
        ),
 ),
 
@@ -10736,6 +10737,12 @@
        'votewiki' => false,
 ),
 
+'wmgVectorBetaPersonalBar' => array(
+       'default' => true,
+       'loginwiki' => false,
+       'votewiki' => false,
+),
+
 'wmgULSCompactLinks' => array(
        'default' => true,
        'loginwiki' => false,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I99b44afcbbc5f36c125091b1df1bb31c6a6e0e5e
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: JGonera <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to