Last modified: 2009-02-07 00:19:52 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 T18703, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 16703 - Allow everybody to view patrolled pages on eswiki
Allow everybody to view patrolled pages on eswiki
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-12-18 20:59 UTC by Platonides
Modified: 2009-02-07 00:19 UTC (History)
3 users (show)

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


Attachments

Description Platonides 2008-12-18 20:59:19 UTC
Anyone used to be able to view patrolling marks, now only su¡ysops can view and patrol. This creates a problem for new page checking volunteers. Please allow everybody to view which pages are marked as patrolled.
Comment 1 Aaron Schulz 2009-01-15 18:38:45 UTC
$wgGroupPermissions['*']['patrolmarks'] = true;
Comment 2 JeLuF 2009-02-07 00:19:52 UTC
Done. groupOverrides is now:

    'eswiki' => array(
        'rollbacker' => array( 'rollback' => true ),
        '*' => array( 'patrolmarks' => true ),
    ),

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


Navigation
Links