* Revert back to my parser pseudo-branch again. Note: if you feel like reverting...
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 26 Aug 2008 14:37:15 +0000 (14:37 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 26 Aug 2008 14:37:15 +0000 (14:37 +0000)
commit350b498b9ff2572b52e899ca475be9c2583fec56
tree1b421986dd1ec35441d3b59386daf9c2c6911d4e
parentb88b852ad5bff8971d4e3fcf1a305dda100d4e4c
* Revert back to my parser pseudo-branch again. Note: if you feel like reverting this, reverting Parser.php alone to r40010 will work just fine.
* Merged replaceFreeExternalLinks() with doMagicLinks(). Makes a lot of sense, very similar operations, doesn't break any parser tests. Stops free links from interacting with other parser stages, the same way ISBN links don't.
* The pass order change fixes Brion's complaint in r39980. Early link expansion, triggered by having more than 1000 links in the page, was outputting URLs which were destroyed by RFEL. Added parser test.
* Fixed an unrelated bug in LinkHolderArray::replace(): if a link to a redirect appears in two separate RLH calls, the second and subsequent calls do not add the mw-redirect class. Caused by an unmigrated LinkCache fetch.
* Added a parser test for a pass interaction bug that the pass order change fixes.
* The fuzzer told me to tell you that free external links in non-caption image parameters, which are and have always been invisible, are now not registered either.
* Miscellaneous supporting updates to the test infrastructure.
14 files changed:
RELEASE-NOTES
includes/DefaultSettings.php
includes/Exception.php
includes/MessageCache.php
includes/Title.php
includes/parser/LinkHolderArray.php
includes/parser/Parser.php
includes/parser/Parser_DiffTest.php
languages/Language.php
languages/LanguageConverter.php
maintenance/parserTests.inc
maintenance/parserTests.php
maintenance/parserTests.txt
maintenance/parserTestsStaticParserHook.php