Page MenuHomePhabricator

Create "autopatroller" User Group and granting admins(sysop) to add/remove this user group in ca.wikipedia
Closed, ResolvedPublic

Description

Author: marc.fontdevila

Description:
Hi, I am Mafoso from catalan wikipedia.
I want to request to create the user group autopatrolled in our wiki in fact the community consensus in http://ca.wikipedia.org/wiki/Viquip%C3%A8dia:Presa_de_decisions/2010/Drets_d%27usuaris,_Usuaris_Autopatrullats
Please Give administrator the priviledge.

Thank you
Mafoso(admin catalan wiki)

PD: That's my first bug report, I hope done it properly. Thanks


Version: unspecified
Severity: normal
URL: http://ca.wikipedia.org/wiki/Viquip%C3%A8dia:Presa_de_decisions/2010/Drets_d%27usuaris,_Usuaris_Autopatrullats

Details

Reference
bz25780

Event Timeline

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

jeluf wrote:

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

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

'cawiki' => array(
    'user' => array( 'patrol' => false ),
    'autoconfirmed' => array( 'patrol' => true ),

+ 'autopatrolled' => array( 'autopatrol' => true ),

	    'sysop' => array( 'patrol' => true ),
	    'rollbacker' => array( 'rollback' => true ),
    ),

@@ -5929,7 +5930,7 @@

    'bureaucrat' => array( 'patroller', 'autopatrolled', 'rollbacker' )
),
'+cawiki' => array(
  • 'sysop' => array( 'rollbacker' ),

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

),
'+cswiki' => array(
    'bureaucrat' => array( 'autopatrolled' ),

@@ -6196,7 +6197,7 @@

    'bureaucrat' => array( 'patroller', 'autopatrolled', 'rollbacker' )
),
'+cawiki' => array(
  • 'sysop' => array( 'rollbacker' ),

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

),
'+commonswiki' => array(
     'bureaucrat' => array( 'bot', 'ipblock-exempt', 'OTRS-member' ),

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