Last modified: 2010-03-21 11:45:49 UTC
Hello! A votе taken in the Bulgarian Wikipedia ([[bg:Уикипедия:Гласуване/Patrollers]]) approved the creation of a user group named Patrollers, that will give its members the rights "patrol" and "autopatrol". Membership to the group will be given to users by a Bureaucrat, and also cancelled by him, according to the rules established by the vote. The same vote also approved another change - the removal of the "autopatrol" right from the Sysop group, which gives the sysops the choice of having this right by joining the Patrollers group. We would like to ask you to please to do the following for the Bulgarian Wikipedia: 1. Enable the recent changes patrol, 2. Create the "patroller" user group 3. Give Bureaucrats the ability to grant and to remove the "patrol" right, and 4. Remove the "autopatrol" right from the Sysop group. Thank you in advance, [[bg:User:Borislav]] on behalf of the Bulgarian Wikipedia community
(In reply to comment #0) > 3. Give Bureaucrats the ability to grant and to remove the "patrol" right, and I was pointed that this isn't very clear. What I meant was that Bureaucrats should be able to grant and remove the "patroller" group membership. Let me rephrase the request in technical terms. :-) 1. 'wgUseRCPatrol' => array( 'bgwiki' => true, ), 2. and 4. 'wgGroupPermissions' => array( 'bgwiki' => array( 'patroller' => array( 'patrol' => true, 'autopatrol' => true, ), 'sysop' => array( /* remove autopatrol */ //'autopatrol' => true, ), ), ), 3. 'wgAddGroups' => array( 'bgwiki' => array( 'bureaucrat' => array( ..., 'patroller' ), ), ), 'wgRemoveGroups' => array( 'bgwiki' => array( 'bureaucrat' => array( ..., 'patroller' ), ), ),
Mostly right, well written request. I have created the patroller group with the rights patrol and autopatrol. I have enabled the RCPatrol for the project. 'Crats can grant and revoke patroller group status. Request filled in full. If there are any concerns, let us know!
Hello! Can we further request to have the rollback right attributed to the patrollers group too? (Do we need to conduct a separate voting about this?) Thanks in advance, [[:bg:User:Spiritia]] (sysop of BG WP)
Changed to 'patroller' => array( 'patrol' => true, 'autopatrol' => true, 'rollback' => true, ), General remark: Please don't reuse old tickets. They end up somewhere in the middle of the queue and thus get forgotten. Rather open a new ticket.