Page MenuHomePhabricator

Add autopatrolled group to English Wikisource
Closed, ResolvedPublic

Description

Author: bookofjude

Description:
Hi,

Following recent discussion in the en-Wikisource community (http://en.wikisource.org/wiki/Wikisource:Scriptorium#Autopatrolled_permission), we would like there to be enabled an "autopatrolled" group to complement the currently enabled patrolled edits extension, which can be given and revoked by sysops. Thanks!


Version: unspecified
Severity: enhancement
URL: http://en.wikisource.org

Details

Reference
bz18307

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:33 PM
bzimport set Reference to bz18307.

The autopatrolled group has been created with the autopatrol right assigned to it. It can be assigned and removed from people by 'crats.

bookofjude wrote:

Ah, great! Is it possible that this group can be assigned and removed by Administrators, as is currently the case with the abuse filter editor group, instead of just by 'crats? We have 'crats in our project, but it was decided to have an ad-hoc decision system regarding autopatrolled group, rather than reams of bureaucracy.

(In reply to comment #4)

Would it be possible to have the same thing done on the French Wikisource, per
[http://fr.wikisource.org/wiki/Wikisource:Scriptorium/Novembre_2010#Demander_un_nouveau_groupe_de_droits_utilisateur_:_automatiquement_patrouill.C3.A9_.3F
this consensus]? Thanks!

Done. In the future, though, please file new bugs instead of recycling old ones like this.

Index: wmf-config/InitialiseSettings.php

  • wmf-config/InitialiseSettings.php (revision 1383)

+++ wmf-config/InitialiseSettings.php (working copy)
@@ -5513,6 +5513,7 @@

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

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

),
'frwikiversity' => array(
       'patroller' => array( 'patrol' => true, 'autopatrol' => true ),

@@ -6013,7 +6014,7 @@

       'sysop' => array( 'patroller' ),
),
'+frwikisource' => array(
  • 'sysop' => array( 'patroller' ),

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

),
'+frwikiversity' => array(
       'sysop' => array( 'patroller' ),

@@ -6286,7 +6287,7 @@

       'sysop' => array( 'patroller' ),
),
'+frwikisource' => array(
  • 'sysop' => array( 'patroller' ),

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

),
'+frwikiversity' => array(
       'sysop' => array( 'patroller' ),