Luke081515 has uploaded a new change for review.
https://gerrit.wikimedia.org/r/257881
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(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/81/257881/1
diff --git a/wmf-config/InitialiseSettings.php
b/wmf-config/InitialiseSettings.php
index 8bc8196..4e90f8d 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: newchange
Gerrit-Change-Id: I5bdc1f5a532924430522102642bb78dd05d6ae34
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