Normalize escaping for some image page messages:
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 30 Apr 2007 17:41:12 +0000 (17:41 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 30 Apr 2007 17:41:12 +0000 (17:41 +0000)
commitf83d881fb16025437543141f5ef396c0ea3e7e19
tree58d5a838330493d8e9ba66869dddf68e39cd1f2d
parentf5b24acc05bb5f238b2faeeb040f128603fef932
Normalize escaping for some image page messages:
* HTML-escape the image filename when made into an original-size link for HTML purity
* Use inline wiki parsing instead of raw HTML for show-big-image-thumb and file-nohires messages. This is cleaner (less raw HTML yay) while avoiding breaking the "<small>" tags which are for some reason in the defaults and likely any customizations (sigh) and will allow the pixel values to have localized number formatting if appropriate parser function is used
includes/ImagePage.php