Page MenuHomePhabricator

Autopatroller group for Swedish Wikisource (svwikisource)
Closed, ResolvedPublic

Description

After discussions at [[s:sv:Wikisource:Mötesplatsen#Autopatrollers]] svwikisource wants an Autopatroller user group. The group should have the 'autopatrol' right, and administrators should be able to add and remove users from the group.


Version: unspecified
Severity: enhancement

Details

Reference
bz23935

Event Timeline

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

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 856)

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

	'autoconfirmed' => array( 'patrol' => true ),
	'rollbacker'	=> array( 'rollback' => true, 'autopatrol' => true ),
),

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

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

@@ -5737,6 +5740,9 @@

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

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

    '+tawiki' => array(
	    'bureaucrat' => array( 'nocreate' ),
    ),

@@ -5973,6 +5979,9 @@

    'bureaucrat' => array( 'bot' ),
	'sysop' => array( 'rollbacker', 'ipblock-exempt' ),
),

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

    '+tawiki' => array(
	    'bureaucrat' => array( 'nocreate' ),
    ),