Last modified: 2009-08-12 01:51:54 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 T22155, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 20155 - Enable flood flag on Polish Wikipedia (pl.wikipedia)
Enable flood flag on Polish Wikipedia (pl.wikipedia)
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Rob Halsell
http://pl.wikipedia.org/w/index.php?o...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-08-10 00:52 UTC by Leinad
Modified: 2009-08-12 01:51 UTC (History)
1 user (show)

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


Attachments

Description Leinad 2009-08-10 00:52:20 UTC
Per community consensus (see URL), I would like to request enable the flood flag
for Polish Wikipedia with specific configuration:

'groupOverrides' => array(
    'plwiki' => array(
        'flood' => array( 'bot' => true ), // add this line
    ),
),

'wgAddGroups' => array(
    '+plwiki' => array(
-       'bureaucrat' => array( 'abusefilter', 'sysop', 'bureaucrat', 'bot' ),
+       'bureaucrat' => array( 'abusefilter', 'sysop', 'bureaucrat', 'bot', 'flood' ),
    ),
),

'wgRemoveGroups' => array(
    '+plwiki' => array(
-       'bureaucrat' => array('abusefilter', 'bot'),
+       'bureaucrat' => array('abusefilter', 'bot', 'flood'),
    ),
),

'wgGroupsAddToSelf' => array(
    'plwiki' => array( 'sysop' => array( 'flood' )), // add this line
),

'wgGroupsRemoveFromSelf' => array(
    'plwiki' => array( 'sysop' => array( 'flood' )), // add this line
),
Comment 1 Aaron Schulz 2009-08-12 01:51:54 UTC
Done

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


Navigation
Links