Start finding more bugs in Linker::link() by having the Parser use it, and running...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 1 Aug 2008 15:02:46 +0000 (15:02 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 1 Aug 2008 15:02:46 +0000 (15:02 +0000)
commit91ac68478f6155b11242c5d05ad90deebc3b8bed
tree43b7debd9e689179dfd203a5367747c323057142
parent74370b6703382af2d35d9154188f35b3494f07b1
Start finding more bugs in Linker::link() by having the Parser use it, and running the parser tests.
* Support class="extiw"
* Do not double the fragment for external links with fragments.  Move the code for this into a new Title::getLinkUrl() instead of a Linker method, because it seems like a useful concept to be able to get a *usable* link to the current Title.
* Fix a few parser tests that expected attributes in the opposite order.
* Don't overwrite actions for broken links.
* Style

If you want me to stop doing this, by the way, please say so before I spend too many more hours of my life on it.
includes/Linker.php
includes/Title.php
includes/parser/Parser.php
maintenance/parserTests.txt