Last modified: 2009-02-09 21:10:22 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 T18833, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 16833 - Addition of the "Flood Flag" right to Simple Wikipedia
Addition of the "Flood Flag" right to Simple Wikipedia
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement with 3 votes (vote)
: ---
Assigned To: Nobody - You can work on this!
http://simple.wikipedia.org/w/index.p...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-12-29 19:25 UTC by bluegoblin
Modified: 2009-02-09 21:10 UTC (History)
6 users (show)

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


Attachments

Description bluegoblin 2008-12-29 19:25:18 UTC
Hello,

Please could you add the "Flood Flag" right to the wiki. It needs to be given and removed by Administrators, and when a user has it their edits do not appear in recent changes, similar to a bot flag.

Please see the discussion at http://simple.wikipedia.org/wiki/Wikipedia:Simple_talk#Flood_Flag_Proposal

We are requesting it because we have recently had several admins flooding recent changes with AWB edits and no 'crat has been around to give them a bot flag.

Thank you very much,

Bluegoblin7
http://simple.wikipedia.org/wiki/User:Bluegoblin7
Comment 1 bluegoblin 2008-12-29 19:30:04 UTC
To add the code that we need adding is something like that that follows:

$wgGroupPermissions['flood']['bot'] = true;
$wgRemoveGroups['sysop'] = array( 'flood' );
$wgAddGroups['sysop'] = array( 'flood' );

In the first line 'flood' and 'bot' may be the wrong way around.

Thanks,

Bluegoblin7
http://simple.wikipedia.org/wiki/User:Bluegoblin7
Comment 2 Mike.lifeguard 2008-12-29 22:45:26 UTC
(In reply to comment #1)
> To add the code that we need adding is something like that that follows:
> 
> $wgGroupPermissions['flood']['bot'] = true;
> $wgRemoveGroups['sysop'] = array( 'flood' );
> $wgAddGroups['sysop'] = array( 'flood' );
> 
> In the first line 'flood' and 'bot' may be the wrong way around.
> 
> Thanks,
> 
> Bluegoblin7
> http://simple.wikipedia.org/wiki/User:Bluegoblin7
> 

I think this might be mistaken if you are using "flood flag" to mean the same as http://meta.wikimedia.org/wiki/Flood_flag

$wgGroupPermissions['flood']['bot']  = true;           #creates the "flood" group with the "bot" right
$wgGroupsAddToSelf['sysop']          = array('flood'); #sysops may add the "flood" group to themselves
$wgGroupsRemoveFromSelf['sysop']     = array('flood'); #sysops may remove the "flood" group from themselves
$wgRemoveGroups['bureaucrat']        = array('flood'); #add this to whatever 'crats can already remove; it lets bureaucrats remove the "flood" group from users

However, in reviewing the discussion at the URL you provided, it's not clear what's meant. I would suggest that the Simple English Wikipedia community clarify what they want, and then ask for it unambiguously & any shell users looking at this wait until then. In fact, I will remove the 'shell' keyword until someone confirms what the community is actually asking for. Thanks.
Comment 3 Synergy 2008-12-29 22:57:00 UTC
This proposal is not ready yet. We have to wait for a consensus. 
Comment 4 Mike.lifeguard 2009-01-04 02:46:55 UTC
This is what they want:

$wgGroupPermissions['flood']['bot']  = true;           #creates the "flood"
group with the "bot" right
$wgGroupsAddToSelf['sysop']          = array('flood'); #sysops may add the
"flood" group to themselves
$wgGroupsRemoveFromSelf['sysop']     = array('flood'); #sysops may remove the
"flood" group from themselves
$wgRemoveGroups['bureaucrat']        = array('flood'); #add this to whatever
'crats can already remove; it lets bureaucrats remove the "flood" group from
users

Updated URL field to show consensus.
Comment 5 JeLuF 2009-02-09 21:10:22 UTC
done.

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


Navigation
Links