* Deglobalised link placeholder handling by moving the relevant functionality from...
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 27 Apr 2005 07:48:14 +0000 (07:48 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 27 Apr 2005 07:48:14 +0000 (07:48 +0000)
commita8825b9e3e7932e30dc4c8279130a7e52c9c9265
treec3c869779afbd8e74f802fbc30fa6e86ad1fa2d0
parentd9f4f571d2bfbf6c0a0e294e660289684be18f49
* Deglobalised link placeholder handling by moving the relevant functionality from Linker::makeLinkObj() to Parser::makeLinkHolder()
* Did a similar trick for the handling of image options, in order to fix a bug reported by the parser unit test.
* Updated parser tests to match current output where appropriate.
includes/Linker.php
includes/Parser.php
includes/ParserXML.php
includes/Skin.php
includes/Title.php
maintenance/parserTests.php
maintenance/parserTests.txt