https://bugzilla.wikimedia.org/show_bug.cgi?id=6044
Bawolff (Brian Wolff) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Bawolff (Brian Wolff) <[email protected]> --- These errors mostly aren't user visible (on Wikimedia wikis. On non-wikimedia wikis they are quite visible). The type of users who knows how to actually view the file itself, probably already knows how to get to the help page. ----- Only possible objection I could maybe think of, is if we don't want the thumbnail servers spending time parsing things, but I can't imagine people are going to be putting too complicated of things in these messages. I don't think comment 1's patch would work. You'd want to change line 396 of MediaTransformOutput.php from $this->htmlMsg = wfMessage( $msg )->rawParams( $htmlArgs )->escaped(); to $this->htmlMsg = wfMessage( $msg )->rawParams( $htmlArgs )->parsed(); probably (untested) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
