Page MenuHomePhabricator

Enable autopatrolled and patroller groups on it.wikibooks
Closed, ResolvedPublic

Description

Please enable autopatrolled and patroller groups on Italian Wikibooks, bot added/removed by sysops, with the following configuration:

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

('patrol' is already granted to autoconfirmed), per consensus in the linked discussion (looks like we forgot to file a bug...).


Version: unspecified
Severity: enhancement
URL: http://it.wikibooks.org/w/index.php?title=Wikibooks:Bar&oldid=200529#2_nuovi_gruppi_utente

Details

Reference
bz26252

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:16 PM
bzimport set Reference to bz26252.
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 1494)

+++ InitialiseSettings.php (working copy)
@@ -5709,6 +5709,8 @@

'itwikiversity' => array( 'autoconfirmed' => array( 'patrol' => true ) ),
'itwikibooks' => array( 'user' => array( 'patrol' => false, 'move' => false ),
                        'autoconfirmed' => array( 'move' => true, 'patrol' => true ),

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

 ),
'itwikinews' => array( 'autoconfirmed' => array( 'patrol' => true ) ),
'itwikiquote' => array(

@@ -6165,6 +6167,9 @@

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

+ '+itwikibooks' => array(
+ 'sysop' => array( 'autopatrolled', 'patroller' ),
+ ),

    '+itwiktionary' => array(
		'sysop' => array( 'patroller', 'autopatrolled' ),
	),

@@ -6446,6 +6451,9 @@

    '+itwiki' => array(
	'bureaucrat' => array( 'rollbacker', 'autopatrolled' ),
    ),

+ '+itwikibooks' => array(
+ 'sysop' => array( 'autopatrolled', 'patroller' ),
+ ),

'+itwiktionary' => array(
	'sysop' => array( 'patroller', 'ipblock-exempt', 'autopatrolled' ),
),

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