Page MenuHomePhabricator

eswikivoyage: Enable autopatroller group
Closed, ResolvedPublic

Description

Community of Spanish Wikivoyage approved by consensus, enabling the flag of autopatroller, and the sysops can grant/remove those permissions.

Something like this:

'wgGroupPermissions' => array(

'eswikivoyage' => array(
    'autopatroller' => array(
        'autopatrol' => true,
    ),
),

),

'wgAddGroups' => array(

'eswikivoyage' => array(
    'sysop' => array( ..., 'autopatroller' ),
),

),

'wgRemoveGroups' => array(

'eswikivoyage' => array(
    'sysop' => array( ..., 'autopatroller' ),
),

),

Thank you! :)


Version: wmf-deployment
Severity: enhancement
URL: https://es.wikivoyage.org/wiki/Wikiviajes:La_posada#Activaci.C3.B3n_del_flag_autoverificado

Details

Reference
bz55665

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 2:30 AM
bzimport set Reference to bz55665.

Change 89497 had a related patch set uploaded by TTO:
Set up autopatroller right on eswikivoyage

https://gerrit.wikimedia.org/r/89497

Change 89497 merged by jenkins-bot:
Set up autopatroller right on eswikivoyage

https://gerrit.wikimedia.org/r/89497

Done. Please file a new bug or reopen this one if there is a problem.

The sysops and bureaucrats cant assign permissions. The permission is called "autopatrolled"

But, here is named differently:

» 'sysop' => array( 'rollbacker', 'patroller', 'autopatroller', ), //

https://gerrit.wikimedia.org/r/#/c/89497/2/wmf-config/InitialiseSettings.php

Blast, a stupid typo. I'm so sorry that this crept through.

No matter, mistakes happen. :)

Yay! I can assign and revoke the flag

Ty! :)