Last modified: 2011-07-13 21:44:18 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T30192, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 28192 - Patrolled edits on ro.wikipedia
Patrolled edits on ro.wikipedia
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-22 19:56 UTC by Andrei Stroe
Modified: 2011-07-13 21:44 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Andrei Stroe 2011-03-22 19:56:47 UTC
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.
Comment 1 Andrei Stroe 2011-04-18 08:52:59 UTC
Are there any problems with this issue? It's been almost a month since it was open.
Comment 2 Bawolff (Brian Wolff) 2011-04-18 16:12:17 UTC
If there's an issue, someone will comment on the bug. Sometimes these requests take a little time since they're done in batch.
Comment 3 Sam Reed (reedy) 2011-07-08 21:19:17 UTC
<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
     ),
-
     // http://bugzilla.wikimedia.org/show_bug.cgi?id=9024 , 10362
     'ptwiki' => array( 
 	'autoconfirmed' => array( 'patrol' => true ),
@@ -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....
Comment 4 Andrei Stroe 2011-07-11 07:24:15 UTC
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.
Comment 5 JeLuF 2011-07-13 21:44:18 UTC
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

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links