Another attempt at fixing bug 2. Call replaceInternalLinks() before
authorWil Mahan <wmahan@users.mediawiki.org>
Fri, 24 Sep 2004 18:29:01 +0000 (18:29 +0000)
committerWil Mahan <wmahan@users.mediawiki.org>
Fri, 24 Sep 2004 18:29:01 +0000 (18:29 +0000)
commit486098370577c1fc6b6eeafbc4c5610668b4151a
tree7011fff914674ce027e0760e2de283f7c6d7685b
parent2d244b91f77016c31eed2e93c9dd202c84f07491
Another attempt at fixing bug 2. Call replaceInternalLinks() before
replaceExternalLinks(). Use placeholders for interwiki links, as with
other internal links, to avoid parsing them as external. Disallow
links to pages containing a URL protocol followed by a colon.
Unrelated: output a warning comment when a template loop is detected.
includes/OutputPage.php
includes/Parser.php
includes/Skin.php