Page MenuHomePhabricator

Allow bureaucrats to grant and remove patroller, autopatroller, rollbacker on eswiktionary
Closed, ResolvedPublic

Description

Author: rrmsjp

Description:
Hello, after the conclusive results of this voting:

http://es.wiktionary.org/wiki/Wikcionario:Votaciones/2010/Flags

Please, enable the bureaucrats in es.wiktionary to grant and
revoke the patroller, autopatrolled, and rollbacker flags (all flags in an independent way, i.e. not tied to each other), thanks and best regards,

Ricardo (rrmsjp)


Version: unspecified
Severity: enhancement
URL: http://es.wiktionary.org/wiki/Wikcionario:Votaciones/2010/Flags

Details

Reference
bz23568

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:05 PM
bzimport set Reference to bz23568.

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 769)

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

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

+ 'patroller' => array( 'patrol' => true ),
+ 'rollbacker' => array( 'rollback' => true ),
+ 'autopatrolled' => array( 'autopatrol' => true ),

),
'fawiki' => array( 
	'*' => array( 'createpage' => false ),

@@ -5531,6 +5534,9 @@

'+eswikinews' => array(
    'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'editprotected' ),
),

+ '+eswiktionary' => array(
+ 'bureaucrat' => array( 'autopatrolled', 'patroller', 'rollbacker' ),
+ ),

'+enwikisource' => array(
    'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'autopatrolled' ),
    'sysop' => array( 'abusefilter', 'autopatrolled' ),

@@ -5759,6 +5765,9 @@

'+eswikinews' => array(
    'bureaucrat' => array( 'bot', 'editprotected' ),
),

+ '+eswiktionary' => array(
+ 'bureaucrat' => array( 'autopatrolled', 'patroller', 'rollbacker' ),
+ ),

'+enwiktionary' => array( 
    'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot' ),
    'sysop' => array( 'autopatrolled', 'patroller', 'rollbacker', 'ipblock-exempt' ),