Move magic ISBN, RFC, and GEO links to between replaceExternalLinks and
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 4 Aug 2004 01:53:29 +0000 (01:53 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 4 Aug 2004 01:53:29 +0000 (01:53 +0000)
commit73a4662190c70a99467211532d116afc22ebe8b9
treed76928839710ec2b203eb44a54895ebed72711e6
parent0b99c990f956ecd72a7eb31ec02133a31e41060e
Move magic ISBN, RFC, and GEO links to between replaceExternalLinks and
replaceInternalLinks. This is a basic fix for the infamous bug
[ 708163 ] [[ISBN #]] doesn't work correctly

ISBN, RFC links accidentally put inside [[ ]] brackets will now come up
relatively straightforwardly, with extra brackets. This is much nicer
than a horror of HTML errors that there were before; does not solve
problem with embedded <a>-in-<a> tag if you put it in a link piped
text, but that's a smaller problem.

Someday a full tokenized parser will wish this problem away into the
cornfields.
includes/Parser.php