jenkins-bot has submitted this change and it was merged.

Change subject: Add 'editeditorprotected' protection level on dewiki
......................................................................


Add 'editeditorprotected' protection level on dewiki

'editeditorprotected' right is assigned to users in editor,
bot, and sysop group.

Also added the right to $wgAvailableRights so that it can be
assigned to global groups.

Bug: T94368
Change-Id: I4625ffb0cae32b5a69d6e49a407126128d3ff2e6
---
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
2 files changed, 10 insertions(+), 1 deletion(-)

Approvals:
  Alex Monk: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 6e68c72..2c46ff5 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -630,9 +630,10 @@
 $wgAvailableRights[] = 'unreviewedpages';
 $wgAvailableRights[] = 'movestable';
 $wgAvailableRights[] = 'validate';
-// So enwiki's protection rights can be assigned to global groups
+// So that protection rights can be assigned to global groups
 $wgAvailableRights[] = 'templateeditor';
 $wgAvailableRights[] = 'superprotect';
+$wgAvailableRights[] = 'editeditorprotected';
 // Adding Flow's rights so that they are available for global groups/staff 
rights
 $wgAvailableRights[] = 'flow-edit-post';
 $wgAvailableRights[] = 'flow-suppress';
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index f5bcac0..c82734e 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -4066,6 +4066,7 @@
        ),
        'arwiki' => array( '', 'autoconfirmed', 'autoreview', 'sysop', 
'superprotect' ), // bug 52109
        'ckbwiki' => array( '', 'autoconfirmed', 'autopatrol', 'sysop', 
'superprotect' ), // bug 52533
+       'dewiki' => array( '', 'autoconfirmed', 'editeditorprotected', 'sysop', 
'superprotect' ), // T94368
        'enwiki' => array( '', 'autoconfirmed', 'templateeditor', 'sysop', 
'superprotect' ), // bug 55432
        'hewiki' => array( '', 'autoconfirmed', 'autopatrol', 'sysop', 
'superprotect' ), //bug 58207
        'huwiki' => array( '', 'autoconfirmed', 'templateeditor', 'sysop', 
'superprotect' ), // bug 72055
@@ -7045,13 +7046,20 @@
                'autoconfirmed' => array(
                        'upload' => true, // bug 12391
                ),
+               'bot' => array(
+                       'editeditorprotected' => true, // T94368
+               ),
                'editor' => array(
                        'rollback' => true, // per DaBPunkt's request, 
2008-05-07
+                       'editeditorprotected' => true, // T94368
                ),
                'noratelimit' => array( // bug 57819
                        'autoreview' => true,
                        'noratelimit' => true,
                ),
+               'sysop' => array(
+                       'editeditorprotected' => true, // T94368
+               ),
        ),
        'dewikibooks' => array(
                'user' => array( 'move' => false ), // Request by DaBPunkt on 
#wikimedia-tech, JF 2007-01-27

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4625ffb0cae32b5a69d6e49a407126128d3ff2e6
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Glaisher <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: Glaisher <[email protected]>
Gerrit-Reviewer: Se4598 <[email protected]>
Gerrit-Reviewer: Steinsplitter <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to