jenkins-bot has submitted this change and it was merged.
Change subject: Add three new groups to pawiki, and allow sysops to add or
remove users to them
......................................................................
Add three new groups to pawiki, and allow sysops to add or remove users to them
The following groups were added:
* patroller (rights: patrol)
* autopatrol (rights: autopatrol)
* transwiki (rights: import)
Sysops can add or remove users from that group.
Bug: T120369
Change-Id: I5bdc1f5a532924430522102642bb78dd05d6ae34
---
M wmf-config/InitialiseSettings.php
1 file changed, 11 insertions(+), 0 deletions(-)
Approvals:
Thcipriani: Looks good to me, approved
jenkins-bot: Verified
diff --git a/wmf-config/InitialiseSettings.php
b/wmf-config/InitialiseSettings.php
index 8bc8196..b7192bd 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -7992,6 +7992,11 @@
'rollbacker' => array( 'rollback' => true ),
'sysop' => array( 'import' => true ),
),
+ 'pawiki' => array(
+ 'patroller' => array( 'patrol' => true ), // T120369
+ 'autopatrolled' => array( 'autopatrol' => true ), // T120369
+ 'transwiki' => array ( 'import' => true ) // T120369
+ ),
// T8303
'plwiki' => array(
'user' => array( 'upload' => false ),
@@ -8960,6 +8965,9 @@
'+outreachwiki' => array(
'bureaucrat' => array( 'translationadmin' ),
),
+ '+pawiki' => array(
+ 'sysop' => array( 'patroller', 'autopatrolled', 'transwiki' ),
// T120369
+ ),
'+plwiki' => array(
'bureaucrat' => array( 'abusefilter', 'flood' ),
),
@@ -9613,6 +9621,9 @@
'translationadmin', // T56207
),
),
+ '+pawiki' => array(
+ 'sysop' => array( 'patroller', 'autopatrolled', 'transwiki' ),
// T120369
+ ),
'+plwiki' => array(
'bureaucrat' => array( 'abusefilter', 'flood' ),
),
--
To view, visit https://gerrit.wikimedia.org/r/257881
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5bdc1f5a532924430522102642bb78dd05d6ae34
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Luke081515 <[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