Page MenuHomePhabricator

Properly disable Special:MIMESearch
Closed, DeclinedPublic

Description

Currently when you visit https://commons.wikimedia.org/wiki/Special:MIMESearch, you get a form that looks like this:


This page enables the filtering of files for their MIME type. Input: contenttype/subtype, e.g. image/jpeg.

MIME search

MIME type: [ ] [Search]

However, this feature has apparently been disabled. So no matter the user input, you get an error (from https://commons.wikimedia.org/wiki/Special:MIMESearch?title=Special%3AMIMESearch&mime=image%2Fjpeg):


This page enables the filtering of files for their MIME type. Input: contenttype/subtype, e.g. image/jpeg.

This special page is disabled for performance reasons.

This is brain-dead behavior. Don't give a user an input form that doesn't work. When a user loads https://commons.wikimedia.org/wiki/Special:MIMESearch, it should simply say: This page has been disabled due to $wgMiserMode or whatever. The current behavior of "sure, input your MIME type... just kidding!" is wrong.


Version: unspecified
Severity: normal
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=13438

Details

Reference
bz34969

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 12:12 AM
bzimport set Reference to bz34969.
bzimport added a subscriber: Unknown Object (MLST).

lol, I suppose this is what I get for shooting my mouth off in irc... :P

Oh look this is assigned to me. Didn't even realize.

However I would prefer that my fix to bug 13438 gets accepted and this gets WONTFIXed instead ;)

If you don't plan to work on this one, feel free to unassign. :)

(In reply to comment #4)

If you don't plan to work on this one, feel free to unassign. :)

Well I plan to work on it by turning it from a bug into being INVALID, but nonetheless unassigned.

WONTFIX - bug 13438 got merged, which makes this bug no longer applicable.