Page MenuHomePhabricator

Add an "autopatrolled" status for frwiktionary
Closed, ResolvedPublic

Description

Author: quentinv57

Description:
Hi.

Please apply the following changes to frwiktionary :

(+) group "autopatrolled" (realname = « Utilisateur de confiance » - plural = « Utilisateurs de confiance »)
-> please create this group including only "autopatrol" right

group "bureaucrat"
-> add the right of adding and removing "autopatrolled" group

Local consensus link : http://fr.wiktionary.org/wiki/Wiktionnaire:Prise_de_décision/Ajout_d'un_statut_"autopatrolled"#Résultats

Thanks by advance


Version: unspecified
Severity: enhancement

Details

Reference
bz24626

Event Timeline

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

quentinv57 wrote:

By the way, can you add to bureaucrats the right of removing and adding users into the group "Utilisateurs confirmés" ? (same as autoconfirmed, except it's not given automaticaly)

Thanks.

Stealing this from Roan, he has enough to do without site requests. I will try to get to this soon.

Note that the French names for these groups have to be set by local sysops by editing [[MediaWiki:Group-autopatrolled]] and [[MediaWiki:Group-autopatrolled-member]]

(In reply to comment #2)

Stealing this from Roan, he has enough to do without site requests. I will try
to get to this soon.

Thanks Rob :)

quentinv57 wrote:

They have been edited. Thanks.

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 987)

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

    ),
    'frwiktionary' => array(
	    'patroller' => array( 'patrol' => true, 'autopatrol' => true, 'rollback' => true, ),

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

    ),
    'gawiki' => array(
	    'rollbacker' => array( 'rollback' => true ),

@@ -5848,7 +5849,7 @@

	    'sysop' => array( 'patroller' ),
    ),
    '+frwiktionary' => array(
  • 'bureaucrat' => array( 'accountcreator', 'import', 'patroller', 'transwiki' ),

+ 'bureaucrat' => array( 'accountcreator', 'import', 'patroller', 'transwiki', 'autopatrolled', ),

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

@@ -6100,7 +6101,7 @@

	    'sysop' => array( 'patroller' ),
    ),
    '+frwiktionary' => array(
  • 'bureaucrat' => array( 'accountcreator', 'import', 'patroller', 'transwiki' ),

+ 'bureaucrat' => array( 'accountcreator', 'import', 'patroller', 'transwiki', 'autopatrolled', ),

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

quentinv57 wrote:

Thanks for the changes.

But it seems that you forgot to add to bureaucrats the right of adding and removing users from the group "confirmed". Thank you by advance.

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1004)

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

	    'sysop' => array( 'patroller' ),
    ),
    '+frwiktionary' => array(
  • 'bureaucrat' => array( 'accountcreator', 'import', 'patroller', 'transwiki', 'autopatrolled', ),

+ 'bureaucrat' => array( 'accountcreator', 'import', 'patroller', 'transwiki', 'autopatrolled', 'confirmed', ),

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

@@ -6106,7 +6106,7 @@

	    'sysop' => array( 'patroller' ),
    ),
    '+frwiktionary' => array(
  • 'bureaucrat' => array( 'accountcreator', 'import', 'patroller', 'transwiki', 'autopatrolled', ),

+ 'bureaucrat' => array( 'accountcreator', 'import', 'patroller', 'transwiki', 'autopatrolled', 'confirmed', ),

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