Page MenuHomePhabricator

Enable patrol flags on Wikidata
Closed, ResolvedPublic

Description

Author: svenmanguard

Description:
Per the thread http://www.wikidata.org/wiki/Wikidata:Project_chat#Patrol_flags please enable patrol flags on Wikidata so that local admins can start handing out Autopatrolled to trusted users.

-Sven


Version: unspecified
Severity: enhancement

Details

Reference
bz41907

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:50 AM
bzimport set Reference to bz41907.
bzimport added a subscriber: Unknown Object (MLST).

Autopatrolled group should be addable/removable by admins I guess?

Yeah. I'm supposing that the following entries would be added to the $wgConf entry in CommonSettings.php, under the 'wikidata' entry:
'+wgGroupPermissions'=>array(

'autoreview'=>array(
     'autopatrolled'=>true,
),

),
'+wgAddGroups'=>array(

'sysop'=>array(
     'autoreview'),

),
'+wgRemoveGroups'=>array(

'sysop'=>array(
     'autoreview'),
),

),
(along with appropriate entries for bureaucrats if necessary)