Last modified: 2010-12-21 01:03:28 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 T28357, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 26357 - Flood flag for foundationwiki
Flood flag for foundationwiki
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://meta.wikimedia.org/wiki/Meta:F...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-12-18 00:23 UTC by Casey Brown
Modified: 2010-12-21 01:03 UTC (History)
3 users (show)

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


Attachments

Description Casey Brown 2010-12-18 00:23:41 UTC
We frequently have to make a lot of repetitive edits to foundationwiki and need to   assign the "bot" flag to users.  It would probably be a lot easier if admins didn't have to wait for a bureaucrat to add and remove the +bot, so Philippe and I thought it would be a good idea for us to get the "flood flag" enabled on Foundationwiki.  Can you help? :-)
Comment 1 Roan Kattouw 2010-12-21 00:40:47 UTC
Casey didn't respond to my ping on IRC so I'll put this here: could you confirm sysops should be able to add/remove the flood flag?

Provisional diff:

Index: wmf-config/InitialiseSettings.php
===================================================================
--- wmf-config/InitialiseSettings.php   (revision 1402)
+++ wmf-config/InitialiseSettings.php   (working copy)
@@ -5499,6 +5499,7 @@
 //    ),
        '+foundationwiki' => array(
                'user' => array( 'editinterface' => true ),
+               'flood' => array( 'bot' => true ),
        ),
     'frwiki' => array(
       'user' => array( 'move' => false ), // requested by hashar
@@ -6004,7 +6005,7 @@
         'sysop' => array( 'rollbacker' ),
     ),
     '+foundationwiki' => array(
-       'sysop' => array( 'inactive' ),
+       'sysop' => array( 'inactive', 'flood' ),
        'bureaucrat' => array( 'bot', 'sysop', 'bureaucrat', 'import', 'transwiki', 'inactive' ),
     ),
     '+frwiki' => array( 
@@ -6277,7 +6278,7 @@
        'bureaucrat' => array( 'sysop', 'bureaucrat' ),
     ),
     '+foundationwiki' => array(
-       'sysop' => array( 'inactive', 'confirmed' ),
+       'sysop' => array( 'inactive', 'confirmed', 'flood' ),
        'bureaucrat' => array( 'bot', 'sysop', 'bureaucrat', 'import', 'transwiki', 'inactive', 'confirmed' ),
     ),
     '+frwiki' => array(
Comment 2 Alex Zariv 2010-12-21 00:57:17 UTC
That looks correct to me. Sysops should be able to flag themselves as a bot (flood) and be able to de-bot themselves.
Comment 3 Roan Kattouw 2010-12-21 01:03:28 UTC
Done.

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


Navigation
Links