https://bugzilla.wikimedia.org/show_bug.cgi?id=24623
JeLuF <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #10 from JeLuF <[email protected]> 2010-08-15 20:15:24 UTC --- Done. =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 1017) +++ InitialiseSettings.php (working copy) @@ -5522,10 +5522,11 @@ // http://bugzilla.wikimedia.org/show_bug.cgi?id=9024 , 10362 'ptwiki' => array( - 'autoconfirmed' => array( 'patrol' => true ), - 'autoreviewer' => array( 'autopatrol' => true ), + 'autoconfirmed' => array( 'patrol' => true ), + 'autoreviewer' => array( 'autopatrol' => true ), + 'eliminator' => array( 'browsearchive' => true, 'delete' => true, 'nuke' => true, 'undelete' => true, 'deletedhistory' => true, 'deletedtext' => true, 'autopatrol' ), + 'rollbacker' => array( 'rollback' => true ), 'user' => array( 'move' => false ), - 'rollbacker' => array( 'rollback' => true ), ), 'quwiki' => array( 'rollbacker' => array( 'rollback' => true ), @@ -5927,7 +5928,7 @@ 'bureaucrat' => array( 'inactive' ), ), '+ptwiki' => array( - 'sysop' => array( 'rollbacker', 'autoreviewer' ), + 'sysop' => array( 'rollbacker', 'autoreviewer', 'eliminator' ), ), '+quwiki' => array( 'sysop' => array( 'rollbacker' ), @@ -6178,8 +6179,8 @@ 'bureaucrat' => array( 'bot', 'sysop' ), ), '+ptwiki' => array( - 'sysop' => array( 'rollbacker', 'autoreviewer' ), - ), + 'sysop' => array( 'rollbacker', 'autoreviewer', 'eliminator' ), + ), '+quwiki' => array( 'sysop' => array( 'rollbacker' ), ), -- 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
