Instead of using some hacky regexes, just use wfParseUrl() in WikiMap::getDisplayName...
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 12 Aug 2011 19:19:34 +0000 (19:19 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 12 Aug 2011 19:19:34 +0000 (19:19 +0000)
commitd0d89f42974030ec986b53ac38fe3aadefebf3df
tree1db6bb88510c7d91f7c34862c795145044711828
parent18f5bf2c95b5cc540cdb6f125eeca131eeca76e0
Instead of using some hacky regexes, just use wfParseUrl() in WikiMap::getDisplayName(). This should make protocol-relative URLs behave correctly as well, and fix bug 29965
includes/WikiMap.php