Page MenuHomePhabricator

Adding 'ipblock-exempt' userright to the Bots usergroup in enwiki
Closed, ResolvedPublic

Description

Author: Ruslik00

Description:
We seem to have a consensus to do this. See

https://secure.wikimedia.org/wikipedia/en/w/index.php?title=Wikipedia:Village_pump_%28proposals%29&oldid=428418655#Add_ipblock-exempt_to_Bots

Thanks you.


Version: unspecified
Severity: normal

Details

Reference
bz28914

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:27 PM
bzimport set Reference to bz28914.

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