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

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

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

--- Comment #2 from JeLuF <je...@gmx.de> 2010-11-28 18:34:26 UTC ---
Your change has been completed.
Please reopen this ticket if anything went wrong.
The following configuration settings have been changed:
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php    (revision 1353)
+++ InitialiseSettings.php    (working copy)
@@ -5582,6 +5582,7 @@
         'user'    => array( 'upload' => false, 'move' => false ),
         'autoconfirmed' => array( 'patrol' => true, 'upload' => true ),
     'rollbacker' => array( 'rollback' => true, 'autopatrol' => true, ),
+    'autopatrolled' => array( 'autopatrol' => true ),
     ),
     'itwikiversity' => array( 'autoconfirmed' => array( 'patrol' => true ) ),
     'itwikibooks' => array( 'user' => array( 'patrol' => false, 'move' =>
false ),
@@ -6027,6 +6028,7 @@
     ),
     '+itwiki' => array( 
         'bureaucrat' => array( 'rollbacker' ),
+        'sysop'     => array( 'autopatrolled' ),
     ),
     '+itwiktionary' => array(
         'sysop' => array( 'patroller', 'autopatrolled' ),
@@ -6295,7 +6297,7 @@
         'bureaucrat' => array( 'test-sysop', 'bot', 'translator' ),
     ),
     '+itwiki' => array(
-    'bureaucrat' => array( 'rollbacker' ),
+    'bureaucrat' => array( 'rollbacker', 'autopatrolled' ),
     ),
     '+itwiktionary' => array(
         'sysop' => array( 'patroller', 'ipblock-exempt', 'autopatrolled' ),
===================================================================
You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php

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