Page MenuHomePhabricator

Allow all users to see patrolled flag on Russian Wikipedia
Closed, ResolvedPublic

Description

Author: alexsm333

Description:
Please allow all ru.wp users to see yellow color in Special:NewPages.

This option disappeared some time ago, I suspect since http://svn.wikimedia.org/viewvc/mediawiki?view=rev&revision=32322

The problem is, Russian Wikipedia has a separate patroller group, which means that most users do not see the yellow color, which makes it difficult for them to decide whether we need more patrollers.

I was told on IRC to file + shell bug to set 'patrolmarks' right.


Version: unspecified
Severity: normal
URL: http://ru.wikipedia.org/wiki/Special:NewPages

Details

Reference
bz13877

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:14 PM
bzimport set Reference to bz13877.
bzimport added a subscriber: Unknown Object (MLST).

jeluf wrote:

Done.

'ruwiki' => array(
   '*' => array( 'patrolmarks' => true, ),
   'user' => array( 'upload' => false ),
   'autoconfirmed' => array( 'upload' => true ),
   'patroller' => array( 'patrol' => true, 'autopatrol' => true ),
),