https://bugzilla.wikimedia.org/show_bug.cgi?id=20155

           Summary: Enable flood flag on Polish Wikipedia (pl.wikipedia)
           Product: Wikimedia
           Version: unspecified
          Platform: All
               URL: http://pl.wikipedia.org/w/index.php?oldid=18076039#.22Fl
                    ood_flag.22
        OS/Version: All
            Status: NEW
          Keywords: shell
          Severity: enhancement
          Priority: Normal
         Component: Site requests
        AssignedTo: [email protected]
        ReportedBy: [email protected]


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
),


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to