Last modified: 2008-09-04 17:07:16 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 T17266, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 15266 - Bureaucrats on the Arabic (ar) Wikipedia no longer can set user rights
Bureaucrats on the Arabic (ar) Wikipedia no longer can set user rights
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal critical (vote)
: ---
Assigned To: Antoine "hashar" Musso (WMF)
http://ar.wikipedia.org/wiki/%D8%AE%D...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-08-22 13:23 UTC by Meno25
Modified: 2008-09-04 17:07 UTC (History)
2 users (show)

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


Attachments

Description Meno25 2008-08-22 13:23:09 UTC
After the resolution of bug 15185, bureaucrats on the Arabic (ar) Wikipedia no longer can set user rights using [[ar:Special:UserRights]].

To reproduce:

1-Login to ar.wikipedia.org using a bureaucrat account. (var wgUserGroups = ["bureaucrat", "sysop", "*", "user", "autoconfirmed"])
)
2-Try editing user rights for any user.

Expected behavior:

You can add bureaucrat, sysop, bot, autopatrol and can remove bot, autopatrol

Current behavior:

You can add autopatrol and can remove autopatrol

Suggested fix:

Add the following to InitialiseSettings.php

'wgAddGroups' => array(
    'arwiki' => array(
        'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'autopatrol' ),
    ),

'wgRemoveGroups' => array(
    'arwiki' => array(
        'bureaucrat' => array( 'bot', 'autopatrol' ),
    ),
Comment 1 Meno25 2008-08-26 20:28:19 UTC
Assigned to Brion because he resolved bug 15185
Comment 2 Antoine "hashar" Musso (WMF) 2008-09-04 17:07:07 UTC
I applied the fix. It should be fine now.

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


Navigation
Links