Page MenuHomePhabricator

Enable flood flag on Polish Wikipedia (pl.wikipedia)
Closed, ResolvedPublic

Description

Author: danny.leinad

Description:
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

),


Version: unspecified
Severity: enhancement
URL: http://pl.wikipedia.org/w/index.php?oldid=18076039#.22Flood_flag.22

Details

Reference
bz20155