Title attributes are now always blank on framed and thumbnailed images, and default...
authorRemember the dot <rememberthedot@users.mediawiki.org>
Fri, 3 Jul 2009 05:13:58 +0000 (05:13 +0000)
committerRemember the dot <rememberthedot@users.mediawiki.org>
Fri, 3 Jul 2009 05:13:58 +0000 (05:13 +0000)
commit05978d7cf30bb3e0acea3fabcadfe50fa27e663e
treecdcab59887ba39594bde624e1539c93fa51e5292
parent564b2b306aa6582f2b3f8a37d7cf8e80270f280d
Title attributes are now always blank on framed and thumbnailed images, and default to blank on inline images instead of defaulting to the image's filename. Additionally, the alt attribute now defaults to the filename on framed and thumbnailed images if no caption or alt attribute is specified.

I was unable to run the parser test suite ("MediaWiki internal error"), so the test suite may need to be updated to reflect these changes.
HISTORY
includes/Linker.php
includes/MediaTransformOutput.php
includes/parser/Parser.php