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

JeLuF <[email protected]> changed:

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

--- Comment #1 from JeLuF <[email protected]> 2010-05-19 20:16:46 UTC ---
Done.
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php    (revision 769)
+++ InitialiseSettings.php    (working copy)
@@ -5073,6 +5073,9 @@
       'user' => array( 'upload' => false ),
       'autoconfirmed' => array( 'upload' => false ),
       'sysop' => array( 'upload' => true ),
+      'patroller' => array( 'patrol' => true ),
+      'rollbacker' => array( 'rollback' => true ),
+      'autopatrolled' => array( 'autopatrol' => true ),
     ),
     'fawiki' => array( 
         '*' => array( 'createpage' => false ),
@@ -5531,6 +5534,9 @@
     '+eswikinews' => array(
         'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'editprotected'
),
     ),
+    '+eswiktionary' => array(
+    'bureaucrat' => array( 'autopatrolled', 'patroller', 'rollbacker' ),
+    ),
     '+enwikisource' => array(
         'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'autopatrolled'
),
         'sysop' => array( 'abusefilter', 'autopatrolled' ),
@@ -5759,6 +5765,9 @@
     '+eswikinews' => array(
         'bureaucrat' => array( 'bot', 'editprotected' ),
     ),
+    '+eswiktionary' => array(
+    'bureaucrat' => array( 'autopatrolled', 'patroller', 'rollbacker' ),
+    ),
     '+enwiktionary' => array( 
         'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot' ),
         'sysop' => array( 'autopatrolled', 'patroller', 'rollbacker',
'ipblock-exempt' ),

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to