Page MenuHomePhabricator

Add new usergroup "Passiver Sichter" (autoreview) to German Wiktionary (de.wikt)
Closed, ResolvedPublic

Description

Author: yoursmilie

Description:
Hello,

the German Wiktionary want to add a new autoreview usergroup called "Passiver Sichter". It's the same like the usergroup on de.wiki (http://de.wikipedia.org/w/index.php?title=Spezial:Benutzer&group=autoreview + http://de.wikipedia.org/wiki/Wikipedia:Passiver_Sichter#Automatische_Vergabe_des_Status_.E2.80.9EPassiver_Sichter.E2.80.9C). But we determined other requirements for getting into this usergroup:

  1. The User should be member for at least 60 days.
  2. The User has done 250 edits in main namespace (ns:0) or 50 edits, which got sighted by another user (ns:0, ns:6, ns:10 or ns:14). Deleted pages doesn't count. Edits done by the last two days doesn't count.
  3. At least 50 different pages in main namespace got edited.
  4. The User got never blocked.

Is it possible to add this usergroup to de.wikt?

You can find the discussion and decision here: http://de.wiktionary.org/wiki/Wiktionary:TS#Passives_Sichterrecht


Version: wmf-deployment
Severity: enhancement

Details

Reference
bz44103

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:24 AM
bzimport set Reference to bz44103.

yoursmilie wrote:

Are there any problems?

No, the report is just waiting for somebody to pick it up.
This might take a few days.

You already have this group: https://de.wiktionary.org/w/index.php?title=Spezial:Benutzer&group=autoreview

I take it you just want autopromotion set up to it, via $wgFlaggedRevsAutoconfirm?

yoursmilie wrote:

Sorry, I didn't know that this group already exists.

I don't know what $wgFlaggedRevsAutoconfirm is, but we want that user get into that group automatically when they meet the requirements I've listed at the beginning.

Best reagards

So I think we want something like this:

$wgFlaggedRevsAutoconfirm = array(
'days' => 60, # The User should be member for at least 60 days.
'totalContentEdits' => 250, # The User has done 250 edits
'totalCheckedEdits' => 50, # or 50 edits, which got sighted by another user
'excludeLastDays' => 2, # Edits done by the last two days doesn't count.
'uniqueContentPages' => 50, # At least 50 different pages in main namespace got edited.
'neverBlocked' => true, # The User got never blocked.
);

yoursmilie wrote:

Seems to be fine. Best regards

yoursmilie wrote:

totalContentEdits: Only edits in ns:0 are counted. Am I right?

yoursmilie wrote:

It can be set up. :)

This should be done now then.