Last modified: 2009-12-17 15:55:24 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 T23041, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 21041 - Allow sysop to grant transwiki-rights on nowiki
Allow sysop to grant transwiki-rights on nowiki
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Roan Kattouw
http://no.wikipedia.org/w/index.php?t...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-10-07 18:30 UTC by Lars Åge Kamfjord
Modified: 2009-12-17 15:55 UTC (History)
3 users (show)

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


Attachments

Description Lars Åge Kamfjord 2009-10-07 18:30:37 UTC
Please enable sysops to grant transwiki-rights, and bureaucrats to remove them on Norwegian (bokmål) Wikipedia (nowiki). 

The changes in InitaliseSettings.php should be:

addGroups:

  '+nowiki' => array(
        'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'patroller', 'autopatrolled' ),
        'sysop' => array( 'patroller', 'autopatrolled', 'abusefilter', 'transwiki' ),
    ),

removeGroups:

   '+nowiki' => array(
        'bureaucrat' => array( 'bot', 'patroller', 'autopatrolled', 'transwiki' ),
        'sysop' => array( 'autopatrolled', 'abusefilter', 'ipblock-exempt' ),
    ),
Comment 1 Roan Kattouw 2009-12-17 15:42:07 UTC
Done. The groups are called 'patroller' and 'autopatroller', and their Hebrew names can be configured at [[MediaWiki:Group-groupname]] (plural) and [[MediaWiki:Group-groupname-member]] (singular). It seems the autopatroller messages are already done (I think they're part of the WikimediaMessages extension and get translated through TranslateWiki).
Comment 2 Roan Kattouw 2009-12-17 15:42:53 UTC
(In reply to comment #1)
> Done. The groups are called 'patroller' and 'autopatroller', and their Hebrew
> names can be configured at [[MediaWiki:Group-groupname]] (plural) and
> [[MediaWiki:Group-groupname-member]] (singular). It seems the autopatroller
> messages are already done (I think they're part of the WikimediaMessages
> extension and get translated through TranslateWiki).
> 

Oops, commented on the wrong bug.
Comment 3 Roan Kattouw 2009-12-17 15:55:24 UTC
Done for real now.

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


Navigation
Links