Page MenuHomePhabricator

Enable patrolling and create patroller group on huwiki
Closed, ResolvedPublic

Description

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

Version: unspecified
Severity: enhancement
URL: http://hu.wikipedia.org/wiki/Wikip%C3%A9dia:Kocsmafal_%28m%C5%B1szaki%29#Javaslat_.C3.BAj_felhaszn.C3.A1l.C3.B3i_csoportra_.28j.C3.A1r.C5.91r.29

Details

Reference
bz12085

Event Timeline

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

Have these software configuration changes been discussed in the community. A link would suffice. Thanks

jeluf wrote:

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' ),

),
),

jeluf wrote:

Forgot to mention:

wgUseRCPatrol has been set to true.