Page MenuHomePhabricator

Setup Rollback group at ko.wikipedia
Closed, ResolvedPublic

Details

Reference
bz27255

Event Timeline

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

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 1626)

+++ InitialiseSettings.php (working copy)
@@ -5797,6 +5797,9 @@

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

+ 'kowiki' => array(
+ 'rollbacker' => array( 'rollback' => true ),
+ ),

'lawiki' => array( 
    'user' => array( 'upload' => false ),
    'autoconfirmed' => array( 'upload' => false ),

@@ -6254,6 +6257,9 @@

'+jawiki' => array(
    'sysop' => array ( 'abusefilter' ),
),

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

'+ltwiki' => array(
    'sysop' => array ( 'abusefilter' ),
),

@@ -6544,6 +6550,9 @@

'+jawiki' => array(
    'sysop' => array ( 'abusefilter' ),
),

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

'+ltwiki' => array(
    'sysop' => array ( 'abusefilter' ),
),

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