Page MenuHomePhabricator

Patrolled edits on ro.wikipedia
Closed, ResolvedPublic

Description

Author: andreistro.e+wikibug

Description:
After the discussion at http://ro.wikipedia.org/wiki/Discu%C8%9Bie_Wikipedia:Sfatul_B%C4%83tr%C3%A2nilor#Patrul.C4.83ri we decided to request the activation of the patrolled edits feature with similar settings with en.wikipedia, which means:

  • "patrol" rights for the "sysop" group and for a new group "patroller"
  • "autopatrol" rights for the "sysop" group and for a new group "autoreviewed"
  • bureaucrats can add and remove users from the "patroller" group
  • sysops can add and remove users from the "autoreviewed" group

Thank you.


Version: unspecified
Severity: enhancement

Details

Reference
bz28192

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:29 PM
bzimport set Reference to bz28192.
bzimport added a subscriber: Unknown Object (MLST).

andreistro.e+wikibug wrote:

Are there any problems with this issue? It's been almost a month since it was open.

If there's an issue, someone will comment on the bug. Sometimes these requests take a little time since they're done in batch.

<logmsgbot> !log reedy synchronized php-1.17/wmf-config/InitialiseSettings.php 'bug 28192 patrol stuff for rowiki'
<morebots> Logged the message, Master

reedy@fenari:/home/wikipedia/common/php-1.17/wmf-config$ svn diff

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1950)

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

'nowikibooks' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=10486
'plwikiquote' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=4697
'ptwiki' => true, // https://bugzilla.wikimedia.org/show_bug.cgi?id=4500

+ 'rowiki' => true, // https://bugzilla.wikimedia.org/show_bug.cgi?id=28192

'ruwikiversity' => true,
'siwiki' => true,
'srwiki' => true, // req by dungodung in #wikimedia-tech, 2008-02-25

@@ -6172,7 +6173,6 @@

    'plwikiquote' =>  array(
	        'patroller' => array( 'patrol' => true, 'autopatrol' => true, ), // http://bugzilla.wikimedia.org/show_bug.cgi?id=28479
    ),

@@ -6202,6 +6202,11 @@

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

+ 'rowiki' => array(
+ 'sysop' => array( 'autoreviewed' => true, 'patrol' => true, ),
+ 'patroller' => array( 'patrol' => true, ),
+ 'autoreviewed' => array( 'autoreviewed' => true, ),
+ ),

// http://bugzilla.wikimedia.org/show_bug.cgi?id=12334
'ruwiki' => array(
   '*' => array( 'patrolmarks' => true, ),

@@ -6673,7 +6678,8 @@

    'sysop' => array( 'rollbacker' ),
),
'+rowiki' => array( // bug 26634 --hashar 2011-01-14
  • 'bureaucrat' => array( 'abusefilter' ),

+ 'sysop' => array( 'autoreviewed' ),
+ 'bureaucrat' => array( 'abusefilter', 'patroller' ),

),
'+ruwiki' => array(
    'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot' ),

@@ -6991,9 +6997,10 @@

'+quwiki' => array(
    'sysop' => array( 'rollbacker' ),
),
  • '+rowiki' => array( // bug 26634 --hashar 2011-01-14
  • 'bureaucrat' => array( 'abusefilter' ),
  • ),

+ '+rowiki' => array( // bug 26634 --hashar 2011-01-14
+ 'bureaucrat' => array( 'abusefilter', 'patroller' ),
+ 'sysop' => array( 'autoreviewed' ),
+ ),

'+ruwiki' => array(
	'bureaucrat' => array( 'bot' ),

That should be everything....

andreistro.e+wikibugzilla wrote:

Thank you.

One more small thing: it appears that we cannot remove autoreviewed group. In the permission management page, that group appears with a star (just like sysop and bureaucrat). Because of this, I have been reluctant to play arround and change those rights so far.

jeluf wrote:

Your change has been completed.
Please reopen this ticket if anything went wrong.

The following configuration settings have been changed:

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 2002)

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

),
 '+rowiki' => array( // bug 26634 --hashar 2011-01-14
    'bureaucrat' => array( 'abusefilter', 'patroller' ),
  • 'sysop' => array( 'autoreviewed' ),

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

),
'+ruwiki' => array(
	'bureaucrat' => array( 'bot' ),

You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php