Page MenuHomePhabricator

Configure groups in nowiki for access to Special:Unwatchedpages
Closed, ResolvedPublic

Description

Author: stigmj

Description:
Please setup access to Special:Unwatchedpages for the groups patroller and autopatrolled in the nowiki configuration. I think this would be the needed changes to InitialiseSettings.php:

'groupOverrides' => array(

'nowiki' => array(
    'patroller' => array( 'patrol' => true, 'autopatrol' => true, 'rollback' => true, 'unwatchedpages' => true ),
    'autopatrolled' => array( 'autopatrol' => true, 'unwatchedpages' => true ),
),

),

The relevant discussion and approval of this can be found here:
http://no.wikipedia.org/wiki/Wikipedia:Tinget#Innmelding_av_endring_for_.C2.ABSpecial:UnwatchedPages.C2.BB


Version: unspecified
Severity: enhancement

Details

Reference
bz14079

Event Timeline

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

I am not sure why this has not been touched. I am currently involved in the WMF staff meetings this week, however I will assign this bug to myself and try to take a look at it next week.

Sorry for the lack of reply, just lots of work and not enough people! =]

This has been completed and is now live on the cluster.