https://bugzilla.wikimedia.org/show_bug.cgi?id=26252
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from JeLuF <[email protected]> 2011-01-20 17:03:19 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 1494) +++ InitialiseSettings.php (working copy) @@ -5709,6 +5709,8 @@ 'itwikiversity' => array( 'autoconfirmed' => array( 'patrol' => true ) ), 'itwikibooks' => array( 'user' => array( 'patrol' => false, 'move' => false ), 'autoconfirmed' => array( 'move' => true, 'patrol' => true ), + 'autopatrolled' => array( 'autopatrol' => true, ), + 'patroller' => array( 'autopatrol' => true, 'rollback' => true, ), ), 'itwikinews' => array( 'autoconfirmed' => array( 'patrol' => true ) ), 'itwikiquote' => array( @@ -6165,6 +6167,9 @@ 'bureaucrat' => array( 'rollbacker' ), 'sysop' => array( 'autopatrolled' ), ), + '+itwikibooks' => array( + 'sysop' => array( 'autopatrolled', 'patroller' ), + ), '+itwiktionary' => array( 'sysop' => array( 'patroller', 'autopatrolled' ), ), @@ -6446,6 +6451,9 @@ '+itwiki' => array( 'bureaucrat' => array( 'rollbacker', 'autopatrolled' ), ), + '+itwikibooks' => array( + 'sysop' => array( 'autopatrolled', 'patroller' ), + ), '+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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
