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

Change subject: Change some user group rights on ruwiki
......................................................................


Change some user group rights on ruwiki

This patch removed the 'move-categorypages' user
right from the 'user' user group on the Russian
Wikipedia and assigns them to the 'editors' and
'suppressredirect' user groups instead.

It also adds the 'suppressredirect' right to the
'editor' group as requested.

See bug for URL with on-wiki consensus.

Bug: 66871
Change-Id: I091812d98ceb8457a61a69bc0500bbc8d52a7a52
---
M wmf-config/InitialiseSettings.php
1 file changed, 13 insertions(+), 1 deletion(-)

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



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 9c87c4e..f3154b7 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -7309,12 +7309,20 @@
                        'reupload-own' => true,
                        'reupload' => true,
                ),
+               'user' => array( // bug 66871
+                       'move-categorypages' => false,
+               ),
                'closer' => array(
+                       'move-categorypages' => true, // bug 66871
                        'delete' => true,
                        'suppressredirect' => true,
                        'upload' => true,
                        'reupload-own' => true,
                        'reupload' => true,
+               ),
+               'editor' => array( // bug 66871
+                       'move-categorypages' => true,
+                       'suppressredirect' => true,
                ),
                'filemover' => array( // bug 30984
                        'movefile' => true,
@@ -7322,8 +7330,12 @@
                        'upload' => true,
                        'reupload-own' => true,
                        'reupload' => true,
+                       'move-categorypages' => true, // bug 66871
                ),
-               'suppressredirect' => array( 'suppressredirect' => true, ), // 
bug 38408
+               'suppressredirect' => array( // bug 38408, 66871
+                       'suppressredirect' => true,
+                       'move-categorypages' => true,
+               ),
                'arbcom' => array( // bug 49334
                        'browsearchive' => true,
                        'deletedhistory' => true,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I091812d98ceb8457a61a69bc0500bbc8d52a7a52
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Odder <twkozlow...@gmail.com>
Gerrit-Reviewer: Anomie <bjor...@wikimedia.org>
Gerrit-Reviewer: Manybubbles <never...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to