* Rewrote r69952, profileinfo.php XSS fix. It was probably safe, but it seemed very...
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 27 Jul 2010 02:39:32 +0000 (02:39 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 27 Jul 2010 02:39:32 +0000 (02:39 +0000)
commitf21fdea9e5d519b75826806f859bd2cba2f76e18
treecea19dc5802ca25fe190f6a67416590048faec5a
parentc7e85a5e04b4bba68222e79fbca67878af164b5d
* Rewrote r69952, profileinfo.php XSS fix. It was probably safe, but it seemed very confused about the order of escaping operations. The whole MediaWiki framework is available, including wfArrayToCGI(), there's no need for unconventional code.
* Renamed makeurl() to something more descriptive and less likely to conflict with extensions.
profileinfo.php