Luke081515 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/287090

Change subject: Grant groups from flaggedrevs the patrol rights at test2wiki
......................................................................

Grant groups from flaggedrevs the patrol rights at test2wiki

* Assigned autopatrol to the autoreview group
* Assigned patrol to the editor group
test2wiki has flaggedrevs and patrol, so after this patch nobody needs to 
assign sysop rights for patrolling

Bug: T134491
Change-Id: I96840000f305c3897b30095b3263e07bff66a7e2
---
M wmf-config/InitialiseSettings.php
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/90/287090/1

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index feae66d..8cb47a3 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -8595,6 +8595,12 @@
                'centralnoticeadmin' => [ 'centralnotice-admin' => true, 
'editinterface' => true ], //adding to allow CN access without local sysop JRA 
2013-02-21
        ],
        'test2wiki' => [
+               'autoreview' => [ // T134491
+                       'autopatrol' => true,
+               ],
+               'editor' => [ // T134491
+                       'patrol' => true,
+               ],
                'user' => [
                        'upload_by_url' => true, // For testing of Flickr 
uploading via UploadWizard
                        'upload' => true,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I96840000f305c3897b30095b3263e07bff66a7e2
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Luke081515 <luke081...@web.de>

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

Reply via email to