The noicon parameter for audio files is broken in Mediawiki 1.18.
Version: 1.18.x
Severity: normal
The noicon parameter for audio files is broken in Mediawiki 1.18.
Version: 1.18.x
Severity: normal
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | Amire80 | T23778 BiDi issue in RTL wikis at site notice with LTR text ending with Unicode characters with neutral directional | |||
Resolved | None | T31876 1.18 post-deployment actions (tracking) | |||
Resolved | None | T33415 Noicon parameter for audio files is broken |
What is the noicon parameter? Could you provide a link to what's not working? (along with a clear description of what the expected behavior is)
all the info there seems to have been hidden in a collapsed comment. :P
It seems the parameter |noicon in the code
[[File:Accordian chords-01.ogg|noicon|right]]
is no longer observed; vide:
noicon
'noicon' seems to be a special magic word that OggHandler understands which can be used to disable the little 'info' icon that links to the file info page.
Handling still seems to be there, not sure offhand what would have broken it.
hmm, remember that a while ago I activated input param validation that was already present, to actually do validation, somewhere in a few media handlers ? Perhaps this is one of the keywords that is not in the validator list ?
Bingo, that looks suspicious -- in r87923 you tweaked OggHandler::validateParam to check width, height, and thumbtime properly (for bug 28886) but it's not checking anything for 'noicon'. Should be easy to add...