TTO has uploaded a new change for review.

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


Change subject: (bug 51328 and bug 51232) add autopatrolled and uploader groups 
to ckbwiki
......................................................................

(bug 51328 and bug 51232) add autopatrolled and uploader groups to ckbwiki

I hope you don't mind killing two birds with one stone.
It saves unnecessary rebasing and merging of the two changes.
Bug: 51328
Bug: 51232

Change-Id: I7a651f1ff738afe1a42e05c70f17dc61df02dab2
---
M wmf-config/InitialiseSettings.php
1 file changed, 18 insertions(+), 2 deletions(-)


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

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 54e8a0a..9069d86 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -6706,7 +6706,15 @@
        ),
        'ckbwiki' => array(
                '*' => array( 'createpage' => false ),
+               'autopatrolled' => array( 'autopatrol' => true ), // bug 51328
                'rollbacker' => array( 'rollback' => true ), // bug 51312
+               'user' => array( 'upload' => false ), // bug 51232
+               'autoconfirmed' => array( 'upload' => false ), // bug 51232
+               'uploader' => array( 
+                       'upload' => true,
+                       'reupload' => true,
+                       'movefile' => true,
+               ), // bug 51232
        ),
        'cswiki' => array(
                'autoconfirmed' => array( 'upload' => false, ),
@@ -7686,7 +7694,11 @@
                'bureaucrat' => array( 'accountcreator', 'import', 'transwiki', 
'user', 'autoconfirmed', 'ipblock-exempt', ),
        ),
        '+ckbwiki' => array(
-               'sysop' => array( 'rollbacker' ), // bug 51312
+               'sysop' => array( 
+                       'rollbacker', // bug 51312
+                       'autopatrolled', // bug 51328
+                       'uploader', // bug 51232
+               ),
        ),
        '+cswiki' => array(
                'bureaucrat' => array( 'autopatrolled' ),
@@ -8108,7 +8120,11 @@
                'bureaucrat' => array( 'sysop', 'accountcreator', 'import', 
'transwiki', 'user', 'autoconfirmed', 'ipblock-exempt',  'bureaucrat', ),
        ),
        '+ckbwiki' => array(
-               'sysop' => array( 'rollbacker' ), // bug 51312
+               'sysop' => array( 
+                       'rollbacker', // bug 51312
+                       'autopatrolled', // bug 51328
+                       'uploader', // bug 51232
+               ),
        ),
        '+commonswiki' => array(
                'bureaucrat' => array( 'ipblock-exempt', 'OTRS-member', 
'translationadmin' ), // bug 48620

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7a651f1ff738afe1a42e05c70f17dc61df02dab2
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: TTO <[email protected]>

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

Reply via email to