Two somewhat experimental changes before I fix bug 89:
authorWil Mahan <wmahan@users.mediawiki.org>
Tue, 21 Sep 2004 23:56:25 +0000 (23:56 +0000)
committerWil Mahan <wmahan@users.mediawiki.org>
Tue, 21 Sep 2004 23:56:25 +0000 (23:56 +0000)
commit1962304c6abdb67ffef22e3b74c36750ca1b709b
treea4f3e14fc006f209cc741ccd5582ec8e744bc977
parent16fa7c34619a06d05065f0e02928bca94a04ad09
Two somewhat experimental changes before I fix bug 89:
1) Don't suspend the LinkCache when including templates;
because we don't call replaceInternalLinks() anymore,
it doesn't do anything.
2) Don't call strip(), removeHTMLcomments(), or replaceVariables()
on template parameters in argSubstitution(). The first two
should already be done on the article including the template,
and the third is unnecessary because it isn't possible to
pass templates as parameters to templates.

These seem to work, but if anybody notices any problems,
please let me know.
includes/Parser.php