Page MenuHomePhabricator

Article Feedback Page v5 - Oversighter Central Activity Log Restriction
Closed, ResolvedPublic

Description

We would like to request a change to restrict access to the Central Activity Log for Oversighters which we launched last week. The current version of this activity log is now disclosing information that should not be public, and should only be available to oversighters.

Our updated requirements for this restriction of the central activity log are based on these assumptions:

  • Only oversighters and staff will be able to access to the central Article Feedback Activity log, once this new code is released
  • This restriction will be implemented by using the log_type='suppress' for this oversighter log. This should hide the log, because $wgLogRestrictions = array( 'suppress' => 'suppressionlog' ); is set in DefaultSettings.php, meaning that log entries with

log_type='suppress' can only be viewed by users with the 'suppressionlog' right.

  • We will also remove the 'del/undel' function now shown to oversighters/staff in the current version of the Article Feedback Activity log, since it isn't really needed for this type of content. However, if this is not easy to do, or would take a long time to do, we can live with it for this release.

Here is our proposed new format for this centralized AFT5 activity log for oversighters:

PROPOSED NEW FORMAT:

18:54, 6 March 2012 Okeyes (WMF) (talk | contribs | block) flagged as abuse feedback posted by User:Philippe (WMF) at Special:ArticleFeedbackv5/Golden-crowned Sparrow/480

INSTEAD OF OLD FORMAT:

(del/undel) 18:54, 6 March 2012 Okeyes (WMF) (talk | contribs | block) flagged the feedback Special:ArticleFeedbackv5/Golden-crowned Sparrow/480 as abuse.

See current feature requirements page for this feature:
http://www.mediawiki.org/wiki/Article_feedback/Version_5/Feature_Requirements#Related_Features

The current version of this feature can be viewed here on production:
https://en.wikipedia.org/w/index.php?title=Special%3ALog&type=articlefeedbackv5

The prototype version can be viewed here:
http://prototype.wikimedia.org/rc-en/index.php?title=Special%3ALog&type=articlefeedbackv5


Version: unspecified
Severity: critical
URL: http://www.mediawiki.org/wiki/Article_feedback/Version_5/Feature_Requirements#Related_Features

Details

Reference
bz35254

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 12:10 AM
bzimport set Reference to bz35254.

To confirm our discussion in today's AFT5 weekly call, we will modify the request above to do the following:

  • Add the following actions to the 'suppress' oversighter log:
  • Request Oversight
  • Unrequest Oversight
  • Decline Oversight
  • Oversight
  • Un-oversight
  • All other actions will remain in the Article Feedback Activity Log for now
  • At a later stage, we will discuss adding 'hide' and 'unhide' events to the Delete log and open a separate ticket for that request.

elizabeth wrote:

Fixed in r114194