Tim Starling has submitted this change and it was merged.

Change subject: Adding CentralNotice user right to meta and testwiki
......................................................................


Adding CentralNotice user right to meta and testwiki

To allow central notice editing rights to be given to staff and community 
members without giving them the full local sysop package.

patchset2: adjust right to centralnoticeadmin for consistency with other user 
group names.

Change-Id: I4f96e9422c61ea56a309e5d8042ac4c08e42813c
---
M wmf-config/InitialiseSettings.php
1 file changed, 6 insertions(+), 4 deletions(-)

Approvals:
  Tim Starling: Verified; Looks good to me, approved



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 01dc55e..e5dacdd 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -7322,6 +7322,7 @@
                'steward' => array( 'userrights-interwiki' => true ), // new 
steward stuff, yay 2007-12-27
                'flood' => array( 'bot' => true ),
                'autopatrolled' => array( 'autopatrol' => true ),
+               'centralnoticeadmin' => array( 'centralnotice-admin' => true, 
'editinterface' => true ), //adding to allow CN access without local sysop JRA 
2013-02-21
        ),
        'mkwiki' => array(
                'autopatrolled' => array( 'autopatrol' => true ),
@@ -7582,6 +7583,7 @@
                ),
                'researcher' => array( 'browsearchive' => true, 
'deletedhistory' => true, 'apihighlimits' => true ),
                'rollbacker' => array( 'rollback' => true ),
+               'centralnoticeadmin' => array( 'centralnotice-admin' => true, 
'editinterface' => true ), //adding to allow CN access without local sysop JRA 
2013-02-21
        ),
        'test2wiki' => array(
                'user' => array(
@@ -7752,7 +7754,7 @@
                'sysop' => array( 'ipblock-exempt' ),
        ),
        '+testwiki' => array(
-               'bureaucrat' => array( 'researcher' ),
+               'bureaucrat' => array( 'researcher', 'centralnoticeadmin' ),
                'sysop' => array( 'filemover', 'rollbacker', 'accountcreator', 
'confirmed' ),
                # 'user' => array( 'editor', 'reviewer' ),
        ),
@@ -7947,7 +7949,7 @@
                'coder' => array( 'coder' ),
        ),
        '+metawiki' => array(
-               'bureaucrat' => array( 'ipblock-exempt', ),
+               'bureaucrat' => array( 'ipblock-exempt', 'centralnoticeadmin' ),
                'checkuser'  => array( 'ipblock-exempt' ),
                'sysop'      => array( 'autopatrolled' ),
        ),
@@ -8126,7 +8128,7 @@
                'sysop' => array( 'ipblock-exempt' ),
        ),
        '+testwiki' => array(
-               'bureaucrat' => array( 'sysop', 'researcher', 
'translationadmin' ),
+               'bureaucrat' => array( 'sysop', 'researcher', 
'translationadmin', 'centralnoticeadmin' ),
                'sysop' => array( 'filemover', 'rollbacker', 'accountcreator', 
'confirmed' ),
                # 'user' => array( 'editor', 'reviewer' ),
        ),
@@ -8340,7 +8342,7 @@
                'bureaucrat' => array( 'transwiki', 'import', 'coder', 
'svnadmins' ),
        ),
        '+metawiki' => array(
-               'bureaucrat' => array( 'sysop', 'bureaucrat', 'ipblock-exempt', 
'flood', 'translationadmin' ), // 
https://bugzilla.wikimedia.org/show_bug.cgi?id=37198
+               'bureaucrat' => array( 'sysop', 'bureaucrat', 'ipblock-exempt', 
'flood', 'translationadmin', 'centralnoticeadmin' ), // 
https://bugzilla.wikimedia.org/show_bug.cgi?id=37198
                'checkuser'  => array( 'ipblock-exempt' ),
                'sysop'      => array( 'autopatrolled' ),
        ),

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4f96e9422c61ea56a309e5d8042ac4c08e42813c
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jalexander <jalexan...@wikimedia.org>
Gerrit-Reviewer: Reedy <re...@wikimedia.org>
Gerrit-Reviewer: Tim Starling <tstarl...@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