https://bugzilla.wikimedia.org/show_bug.cgi?id=24416

Roan Kattouw <roan.katt...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Roan Kattouw <roan.katt...@gmail.com> 2010-07-18 12:52:27 
UTC ---
Done, along with bug 24427, bug 24428 and bug 24429.

Index: wmf-config/InitialiseSettings.php
===================================================================
--- wmf-config/InitialiseSettings.php   (revision 942)
+++ wmf-config/InitialiseSettings.php   (working copy)
@@ -5309,6 +5309,12 @@
            'patroller' => array( 'patrol' => true, 'autopatrol' => true,
'unwatchedpages' => true, 'rollback' => true, ),
            'autopatrolled' => array( 'autopatrol' => true ),
     ),
+    'hiwiki' => array(
+           'confirmed' => array( 'upload' => true, 'patrol' => true ),
+           'rollbacker' => array( 'rollback' => true ),
+           'reviewer' => array ( 'patrol' => true ),
+           'autopatrolled' => array( 'autopatrol' => true ),
+    ),
     'hrwiki' => array(
        'patroller' => array( 'patrol' => true, 'autopatrol' => true,
'rollback' => true ),
        'autopatrolled' => array( 'autopatrol' => true ),
@@ -5771,6 +5777,9 @@
     '+hewiki' => array(
                'sysop' => array( 'patroller', 'autopatrolled' ),
     ),
+    '+hiwiki' => array(
+           'sysop' => array( 'confirmed', 'rollbacker', 'reviewer',
'autopatrolled' ),
+    ),
     '+hrwiki' => array(
            'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'patroller',
'autopatrolled' ),
            'sysop' => array( 'patroller', 'autopatrolled' ),
@@ -6009,6 +6018,9 @@
     '+hewiki' => array(
                'sysop' => array( 'patroller', 'autopatrolled' ),
     ),
+    '+hiwiki' => array(
+           'sysop' => array( 'confirmed', 'rollbacker', 'reviewer',
'autopatrolled' ),
+    ),
     '+hrwiki' => array(
            'bureaucrat' => array( 'bot', 'patroller', 'autopatrolled' ),
            'sysop' => array( 'patroller', 'autopatrolled' ),

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to