Last modified: 2010-07-18 12:52:27 UTC
Hi, I am a administrator mayurkumar from hindi wikipedia.Like other wiki we donot have confirmed user group.Our community want to enable this user group on our project to meet our requirements.Users on our project is increasing and we want to give admins to a priviledge of add/remove this group.We have obtained a community concensus you can watch it on 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).We have filed seperately for each group.Our whole community is seeking for these changes to be affective as early as possible so that our project may grow.We will be grateful to media wiki team for this assistance. Thank you mayur kumar(Admin hindi wiki)
*** Bug 24426 has been marked as a duplicate of this bug. ***
Done, along with bug 24427, 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' ),