https://bugzilla.wikimedia.org/show_bug.cgi?id=28914
Ashar Voultoiz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Ashar Voultoiz <[email protected]> 2011-05-15 01:16:21 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 1797) +++ InitialiseSettings.php (working copy) @@ -5613,6 +5613,7 @@ 'researcher' => array( 'browsearchive' => true, 'deletedhistory' => true, 'apihighlimits' => true ), 'reviewer' => array( 'patrol' => true ), 'filemover' => array( 'movefile' => true ), // bug 27927 + 'bot' => array( 'ipblock-exempt' => true ), // bug 28914 ), 'enwikibooks' => array( // 'rollbacker' => array( 'rollback' => true ), =================================================================== 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
