Last modified: 2014-11-18 18:07:21 UTC
Please change the following on the Hungarian Wikipedia: * enable recent changes patrolling * create a new "patroller" user group * give bureaucrats the ability to add and remove group members * give patrol, autopatrol and rollback rights to members of the group
Have these software configuration changes been discussed in the community. A link would suffice. Thanks
http://hu.wikipedia.org/wiki/Wikip%C3%A9dia:Kocsmafal_%28m%C5%B1szaki%29/Arch%C3%ADv14#Javaslat_.C3.BAj_felhaszn.C3.A1l.C3.B3i_csoportra_.28j.C3.A1r.C5.91r.29
Done. 'groupOverrides' => array( 'huwiki' => array( 'patroller' => array( 'patrol' => true, 'autopatrol' => true, 'rollback' => true ), ), ), 'wgAddGroups' => array( 'huwiki' => array( 'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'patroller' ), ), ), 'wgRemoveGroups' => array( 'huwiki' => array( 'bureaucrat' => array( 'bot', 'patroller' ), ), ),
Forgot to mention: wgUseRCPatrol has been set to true.