Jforrester has uploaded a new change for review.

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

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

Enable VisualEditor by default for logged-in users on Arabic-script Wikipedias

As discussed on their Village Pumps; follow-up patch for next week will also
enable the visual editor by default for logged-out users as well.

* Arabic (ar)
* Egyptian Arabic (arz)
* Southern Azerbaijani (azb)
* Sorani Kurdish (ckb)
* Persian (fa)
* Gilaki (glk)
* Northern Luri (lrc)
* Mazanderani (mzn)
* Western Punjabi (pnb)
* Pashto (ps)
* Sindhi (sd)
* Uyghur (ug)
* Urdu (ur)

Also scoop up the brand-new Tulu (tcy) Arabic-script Wikipedia into SET so
that their wiki is consistent with all the others.

Bug: T93387
Change-Id: I7e48d0b720906a2be5d9f52eed0e496def6b92ac
---
M dblists/visualeditor-nondefault.dblist
M wmf-config/InitialiseSettings.php
2 files changed, 43 insertions(+), 13 deletions(-)


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

diff --git a/dblists/visualeditor-nondefault.dblist 
b/dblists/visualeditor-nondefault.dblist
index b81e1db..ea9eecb 100644
--- a/dblists/visualeditor-nondefault.dblist
+++ b/dblists/visualeditor-nondefault.dblist
@@ -1,21 +1,15 @@
 # Group 0 wikis - all Group 0 wikis
 # Wikipedias
 arcwiki
-arwiki
-arzwiki
 aswiki
-azbwiki
 bhwiki
 bnwiki
 bowiki
 bpywiki
 chrwiki
-ckbwiki
 dvwiki
 dzwiki
-fawiki
 ganwiki
-glkwiki
 gomwiki
 gotwiki
 guwiki
@@ -27,22 +21,17 @@
 kswiki
 kuwiki
 lowiki
-lrcwiki
 maiwiki
 mlwiki
 mrwiki
 mywiki
-mznwiki
 newiki
 newwiki
 nlwiki
 orwiki
 pawiki
 piwiki
-pnbwiki
-pswiki
 sawiki
-sdwiki
 siwiki
 srwiki
 tawiki
@@ -51,8 +40,6 @@
 tgwiki
 thwiki
 twwiki
-ugwiki
-urwiki
 uzwiki
 zhwiki
 # Wiktionaries
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index a5501df..b6d7068 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -13497,11 +13497,25 @@
        'testwiki' => true,
        'test2wiki' => true,        // T121421
 
+       'arwiki' => true,                       // Starting from SET
+       'arzwiki' => true,                      // Starting from SET
+       'azbwiki' => true,                      // Starting from SET
+       'ckbwiki' => true,                      // Starting from SET
        'enwiki' => true,           // T128478
+       'fawiki' => true,                       // Starting from SET
+       'glkwiki' => true,                      // Starting from SET
        'huwiki' => true,           // T126801
        'jawiki' => true,           // Starting from SET
        'kowiki' => true,           // Starting from SET
+       'lrcwiki' => true,                      // Starting from SET
+       'mznwiki' => true,                      // Starting from SET
        'plwiki' => true,           // T128477
+       'pnbwiki' => true,                      // Starting from SET
+       'pswiki' => true,                       // Starting from SET
+       'sdwiki' => true,                       // Starting from SET
+       'tcywiki' => true,                      // Starting from SET
+       'ugwiki' => true,                       // Starting from SET
+       'urwiki' => true,                       // Starting from SET
        'wuuwiki' => true,          // Starting from SET
        'zh_classicalwiki' => true, // Starting from SET
        'zh_yuewiki' => true,       // Starting from SET
@@ -13516,10 +13530,24 @@
        'mediawikiwiki' => 20160203000000,
        'testwiki' => 20160203000000,
        'test2wiki' => 20151215000000,
+       'arwiki' => 20160810000000,
+       'arzwiki' => 20160810000000,
+       'azbwiki' => 20160810000000,
+       'ckbwiki' => 20160810000000,
        'enwiki' => 20160301000000,
+       'fawiki' => 20160810000000,
+       'glkwiki' => 20160810000000,
        'huwiki' => 20160223000000,
        'jawiki' => 20160510000000,
+       'lrcwiki' => 20160810000000,
+       'mznwiki' => 20160810000000,
        'plwiki' => 20160301000000,
+       'pnbwiki' => 20160810000000,
+       'pswiki' => 20160810000000,
+       'sdwiki' => 20160810000000,
+       'tcywiki' => 20160810000000,
+       'ugwiki' => 20160810000000,
+       'urwiki' => 20160810000000,
        'officewiki' => 20160303000000,
 ],
 
@@ -13665,8 +13693,23 @@
 // this will need to be set true for 30 days (anon cache epoch).
 'wmgVisualEditorDisableForAnons' => [
        'default' => false,
+
        'enwiki' => true,
        'eswiki' => true,
+
+       'arwiki' => true,
+       'arzwiki' => true,
+       'azbwiki' => true,
+       'ckbwiki' => true,
+       'fawiki' => true,
+       'glkwiki' => true,
+       'lrcwiki' => true,
+       'mznwiki' => true,
+       'pnbwiki' => true,
+       'pswiki' => true,
+       'sdwiki' => true,
+       'ugwiki' => true,
+       'urwiki' => true,
 ],
 
 // Whether VisualEditor should be enabled for a proportion of new accounts on a

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7e48d0b720906a2be5d9f52eed0e496def6b92ac
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