Jforrester has uploaded a new change for review.

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

Change subject: Enable VisualEditor by default for logged-in users on four 
Wikipedias
......................................................................

Enable VisualEditor by default for logged-in users on four Wikipedias

* Korean
* Cantonese
* Classical Chinese
* Wu Chinese

Change-Id: I1d3d98012b82ef4992bf086febb38b5a2591bcf5
---
M dblists/visualeditor-default.dblist
M wmf-config/InitialiseSettings.php
2 files changed, 25 insertions(+), 9 deletions(-)


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

diff --git a/dblists/visualeditor-default.dblist 
b/dblists/visualeditor-default.dblist
index adfeb57..5013fce 100644
--- a/dblists/visualeditor-default.dblist
+++ b/dblists/visualeditor-default.dblist
@@ -110,6 +110,7 @@
 kiwiki
 kjwiki
 klwiki
+kowiki
 koiwiki
 krcwiki
 krwiki
@@ -228,6 +229,7 @@
 warwiki
 wawiki
 wowiki
+wuuwiki
 xalwiki
 xhwiki
 xmfwiki
@@ -235,7 +237,9 @@
 yowiki
 zawiki
 zeawiki
+zh_classicalwiki
 zh_min_nanwiki
+zh_yuewiki
 zuwiki
 # Wiktionaries
 frwiktionary
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 41d9c96..a8d9e5a 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -13404,17 +13404,25 @@
 
 // Whether VisualEditor should re-use the edit tab (and section link) or 
insert its own; "SET"
 'wmgVisualEditorUseSingleEditTab' => [
-       'default' => false,             # Deploying slowly with community 
advanced notice
-       'wikisource' => true,   # Starting from SET
-       'wiktionary' => true,   # Starting from SET
+       'default' => false,         // Deploying slowly with community advanced 
notice
+
+       'wikisource' => true,       // Starting from SET
+       'wiktionary' => true,       // Starting from SET
+
        'mediawikiwiki' => true,
        'testwiki' => true,
-       'test2wiki' => true,    // T121421
-       'enwiki' => true,       // T128478
-       'huwiki' => true,       // T126801
-       'jawiki' => true,
-       'plwiki' => true,       // T128477
-       'officewiki' => true,   // Per legoktm's request
+       'test2wiki' => true,        // T121421
+
+       'enwiki' => true,           // T128478
+       'huwiki' => true,           // T126801
+       'jawiki' => true,           // Starting from SET
+       'kowiki' => true,           // Starting from SET
+       'plwiki' => true,           // T128477
+       'wuuwiki' => true,          // Starting from SET
+       'zh_classicalwiki' => true, // Starting from SET
+       'zh_yuewiki' => true,       // Starting from SET
+
+       'officewiki' => true,
 ],
 
 // Time that above variable was switched on, used to determine whether we 
should prompt user about
@@ -13572,6 +13580,10 @@
        'default' => false,
        'enwiki' => true,
        'eswiki' => true,
+       'kowiki' => true,
+       'wuuwiki' => true,
+       'zh_classicalwiki' => true,
+       'zh_yuewiki' => true,
 ],
 
 // Whether VisualEditor should be enabled for a proportion of new accounts on a

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1d3d98012b82ef4992bf086febb38b5a2591bcf5
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jforrester <jforres...@wikimedia.org>

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

Reply via email to