Page MenuHomePhabricator

enwikibooks: let sysops grant patroller and rollbacker permissions
Closed, ResolvedPublic

Description

Author: mike.lifeguard+bugs

Description:
I finally found "Wikimedia" and "Site requests" - apologies for past miscategorization of configuration requests.

We want sysops to grant and revoke both rollback and patroller permission on enwikibooks.


Version: unspecified
Severity: enhancement

Details

Reference
bz12676

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:04 PM
bzimport set Reference to bz12676.
bzimport added a subscriber: Unknown Object (MLST).

jeluf wrote:

Please provide a link to the community discussion about this, and a statement whether the proposal has received the amount of support required in your community.

mike.lifeguard+bugs wrote:

http://en.wikibooks.org/w/index.php?title=Wikibooks:Reading_room/General&oldid=1087609#Rollback_and_Patroller_Rights
is the full discussion

The next section dows #Consensus_check is less reading for you.

jeluf wrote:

Done.

GroupOverrides:

'enwikibooks' => array(
	'rollbacker' => array( 'rollback' => true ),
	'patroller'		=> array( 'patrol' => true ),
),

wgAddGroups:

'enwikibooks' => array(
    'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot' ),
	'sysop' => array( 'rollbacker', 'patroller' ),
),

wgRemoveGroups:

'enwikibooks' => array(
    'bureaucrat' => array( 'bot' ),
	'sysop' => array( 'rollbacker', 'patroller' ),
),

mike.lifeguard+bugs wrote:

I think we were operating under the assumption that +patrollers would have the autopatrol permission like bots and sysops. If we're trusting them to know a good module when they see it, we're also trusting them to create good modules. Could that be added?