Page MenuHomePhabricator

enable flood flag user on hindi wiki and grant bureacrats to add or remove this group
Closed, ResolvedPublic

Details

Reference
bz24956

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:07 PM
bzimport set Reference to bz24956.
bzimport added a subscriber: Unknown Object (MLST).

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1082)

+++ InitialiseSettings.php (working copy)
@@ -5429,7 +5429,8 @@

	    'reviewer' => array ( 'patrol' => true, 'autopatrol' => true ),
	    'autopatrolled' => array( 'autopatrol' => true ),
	    'editprotected' => array( 'editprotected' => true ),
  • 'interface_editors' => array( 'editinterface' => true )

+ 'interface_editors' => array( 'editinterface' => true ),
+ 'flood' => array( 'bot' => true ),

),
'hrwiki' => array(
	'patroller' => array( 'patrol' => true, 'autopatrol' => true, 'rollback' => true ),

@@ -5912,7 +5913,7 @@

		'sysop' => array( 'patroller', 'autopatrolled' ),
    ),
    '+hiwiki' => array(
  • 'bureaucrat' => array( 'interface_editors', ),

+ 'bureaucrat' => array( 'interface_editors', 'flood', ),

	    'sysop' => array( 'confirmed', 'rollbacker', 'autopatrolled', 'editprotected', 'abusefilter', 'patroller', ),
    ),
    '+hrwiki' => array(

@@ -6173,7 +6174,7 @@

		'sysop' => array( 'patroller', 'autopatrolled' ),
    ),
    '+hiwiki' => array(
  • 'bureaucrat' => array( 'sysop', 'interface_editors', ),

+ 'bureaucrat' => array( 'sysop', 'interface_editors', 'flood', ),

	    'sysop' => array( 'confirmed', 'rollbacker', 'autopatrolled', 'editprotected', 'abusefilter', 'patroller', ),
    ),
    '+hrwiki' => array(