https://bugzilla.wikimedia.org/show_bug.cgi?id=23756
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from JeLuF <[email protected]> 2010-06-02 20:52:44 UTC --- Done. =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 816) +++ InitialiseSettings.php (working copy) @@ -5214,6 +5214,7 @@ 'itwiki' => array( 'user' => array( 'upload' => false, 'move' => false ), 'autoconfirmed' => array( 'patrol' => true, 'upload' => true ), + 'rollbacker' => array( 'rollback' => true, 'autopatrol' => true, ), ), 'itwikiversity' => array( 'autoconfirmed' => array( 'patrol' => true ) ), 'itwikibooks' => array( 'user' => array( 'patrol' => false, 'move' => false ), @@ -5620,6 +5621,9 @@ '+incubatorwiki' => array( 'bureaucrat' => array( 'test-sysop', 'sysop', 'bureaucrat', 'bot', 'translator' ), ), + '+itwiki' => array( + 'bureaucrat' => array( 'rollbacker' ), + ), '+itwiktionary' => array( 'sysop' => array( 'patroller', 'autopatrolled' ), ), @@ -5846,6 +5850,9 @@ '+incubatorwiki' => array( 'bureaucrat' => array( 'test-sysop', 'bot', 'translator' ), ), + '+itwiki' => array( + 'bureaucrat' => array( 'rollbacker' ), + ), '+itwiktionary' => array( 'sysop' => array( 'patroller', 'ipblock-exempt', 'autopatrolled' ), ), -- 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
