* Fixed "link" parameter in image links with "thumb" parameter, previously the link...
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 20 Jul 2010 10:28:00 +0000 (10:28 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 20 Jul 2010 10:28:00 +0000 (10:28 +0000)
commitce448d5d7a76640c78630fcacc8bb50314ac2d09
treed21e6f3cb2ac4d1722c06a5da7fe975fdf148e32
parent4a3415eea1f3dca47b62e7e70caa3ea7c8d31e2d
* Fixed "link" parameter in image links with "thumb" parameter, previously the link parameter was just ignored. The fix required the relevant code to be factored out so both makeImageLink2() and makeThumbLink2() could use it.
* Fixed the coding style and escaping of some nearby code. The lack of escaping on $url would have caused invalid HTML (bare ampersand) if ugly URLs were combined with page parameters.
RELEASE-NOTES
includes/Linker.php
maintenance/parserTests.txt