Page MenuHomePhabricator

Enable recent changes patrol on en.wikivoyage.org
Closed, ResolvedPublic

Description

Author: peter

Description:
English Wikivoyage would like patrolled edits enabled, and to allow patrolling by users with autoconfirmed or sysop status.

We were used to having the tool pre-Migration to the WMF.

Discussion is here: http://en.wikivoyage.org/wiki/Wikivoyage:Travellers%27_pub#Patrolling_Redux


Version: wmf-deployment
Severity: enhancement

Details

Reference
bz43908

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:39 AM
bzimport set Reference to bz43908.
bzimport added a subscriber: Unknown Object (MLST).

There's five different things at play here:

  • Enable wgUseRCPatrol: This activates the system that shows [mark as patrolled] links to users who have the "patrol" user right (only sysops at the moment[1]).
  • Grant autoconfirmed the "patrol" and "autopatrolled" right:

This will allow users with a 4-day old account to patrol edits. I highly recommend against this as this would allow a patient vandal to patrol bad edits, and since edits can't be unpatrolled and only 1 patrol action is required, it would basically allow the vandal to bypass patrol completely.

However including the following, this is less insane.

  • Set wgAutoConfirmAge to 30 days:

This isn't explicitly mentioned here, but is implied and fundamental. The default on foundation wikis is 4 days. The project page[3] says "30 day old accounts". Right now this is not the case.

In summary, to do right now:

  • Enable wgUseRCPatrol

Later:

  • Either:
    • Set wgAutoConfirmAge to 30 days, and:
    • Grant autoconfirmed the "patrol" and "autopatrolled" right
  • Or:
    • Create a "patroller" user group, grant it "patrol" and "autopatrolled".
    • Add "patroller" to list of groups sysops can grant
    • Wikivoyage admins can now give non-sysops the ability to help in patrol.
  • Or:
    • Create a "patroller" user group, grant it "patrol" and "autopatrolled".
    • Create a new AutoPromote instance (besides "autoconfirmed") that is, unlike autoconfirmed, set to 30 days.

[1] http://en.wikivoyage.org/wiki/Special:ListGroupRights
[2] http://en.wikivoyage.org/wiki/Wikivoyage:Travellers%27_pub#Patrolling_Redux
[3] http://en.wikivoyage.org/wiki/Wikivoyage:Recent_changes_patrol

peter wrote:

Thank you for clearing that up. Let's enable wgUseRCPatrol now, and I'll ask for opinions regarding the other options.

Enabled wgUseRCPatrol on enwikivoyage.

Change-Id: I36dbda43b2fac5446901e68ed131f5207291f0e5

Will be live shortly.