Last modified: 2008-04-19 18:45:34 UTC
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.
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.
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.
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' ), ),
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?
Done.