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

Change subject: Add two new user groups for Chinese Wikivoyage
......................................................................


Add two new user groups for Chinese Wikivoyage

This patch introduces two new user groups on the
Chinese Wikivoyage project — 'autopatrolled' with
the 'autopatrol' user right and 'patroller' with
the 'patrol' and 'rollback user rights, per
community request.

See bug for URL with on-wiki consensus for the
addition of these groups.

Bug: 60328
Change-Id: I7eda4fcc38b91c037c83b6ff94711e134825ae6d
---
M wmf-config/InitialiseSettings.php
1 file changed, 7 insertions(+), 2 deletions(-)

Approvals:
  Reedy: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 0575701..c68b4a7 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -7625,8 +7625,13 @@
                'flood' => array( 'bot' => true ), // bug 52546
                'sysop' => array( 'upload' => true, 'reupload' => true ),
        ),
-       // http://bugzilla.wikimedia.org/show_bug.cgi?id=5836
-       'zhwiktionary' => array( 'bot' => array( 'patrol' => true ) ),
+       'zhwikivoyage' => array( // bug 60328
+               'autopatrolled' => array( 'autopatrol' => true ),
+               'patroller' => array( 'patrol' => true, 'rollback' => true ),
+       ),
+       'zhwiktionary' => array( // bug 5836
+               'bot' => array( 'patrol' => true ),
+       ),
        'zh_yuewiki' => array(
                'autoconfirmed' => array( 'patrol' => true ),
                'rollbacker' => array( 'rollback' => true ),

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7eda4fcc38b91c037c83b6ff94711e134825ae6d
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Odder <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <[email protected]>

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

Reply via email to