Page MenuHomePhabricator

New "Rollbacker" group for zh.wikinews
Closed, ResolvedPublic

Description

According to local discussion on http://zh.wikinews.org/wiki/Wikinews:%E8%8C%B6%E9%A6%86#.E5.9B.9E.E9.80.80.E5.93.A1.E6.AC.8A.E9.99.90

We are requesting for create a new user group which is called "Rollbacker" (回退員 in Chinese) and this usergroup will hold the permissions "rollback".

Any sysop are allowed to grant or remove this permission.


Version: unspecified
Severity: enhancement

Details

Reference
bz27268

Event Timeline

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

Is there anyone here? Please done it as soon as possible for revert [[:zh:WP:BOTVAND]]

Please done it as soon as possible, thank you.

Your change has been completed.
Please reopen this ticket if anything went wrong.

The following configuration settings have been changed:

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1625)

+++ InitialiseSettings.php (working copy)
@@ -6018,6 +6018,7 @@

),

'zhwikinews' => array(

+ 'rollbacker' => array( 'rollback' => true ), # 27268

'user' => array( 'upload' => false, 'reupload' => false ),
'autoconfirmed' => array( 'upload' => false, 'reupload' => false ),
'sysop' => array( 'upload' => true, 'reupload' => true ) ),

@@ -6379,6 +6380,9 @@

    'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'flood' ),
    'sysop' => array( 'patroller', 'rollbacker', 'autoreviewer', 'confirmed' ),
),

+ '+zhwikinews' => array(
+ 'sysop' => array( 'rollbacker' ),
+ ),

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

@@ -6673,6 +6677,9 @@

	'bureaucrat' => array( 'bot', 'flood' ),
	'sysop' => array( 'patroller', 'rollbacker', 'ipblock-exempt', 'autoreviewer', 'confirmed', 'flood' ),
),

+ '+zhwikinews' => array(
+ 'sysop' => array( 'rollbacker' ),
+ ),

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

You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php