Page MenuHomePhabricator

Please Add Patroller User Group to fawikinews
Closed, ResolvedPublic

Description

Hello !

Please Add Patroller User Group to fawikinewswith the following specifications :

  • Mark others' edits as patrolled (patrol)
  • Have one's own edits automatically marked as patrolled (autopatrol)

Discussion link on fawikinews : http://fa.wikinews.org/wiki/ویکی‌خبر:نظرسنجی_برای_ایجاد_گروه_کاربری_گشت‌زنان

Thanks


Version: unspecified
Severity: normal
URL: http://fa.wikinews.org

Details

Reference
bz26363

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:24 PM
bzimport set Reference to bz26363.

As a note according to discussion sysops should be allowed to assign the patrol permissions to users, thanks

Presumably you'd also want to enable RC patrolling, in addition to adding the group? (As it stands you currently only have new page patrolling enabled from what I understand).

Also, since admins should be able to add the group, should they be able to remove it as well, or should only bureaucrats be able to remove the group?

Yes,per discussion should also enable RC patrolling and autopatrol on this group and admins should able to add and remove users from gruop.

Assigning to Ashar since things seem to happen when I assign them (though, JeLuF is largely responsible for that.)

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 1551)

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

'enwikisource' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=5475
'enwiktionary' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=7248
'eswiktionary' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=7953

+ 'fawikinews' => true,

'fiwiki' => true, // By request of Nikerabbit in #wikimedia-tech on 2005-12-20 -ævar
'frwiki' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=7269
'frwikibooks' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=21517

@@ -5633,15 +5634,16 @@

    	'patroller' => array( 'patrol' => true ),
    	'rollbacker' => array( 'rollback' => true ),
	),

+ 'fawikinews' => array(
+ 'rollbacker' => array( 'rollback' => true ),
+ 'patroller' => array( 'patrol' => true ),
+ ),

'fiwiki' => array( 
    'patroller' => array( 'patrol' => true ),
	'rollbacker' => array( 'rollback' => true ),
    // https://bugzilla.wikimedia.org/show_bug.cgi?id=19561:
    'arbcom' => array( 'deletedhistory' => true, 'deletedtext' => true, 'undelete' => true ),
 ),
  • 'fawikinews' => array(
  • 'rollbacker' => array( 'rollback' => true ),
  • ), 'fowiki' => array( 'user' => array( 'upload' => false ), // 'sysop' => array( 'upload' => true ),

@@ -6167,7 +6169,7 @@

    'sysop' => array( 'rollbacker' ),
),
'+fawikinews' => array(
  • 'sysop' => array( 'rollbacker' ),

+ 'sysop' => array( 'rollbacker', 'patroller' ),

),
'+fiwiki' => array(
    'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'arbcom' ),

@@ -6449,7 +6451,7 @@

    'sysop' => array( 'rollbacker', ),
),
'+fawikinews' => array(
  • 'sysop' => array( 'rollbacker', ),

+ 'sysop' => array( 'rollbacker', 'patroller', ),

),
'+fiwiki' => array(
    'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'arbcom' ),

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