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

Change subject: Create an ArbCom group on the Czech Wikipedia
......................................................................


Create an ArbCom group on the Czech Wikipedia

Creating a new user group with the 'browsearchive',
'deletedhistory', 'deletedtext' and 'abusefilter-
log-detail' user rights per community request
expressed in the bug.

Bureaucrats will be able to add and remove users
from this group; see bug for URL with on-wiki
consensus.

Bug: 61418
Change-Id: If02243453b723fd2cbcb1f066df359281009457a
---
M wmf-config/InitialiseSettings.php
1 file changed, 8 insertions(+), 2 deletions(-)

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



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index e0ebbdc..cc877f0 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -6644,6 +6644,12 @@
                'autopatrolled' => array( 'autopatrol' => true, ),
                'bot' => array( 'ipblock-exempt' => true, ), // Bug 42720
                'user' => array( 'upload' => false, ),
+               'arbcom' => array( // bug 61418
+                       'browsearchive' => true,
+                       'deletedhistory' => true,
+                       'deletedtext' => true,
+                       'abusefilter-log-detail' => true,
+               ),
        ),
        'cswikibooks' => array(
                'user' => array( 'upload' => false ),
@@ -7765,7 +7771,7 @@
                'bureaucrat' => array( 'translationadmin' ),
        ),
        '+cswiki' => array(
-               'bureaucrat' => array( 'autopatrolled' ),
+               'bureaucrat' => array( 'arbcom', 'autopatrolled' ), // bug 61418
        ),
        '+cswikinews' => array(
                'bureaucrat' => array( 'autopatrolled' ),
@@ -8248,7 +8254,7 @@
                'steward' => array( 'OTRS-member' ),
        ),
        '+cswiki' => array(
-               'bureaucrat' => array( 'autopatrolled' ),
+               'bureaucrat' => array( 'arbcom', 'autopatrolled' ), // bug 61418
        ),
        '+cswikinews' => array(
                'bureaucrat' => array( 'autopatrolled' ),

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If02243453b723fd2cbcb1f066df359281009457a
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Odder <tom...@twkozlowski.net>
Gerrit-Reviewer: Nemo bis <federicol...@tiscali.it>
Gerrit-Reviewer: Reedy <re...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to