Page MenuHomePhabricator

Special:TimedMediaHandler is blank
Closed, ResolvedPublic

Description

TMH adds a blank special page "Special:TimedMediaHandler". This should be removed/delisted or whatever makes sense.


Version: unspecified
Severity: trivial

Details

Reference
bz42009

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:58 AM
bzimport set Reference to bz42009.

It does stuff, you just can't see it:
public function execute( $par ) {
// only show if user has right permissions
if ( !$this->getUser()->isAllowed( 'transcode-status' ) ) {

		return;

}

In that case it should not be listed and show an error if a user attempts to access it without the right permissions.

Gilles triaged this task as Unbreak Now! priority.Dec 4 2014, 10:10 AM
Gilles moved this task from Untriaged to Done on the Multimedia board.
Gilles lowered the priority of this task from Unbreak Now! to Needs Triage.Dec 4 2014, 11:22 AM