Matanya has uploaded a new change for review.

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

Change subject: templateeditor: add group to hewiki and allow crat's to grant
......................................................................

templateeditor: add group to hewiki and allow crat's to grant

bug: T102466
Change-Id: I64284f4e72a609b026ec2828db8a83317b71baf9
---
M wmf-config/InitialiseSettings.php
1 file changed, 4 insertions(+), 3 deletions(-)


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

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index e14a88f..1d1f9fb 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -4188,7 +4188,7 @@
        'ckbwiki' => array( '', 'autoconfirmed', 'autopatrol', 'sysop', 
'superprotect' ), // Bug T54533
        'dewiki' => array( '', 'autoconfirmed', 'editeditorprotected', 'sysop', 
'superprotect' ), // T94368
        'enwiki' => array( '', 'autoconfirmed', 'templateeditor', 'sysop', 
'superprotect' ), // Bug T57432
-       'hewiki' => array( '', 'autoconfirmed', 'autopatrol', 'sysop', 
'superprotect' ), //Bug T60207
+       'hewiki' => array( '', 'autoconfirmed', 'autopatrol', 'templateeditor', 
'sysop', 'superprotect' ), //Bug T60207
        'huwiki' => array( '', 'autoconfirmed', 'templateeditor', 'sysop', 
'superprotect' ), // Bug T74055
        'lvwiki' => array( '', 'autoconfirmed', 'autopatrol', 'sysop', 
'superprotect' ), // T92645
        'plwiki' => array( '', 'autoconfirmed', 'editor', 'sysop', 
'superprotect' ), // Bug T48990
@@ -7495,6 +7495,7 @@
                        'abusefilter-view-private' => true, 'editinterface' => 
true, 'editusercssjs' => true, 'import' => true, 'tboverride' => true
                ),
                'checkuser' => array( 'deletedhistory' => true, 'deletedtext' 
=> true, 'abusefilter-log-detail' => true ),
+               'templateeditor' => array( 'templateeditor' => true, 
'tboverride' => true, ),
        ),
        'hewikibooks' => array(
                'patroller' => array(
@@ -8297,7 +8298,7 @@
 ),
 # @} end of groupOverrides
 
-# groupOverrides2 @{
+# groupO verrides2 @{
 'groupOverrides2' => array(
        // IMPORTANT: don't forget to use a '+' sign in front of any group name
        // after 'default' or it will replace the defaults completely.
@@ -8619,7 +8620,7 @@
        ),
        '+hewiki' => array(
                'sysop' => array( 'patroller', 'autopatrolled', 
'accountcreator' ),
-               'bureaucrat' => array( 'interface-editor' ),
+               'bureaucrat' => array( 'interface-editor', 'templateeditor' ),
        ),
        '+hewikibooks' => array(
                'sysop' => array( 'patroller', 'autopatrolled' ),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I64284f4e72a609b026ec2828db8a83317b71baf9
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Matanya <mata...@foss.co.il>

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

Reply via email to