Page MenuHomePhabricator

Allow sysop to grant transwiki-rights on nowiki
Closed, ResolvedPublic

Description

Author: laaknor-wmfbugzilla

Description:
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' ),
 ),

Version: unspecified
Severity: enhancement
URL: http://no.wikipedia.org/w/index.php?title=Wikipedia:Tinget&oldid=6098413#Transwiki-rettigheter

Details

Reference
bz21041

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:50 PM
bzimport set Reference to bz21041.

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).

(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.