Luke081515 has uploaded a new change for review.

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

Change subject: Enable filemover group at ukwiki
......................................................................

Enable filemover group at ukwiki

This group includes:
* movefile
* move-subpages

Sysops can add user to this group, or remove them.

Bug: T119636
Change-Id: I8e3dc721f45f02e00f8a8c90f722681ff566e396
---
M wmf-config/InitialiseSettings.php
1 file changed, 3 insertions(+), 2 deletions(-)


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

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index f644d24..5d4b75a 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -8300,6 +8300,7 @@
        'ukwiki' => array(
                'patroller' => array( 'patrol' => true, 'autopatrol' => true, ),
                'rollbacker' => array( 'rollback' => true ),
+               'filemover' => array ( 'movefile' => true, 'move-subpages' => 
true ) // T119636
        ),
        '+ukwikivoyage' => array(
                'autopatrolled' => array( 'autopatrol' => true ), // T56299
@@ -9070,7 +9071,7 @@
                'bureaucrat' => array( 'technician' ), // T41690
        ),
        '+ukwiki' => array(
-               'sysop' => array( 'patroller', 'rollbacker', 'accountcreator' 
), // T104034
+               'sysop' => array( 'patroller', 'rollbacker', 'accountcreator', 
'filemover' ), // T104034, T119636
        ),
        '+ukwikivoyage' => array(
                'sysop' => array( 'rollbacker', 'uploader', 'autopatrolled' ), 
// T56229
@@ -9726,7 +9727,7 @@
                'bureaucrat' => array( 'technician' ), // T41690
        ),
        '+ukwiki' => array(
-               'sysop' => array( 'patroller', 'rollbacker', 'accountcreator' 
), // T104034
+               'sysop' => array( 'patroller', 'rollbacker', 'accountcreator', 
'filemover' ), // T104034, T119636
        ),
        '+ukwikimedia' => array(
                'bureaucrat' => array( 'sysop' ),

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

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

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

Reply via email to