Re-commit turning makeKnownLinkObj(), makeBrokenLinkObj(), makeLinkObj() into link...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 5 Aug 2008 17:05:59 +0000 (17:05 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 5 Aug 2008 17:05:59 +0000 (17:05 +0000)
commit81d611bcac8d291ce98c49f89bbb14b746576d72
tree77cc68fd4537a5aff4f626ad500c3121e24ebb68
parent1fd7c0cc6a0a72f15e101265492540ccda5fe8a4
Re-commit turning makeKnownLinkObj(), makeBrokenLinkObj(), makeLinkObj() into link() wrappers.  This should mean that all link processing now goes through link().  Per Brion's advice, remove the BrokenLink hook and replace it with LinkBegin and LinkEnd hooks.  All parser tests pass except the usual suspects.
docs/hooks.txt
includes/GlobalFunctions.php
includes/Linker.php
includes/Sanitizer.php
includes/Xml.php
maintenance/parserTests.txt