https://bugzilla.wikimedia.org/show_bug.cgi?id=18905
--- Comment #1 from Borislav Manolov <[email protected]> 2009-05-28 08:57:59 UTC --- (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' ), ), ), -- 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
