Page MenuHomePhabricator

Set up "Rollback", "Autoreviewer" group, and assign 'patrol' rights for (Auto)confirmed group on yuewiki
Closed, ResolvedPublic

Description

yuewiki would like to set up the group shown below and assign the rights
for the existing group with the settings listed below per consensus:
http://zh-yue.wikipedia.org/wiki/WP:VPP#開新組同加權到『(自動)確認用戶』組

Thank you.


'groupOverrides' => array(
    'zh_yuewiki' => array(

+ 'autoconfirmed' => array( 'patrol' => true ),
+ 'rollbacker' => array( 'rollback' => true ),
+ 'autoreviewer' => array( 'autopatrol' => true ),
+ 'confirmed' => array( 'upload' => true, 'patrol' => true ),

    ),
),

'wgAddGroups' => array(
    '+zh_yuewiki' => array(

+ 'sysop' => array( 'rollbacker', 'autoreviewer', 'confirmed' ),

    ),
),
'wgRemoveGroups' => array(
    '+zh_yuewiki' => array(

+ 'sysop' => array( 'rollbacker', 'autoreviewer', 'confirmed' ),

    ),
),

Version: unspecified
Severity: enhancement
URL: http://zh-yue.wikipedia.org/wiki/WP:VPP#開新組同加權到『(自動)確認用戶』組

Details

Reference
bz20419

Event Timeline

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

Done. (note that you forgot 'abusefilter' in the add/remove groups...I left that there)

(In reply to comment #1)

Done. (note that you forgot 'abusefilter' in the add/remove groups...I left
that there)

Yup, so I've used the '+' to mentioned that those lines are to be 'added' to the existing entries. :)