Unescape more "safe" characters when producing URLs, for added prettiness. Checked...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 8 Aug 2008 15:45:52 +0000 (15:45 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 8 Aug 2008 15:45:52 +0000 (15:45 +0000)
commit6b1a9d4e4ea907effec0332ea1d8f02d8ca57948
tree81f798706ea7b82403bd160c2d08acc4abdf7a47
parenta32ea883b557b1572d2b9101da46b49d616245f4
Unescape more "safe" characters when producing URLs, for added prettiness.  Checked against RFC 1738; should cause no problems if wfUrlencode() is only applied to bits of the URL after the domain name.  And if it is applied to the domain name or protocol as well, this is probably less broken, if anything, not more, since hex escapes aren't permitted in the domain name or protocol part.
RELEASE-NOTES
includes/GlobalFunctions.php