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

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


Enable filemover group at ukwiki

This group includes:
* movefile
* suppressredirect

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(-)

Approvals:
  Thcipriani: Looks good to me, approved
  Base: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index f644d24..b942edc 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, 'suppressredirect' 
=> 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: merged
Gerrit-Change-Id: I8e3dc721f45f02e00f8a8c90f722681ff566e396
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Luke081515 <[email protected]>
Gerrit-Reviewer: Base <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Thcipriani <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to