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

       Web browser: ---
             Bug #: 36863
           Summary: Enwikisource: flood option that administrators can
                    apply
           Product: Wikimedia
           Version: 1.20wmf1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Site requests
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


Following a discussion at English Wikisource, would the settings please be
added to the site configuration to have the FLOOD permission activated. 
Looking to ...

1) Have flood right added   (updated for addition)

# groupOverrides

    'enwikisource' => array(
        'autoconfirmed' => array( 'patrol' => true ), //
http://bugzilla.wikimedia.org/show_bug.cgi?id=12355
        'autopatrolled' => array( 'autopatrol' => true ), # Bug 18307
        'flood' => array( 'bot' => true ), //  (add here)
    ),


2) Have the ability for the flood group to be administered


# wgAddGroups  (updated for addition)
...

    '+enwikisource' => array(
        'bureaucrat' => array( 'autopatrolled', 'flood' ),
        'sysop' => array( 'abusefilter', 'autopatrolled' ),
        ),


# wgRemoveGroups  (updated for addition)
...
    '+enwikisource' => array(
        'bureaucrat' => array( 'autopatrolled', 'flood' ),
        'sysop' => array( 'abusefilter', 'autopatrolled', ),
    ),


# 'wgGroupsAddToSelf' (add the line)
...
    'enwikisource' => array( 'sysop' => array( 'flood' ) ),

# 'wgGroupsRemoveFromSelf (add the line)
...
    'enwikisource' => array( 'sysop' => array( 'flood' ) ),


Discussions at ...

https://en.wikisource.org/w/index.php?title=Wikisource:Scriptorium&oldid=3852614#Flood
option that administrators can apply

https://en.wikisource.org/w/index.php?title=Wikisource:Administrators%27_noticeboard&oldid=3850419#Consideration
of flood flag as part of admin tool kit

>From looking at the InitialiseSettings.php file, I have covered what seemed
necessary, though please don't assume that I have it right, or got it all, as
there are no instructions.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
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