Page MenuHomePhabricator

Create "reveiwers" User Group and granting admins(sysop) to add/remove this user group
Closed, ResolvedPublic

Description

Author: mayurdce

Description:
VERsion details-
MediaWiki -1.16wmf4 (r69416)
PHP -5.2.4-2ubuntu5.7wm1 (apache2handler)
MySQL -4.0.40-wikimedia-log

Hi, I am mayurkumar from hindi wikipedia.Like other wiki we donot have reveiwers enabled on our project as user group. In absense of this user group we
may have to promote to any qualified user as admins for any sort of work that
may be performed by this user groups.Please Give administrator the priviledge
of adding and removing these groups.I am repesenting my community. I have
obtained community consensus.You can watch it at our village pump
link-(http://hi.wikipedia.org/wiki/%E0%A4%B5%E0%A4%BF%E0%A4%95%E0%A4%BF%E0%A4%AA%E0%A5%80%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%BE:%E0%A4%9A%E0%A5%8C%E0%A4%AA%E0%A4%BE%E0%A4%B2#Enable_Some_User_Groups_.28confirmed_user.2C_roll_backers.2C_autopatroller.2C_reveiwers_.2Cabuse_filterers_and_granting_admins.28syopp.29_to_add.2Fremove_these_user_groups).I
have also given our community consensus in the above url.our whole community is
seeking for these groups to be enabled so that may good user may be promoted to
corresponding category.

Thank you
Mayurkumar(admin hindi wiki)

Version: unspecified
Severity: enhancement
URL: http://hi.wikipedia.org/wiki/%E0%A4%B5%E0%A4%BF%E0%A4%95%E0%A4%BF%E0%A4%AA%E0%A5%80%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%BE:%E0%A4%9A%E0%A5%8C%E0%A4%AA%E0%A4%BE%E0%A4%B2#Enable_Some_User_Groups_.28confirmed_user.2C_roll_backers.2C_autopatroller.2C_reveiwers_.2Cabuse_filterers_and_granting_admins.28syopp.29_to_add.2Fremove_these_user_groups).I

Details

Reference
bz24428

Event Timeline

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

Done, along with bug 24416, bug 24427 and bug 24429.

Index: wmf-config/InitialiseSettings.php

  • wmf-config/InitialiseSettings.php (revision 942)

+++ wmf-config/InitialiseSettings.php (working copy)
@@ -5309,6 +5309,12 @@

       'patroller' => array( 'patrol' => true, 'autopatrol' => true, 'unwatchedpages' => true, 'rollback' => true, ),
       'autopatrolled' => array( 'autopatrol' => true ),
),

+ 'hiwiki' => array(
+ 'confirmed' => array( 'upload' => true, 'patrol' => true ),
+ 'rollbacker' => array( 'rollback' => true ),
+ 'reviewer' => array ( 'patrol' => true ),
+ 'autopatrolled' => array( 'autopatrol' => true ),
+ ),

'hrwiki' => array(
   'patroller' => array( 'patrol' => true, 'autopatrol' => true, 'rollback' => true ),
   'autopatrolled' => array( 'autopatrol' => true ),

@@ -5771,6 +5777,9 @@

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

+ '+hiwiki' => array(
+ 'sysop' => array( 'confirmed', 'rollbacker', 'reviewer', 'autopatrolled' ),
+ ),

'+hrwiki' => array(
       'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'patroller', 'autopatrolled' ),
       'sysop' => array( 'patroller', 'autopatrolled' ),

@@ -6009,6 +6018,9 @@

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

+ '+hiwiki' => array(
+ 'sysop' => array( 'confirmed', 'rollbacker', 'reviewer', 'autopatrolled' ),
+ ),

'+hrwiki' => array(
       'bureaucrat' => array( 'bot', 'patroller', 'autopatrolled' ),
       'sysop' => array( 'patroller', 'autopatrolled' ),

mayurdce wrote:

I am reopening this bug because this reveiwer right is not working in hindi wiki, I have also filed a seperate bug for installation of whole reveiwer system in hindi wiki.please see Bug 24533 , Bug 24534 , Bug 24535.

jeluf wrote:

Marking as resolved since bug 24535 addresses this issue.