Mattflaschen has uploaded a new change for review.

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


Change subject: Enable gender survey on English Wikipedia.
......................................................................

Enable gender survey on English Wikipedia.

Change-Id: I855880fa06a6480ac644b5cce2678fea6ce78787
---
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
2 files changed, 9 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 3873fd5..8c39afa 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1925,6 +1925,10 @@
                $wgVisualEditorEnableSplitTest = true;
        }
 
+       if ( $wmgVisualEditorEnableGenderSurvey ) {
+               $wgVisualEditorEnableGenderSurvey = true;
+       }
+
        // Also include the Parsoid extension when VE is enabled
        require_once( "$IP/extensions/Parsoid/php/Parsoid.php" );
        // List the parsoid cache servers to keep up to date.
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 98c1277..ed47e68 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -10395,6 +10395,11 @@
        'enwiki' => true,
 ),
 
+'wmgVisualEditorEnableGenderSurvey' => array(
+       'default' => false,
+       'enwiki' => true,
+),
+
 'wmgUseRSSExtension' => array(
        'default' => false,
        'foundationwiki' => true,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I855880fa06a6480ac644b5cce2678fea6ce78787
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <mflasc...@wikimedia.org>

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

Reply via email to