Page MenuHomePhabricator

Enable 'researcher' permission on testwiki
Closed, ResolvedPublic

Description

As suggested by Eloquence at http://en.wikipedia.org/wiki/Wikipedia_talk:Research#RFC:_Researcher_permission , please enable to 'researcher' permission on the testwiki so individuals commenting on the above-linked RFC may experience the userright first-hand if they please. Presumably they would need to request it from Stewards.


Version: unspecified
Severity: enhancement

Details

Reference
bz23918

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:02 PM
bzimport set Reference to bz23918.

jeluf wrote:

Which group should get that permission? A new one or an existing one?

It should be a new group named "researcher" with identical rights to the "researcher" group on the English Wikipedia (browsearchive, apihighlimits, deletedhistory).

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 855)

+++ InitialiseSettings.php (working copy)
@@ -5416,6 +5416,7 @@

		'stablesettings' => true,
		'patrolother' => true,
	),

+ 'researcher' => array( 'browsearchive' => true, 'deletedhistory' => true, 'apihighlimits' => true ),

),
'trwiki' => array(
    'patroller' => array( 'patrol' => true ),

Apologies for the trouble but Steward/bureaucrat on testwiki Erwin says he can't figured out how to assign this userright.