Update Interwiki::getURL's first argument so that it's properly urlencoded when repla...
authorDaniel Friesen <dantman@users.mediawiki.org>
Fri, 12 Aug 2011 14:10:37 +0000 (14:10 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Fri, 12 Aug 2011 14:10:37 +0000 (14:10 +0000)
commitd5dfd2b066b81aa8636276fc1e5dac467b021bd0
tree04e6271a7282923e8f2a74ceaf935880c1c29e4c
parent81b67318aa45ac086cf5e128ec70f25aea2744bc
Update Interwiki::getURL's first argument so that it's properly urlencoded when replacements are made.
Scanning all of core and all the extensions we have in svn, it doesn't look like anyone makes any calls to Interwiki::getURL using the argument so this should be safe enough to clean up the api.
Also update Title::getFullURL to make use of the first arg now.
includes/Title.php
includes/interwiki/Interwiki.php