Page MenuHomePhabricator

Enable "Rollbacker" group on itwiki
Closed, ResolvedPublic

Description

Please enable Rollbacker group on itwiki.

This group must have only "autopatrol" and "rollback" rights.

Please give the possibility to add and remove this group only for bureaucrats.

Thank you.


Version: unspecified
Severity: normal
URL: http://it.wikipedia.org/wiki/Discussioni_Wikipedia:Rollbacker#Proposta

Details

Reference
bz23756

Event Timeline

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

Please provide a link to a page which shows the community consensous. Thanks.

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 816)

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

'itwiki' => array( 
	'user'	=> array( 'upload' => false, 'move' => false ),
	'autoconfirmed' => array( 'patrol' => true, 'upload' => true ),

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

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

@@ -5620,6 +5621,9 @@

	'+incubatorwiki' => array(
        'bureaucrat' => array( 'test-sysop', 'sysop', 'bureaucrat', 'bot', 'translator' ),
    ),

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

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

@@ -5846,6 +5850,9 @@

	'+incubatorwiki' => array(
        'bureaucrat' => array( 'test-sysop', 'bot', 'translator' ),
    ),

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

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