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

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

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

--- Comment #12 from JeLuF <je...@gmx.de> 2010-05-17 19:51:15 UTC ---
Done.
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php    (revision 757)
+++ InitialiseSettings.php    (working copy)
@@ -5172,6 +5172,11 @@
       'steward' => array( 'userrights-interwiki' => true ), // new steward
stuff, yay 2007-12-27
       'flood' => array( 'bot' => true ),
     ),
+    'mkwiki' => array(
+        'autopatrolled' => array( 'autopatrol' => true ),
+        'patroller' => array( 'patrol' => true, 'autopatrol' => true,
'rollback' => true ),
+        'autoreviewed' => array( 'autoreview' => true ),
+    ),
     'nlwiki' => array(
         'autoconfirmed' => array( 'patrol' => true  ),
         'checkuser' => array( 'deletedhistory' => true, 'deletedtext' => true,
'browsearchive' => true ),
@@ -5544,6 +5549,9 @@
         'bureaucrat' => array( 'ipblock-exempt', 'bot', 'sysop',
'bureaucrat'),
         'checkuser'  => array( 'ipblock-exempt' ),
     ),
+    '+mkwiki' => array(
+    'bureaucrat' => array( 'patroller', 'autopatrolled', 'autoreviewed' ),
+    ),
     '+nlwiki' => array(
         'bureaucrat' => array( 'abusefilter', 'arbcom' ),
     ),
@@ -5763,6 +5771,9 @@
         'bureaucrat' => array( 'bot', 'sysop', 'bureaucrat', 'ipblock-exempt',
'flood' ),
         'checkuser'  => array( 'ipblock-exempt' ),
     ),
+    '+mkwiki' => array(
+    'bureaucrat' => array( 'patroller', 'autopatrolled', 'autoreviewed' ),
+    ),
     '+nlwiki' => array(
         'bureaucrat' => array( 'abusefilter', 'arbcom' ),
     ),

-- 
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