Page MenuHomePhabricator

Create patroller group on Ukrainian Wikipedia
Closed, ResolvedPublic

Description

Author: Pustomytnyk

Description:
Please, create patroller group on Ukrainian Wikipedia which can be given and removed by
sysops. There's a community request (see URL)


Version: unspecified
Severity: enhancement
URL: http://uk.wikipedia.org/wiki/Вікіпедія:Кнайпа_(допомога)#.D0.AF.D0.BA_.D0.BF.D1.80.D0.B8.D0.B7.D0.BD.D0.B0.D1.87.D0.B8.D1.82.D0.B8_.D0.B6.D0.B0.D0.BD.D0.B4.D0.B0.D1.80.D0.B.D0.B0.3F

Details

Reference
bz12601

Event Timeline

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

jeluf wrote:

Done.

'groupOverrides' => array(

'ukwiki' => array(
	'patroller' => array( 'patrol' => true ),
),

),

'wgAddGroups' => array(

'ukwiki' => array(
	'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot' ),
	'sysop' => array( 'patroller' ),
),

),

'wgRemoveGroups' => array(

'ukwiki' => array(
	'bureaucrat' => array( 'bot' ),
	'sysop' => array( 'patroller' ),
),

),

Our community decided that all patrollers should have "autopatrol" flag.

*** This bug has been marked as a duplicate of bug 17223 ***