Last modified: 2010-07-18 12:52:32 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 T26427, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 24427 - Create 'rollbacker' group on hiwiki, allow sysops to add/remove
Create 'rollbacker' group on hiwiki, allow sysops to add/remove
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Rob Halsell
http://hi.wikipedia.org/wiki/%E0%A4%B...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-07-18 07:59 UTC by Mayur
Modified: 2010-07-18 12:52 UTC (History)
2 users (show)

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


Attachments

Description Mayur 2010-07-18 07:59:47 UTC
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 roll backers 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)
Comment 1 p858snake 2010-07-18 08:01:16 UTC
Please stop repeating submitting the same bug request or your access to Bugzilla will be revoked. The one entry per request is fine (which is Bug #24426).

*** This bug has been marked as a duplicate of bug 24426 ***
Comment 2 Mayur 2010-07-18 08:12:13 UTC
the previous one was for confiemed users, i was informed by email that i should filed each group seperately.So what should i do
Comment 3 Mayur 2010-07-18 08:21:13 UTC
this is not the duplicate, previouse one was for confirmed user group and this is for rollbackers.
Comment 4 Roan Kattouw 2010-07-18 12:28:39 UTC
Reopening. bug 24426 was a duplicate of bug 24416, but this one isn't.
Comment 5 Roan Kattouw 2010-07-18 12:52:32 UTC
Done, along with bug 24416, bug 24428 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' ),

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


Navigation
Links