Move replaceLinkHolders() from OutputPage to Parser, because
authorWil Mahan <wmahan@users.mediawiki.org>
Fri, 15 Oct 2004 17:39:10 +0000 (17:39 +0000)
committerWil Mahan <wmahan@users.mediawiki.org>
Fri, 15 Oct 2004 17:39:10 +0000 (17:39 +0000)
commit4bc5a37c98737349b6c2ac97b0fa1e1351390756
tree27290c532f9fe04728f873821f3083ac4bcd5c85
parent50108154bf7b00a0703b58b6dd3a89317a1d24bf
Move replaceLinkHolders() from OutputPage to Parser, because
it needs to happen before unstripNoWiki() and before tidy.
This also makes the parser more self-contained, so there is
no need to create an OutputPage object for the parser
tester.

Call unstripNoWiki() before creating a Title object
for an internal link; this fixes <nowiki> inside of
a link target. Need to make sure this does not degrade
performance.
includes/OutputPage.php
includes/Parser.php