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

Change subject: Add patroller group to sawiki
......................................................................


Add patroller group to sawiki

Allow sysops to add or remove users to that group

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

Approvals:
  Sbgujarat: Looks good to me, but someone else must approve
  NehalDaveND: Looks good to me, but someone else must approve
  Alex Monk: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index be472cf..1fb2b4f 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -8116,6 +8116,7 @@
        ),
        '+sawiki' => array(
                'autopatrolled' => array( 'autopatrol' => true ),
+               'patroller' => array ( 'patrol' => true ), // T117314
        ),
        '+sawikisource' => array(
                'autopatrolled' => array( 'autopatrol' => true ),
@@ -8993,7 +8994,7 @@
                'sysop' => array( 'autopatrolled', 'rollbacker', 'patroller', 
'filemover' ), // T48915 and T116143
        ),
        '+sawiki' => array(
-               'sysop' => array( 'autopatrolled' ),
+               'sysop' => array( 'autopatrolled', 'patroller' ), // T117314
        ),
        '+sawikisource' => array(
                'sysop' => array( 'autopatrolled' ),
@@ -9646,7 +9647,7 @@
                'sysop' => array( 'autopatrolled', 'rollbacker', 'patroller', 
'filemover' ), // T48915 and T116143
        ),
        '+sawiki' => array(
-               'sysop' => array( 'autopatrolled' ),
+               'sysop' => array( 'autopatrolled', 'patroller' ), // T117314
        ),
        '+sawikisource' => array(
                'sysop' => array( 'autopatrolled' ),

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ieba8c7746337e8d92795a03605653ee82e56078a
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Luke081515 <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: NehalDaveND <[email protected]>
Gerrit-Reviewer: Sbgujarat <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to