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

JeLuF <je...@gmx.de> changed:

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

--- Comment #9 from JeLuF <je...@gmx.de> 2010-08-31 04:50:53 UTC ---
Done.
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php    (revision 1080)
+++ InitialiseSettings.php    (working copy)
@@ -5429,6 +5429,7 @@
         'reviewer' => array ( 'patrol' => true, 'autopatrol' => true ),
         'autopatrolled' => array( 'autopatrol' => true ),
         'editprotected' => array( 'editprotected' => true ),
+        'interface_editors' => array( 'editinterface' => true )
     ),
     'hrwiki' => array(
         'patroller' => array( 'patrol' => true, 'autopatrol' => true,
'rollback' => true ),
@@ -5911,6 +5912,7 @@
         'sysop' => array( 'patroller', 'autopatrolled' ),
     ),
     '+hiwiki' => array(
+        'bureaucrat' => array( 'interface_editors', ),
         'sysop' => array( 'confirmed', 'rollbacker', 'autopatrolled',
'editprotected', 'abusefilter', 'patroller', ),
     ),
     '+hrwiki' => array(
@@ -6171,7 +6173,7 @@
         'sysop' => array( 'patroller', 'autopatrolled' ),
     ),
     '+hiwiki' => array(
-        'bureaucrat' => array( 'sysop' ),
+        'bureaucrat' => array( 'sysop', 'interface_editors', ),
         'sysop' => array( 'confirmed', 'rollbacker', 'autopatrolled',
'editprotected', 'abusefilter', 'patroller', ),
     ),
     '+hrwiki' => array(

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
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