Last modified: 2010-08-31 04:56:53 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T26956, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 24956 - enable flood flag user on hindi wiki and grant bureacrats to add or remove this group
enable flood flag user on hindi wiki and grant bureacrats to add or remove th...
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
http://hi.wikipedia.org/wiki/%E0%A4%B...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-08-27 16:39 UTC by Mayur
Modified: 2010-08-31 04:56 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Comment 1 JeLuF 2010-08-31 04:56:53 UTC
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(

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links