Jalexander has uploaded a new change for review.

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


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.

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


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

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index f71f9c7..4155163 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 ),
+               'CentralNotice' => 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 ),
+               'CentralNotice' => 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', 'CentralNotice' ),
                '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', 'CentralNotice' ),
                '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', 'CentralNotice' ),
                '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', 'CentralNotice' ), // 
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: newchange
Gerrit-Change-Id: I4f96e9422c61ea56a309e5d8042ac4c08e42813c
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jalexander <jalexan...@wikimedia.org>

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

Reply via email to