https://bugzilla.wikimedia.org/show_bug.cgi?id=27268
Ashar Voultoiz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Ashar Voultoiz <[email protected]> 2011-03-13 14:42:06 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 1625) +++ InitialiseSettings.php (working copy) @@ -6018,6 +6018,7 @@ ), 'zhwikinews' => array( + 'rollbacker' => array( 'rollback' => true ), # 27268 'user' => array( 'upload' => false, 'reupload' => false ), 'autoconfirmed' => array( 'upload' => false, 'reupload' => false ), 'sysop' => array( 'upload' => true, 'reupload' => true ) ), @@ -6379,6 +6380,9 @@ 'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'flood' ), 'sysop' => array( 'patroller', 'rollbacker', 'autoreviewer', 'confirmed' ), ), + '+zhwikinews' => array( + 'sysop' => array( 'rollbacker' ), + ), '+zh_yuewiki' => array( 'sysop' => array( 'abusefilter', 'rollbacker', 'autoreviewer', 'confirmed' ), ), @@ -6673,6 +6677,9 @@ 'bureaucrat' => array( 'bot', 'flood' ), 'sysop' => array( 'patroller', 'rollbacker', 'ipblock-exempt', 'autoreviewer', 'confirmed', 'flood' ), ), + '+zhwikinews' => array( + 'sysop' => array( 'rollbacker' ), + ), '+zh_yuewiki' => array( 'sysop' => array( 'abusefilter', 'rollbacker', 'autoreviewer', 'confirmed' ), ), =================================================================== 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
