https://bugzilla.wikimedia.org/show_bug.cgi?id=25780
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from JeLuF <[email protected]> 2010-11-28 19:08:43 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 1357) +++ InitialiseSettings.php (working copy) @@ -5319,6 +5319,7 @@ 'cawiki' => array( 'user' => array( 'patrol' => false ), 'autoconfirmed' => array( 'patrol' => true ), + 'autopatrolled' => array( 'autopatrol' => true ), 'sysop' => array( 'patrol' => true ), 'rollbacker' => array( 'rollback' => true ), ), @@ -5929,7 +5930,7 @@ 'bureaucrat' => array( 'patroller', 'autopatrolled', 'rollbacker' ) ), '+cawiki' => array( - 'sysop' => array( 'rollbacker' ), + 'sysop' => array( 'rollbacker', 'autopatrolled', ), ), '+cswiki' => array( 'bureaucrat' => array( 'autopatrolled' ), @@ -6196,7 +6197,7 @@ 'bureaucrat' => array( 'patroller', 'autopatrolled', 'rollbacker' ) ), '+cawiki' => array( - 'sysop' => array( 'rollbacker' ), + 'sysop' => array( 'rollbacker', 'autopatrolled', ), ), '+commonswiki' => array( 'bureaucrat' => array( 'bot', 'ipblock-exempt', 'OTRS-member' ), =================================================================== 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
