* (bug 4571) Partial fix hack for {{fulllurl:}} in action=render
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 12 Jan 2006 10:06:54 +0000 (10:06 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 12 Jan 2006 10:06:54 +0000 (10:06 +0000)
commite1ecb47aaba94d95b7c1996a831f5a5a78e08056
tree2b1d3ca5d5e70aaaf076d277cbb324325efa54c9
parent3481441d1ae242de2fc90c653302cd5e06e2b07a
* (bug 4571) Partial fix hack for {{fulllurl:}} in action=render
Quick hack to do the same check in getFullUrl() that happens in getLocalUrl()
and if it matches *don't* add a duplicate URL prefix.
However anything is still broken that expects it, such as {{localurl:}} and it feels generally hacky.
Also switched from getText() which does expensive encoding checks to getVal()
RELEASE-NOTES
includes/Title.php