Glaisher has uploaded a new change for review.

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

Change subject: Enable "Form Refresh" as a BetaFeature
......................................................................

Enable "Form Refresh" as a BetaFeature

This will allow users to opt-in to "Form Refresh" through
BetaFeatures. Added 'betafeatures-vector-form-refresh' to
whitelist and set $wgVectorBetaFormRefresh to true by default.

BetaFeature created at Icad0b8c3255008a4d901aee411f231ae01017a4c

Bug: T73477
Change-Id: I2680b4d0d8a8c3fea8777a041e7ccdd5165d3a4f
---
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
2 files changed, 7 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 9c09aab..dc362ca 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1975,6 +1975,7 @@
 if ( $wmgUseVectorBeta ) {
        require_once( "$IP/extensions/VectorBeta/VectorBeta.php" );
        $wgVectorBetaPersonalBar = $wmgVectorBetaPersonalBar;
+       $wgVectorBetaFormRefresh = $wmgVectorBetaFormRefresh;
 }
 
 if ( $wmgUseParsoid ) {
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index a3b7b4d..7d2115e 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -11258,6 +11258,7 @@
                'visualeditor-enable-language',             // 2014-11-01 — VE 
language editor
                'wikibase-otherprojects',                   // 2015-02-27 — 
Other projects sidebar (wikidata)
                'HHVM',                                     // 2015-03-18 - 
HHVM opt-in
+               'betafeatures-vector-form-refresh',         // 2015-05-24 - 
Interface Refresh and Standardization
        ),
 ),
 
@@ -11288,6 +11289,11 @@
        'nonbetafeatures' => false,
 ),
 
+'wmgVectorBetaFormRefresh' => array(
+       'default' => true, // T73477
+       'nonbetafeatures' => false,
+),
+
 'wmgULSCompactLinks' => array(
        'default' => true,
        'nonbetafeatures' => false,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2680b4d0d8a8c3fea8777a041e7ccdd5165d3a4f
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Glaisher <glaisher.w...@gmail.com>

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

Reply via email to