(bug 31320) CentralAuth uses http URLs for autologin images when logging in over...
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 3 Oct 2011 10:27:23 +0000 (10:27 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 3 Oct 2011 10:27:23 +0000 (10:27 +0000)
commita4c094121318b4beab3beb171aa90bdeb27149ca
tree8480d7147f1e700100dbe2e1c6bfc50c6f0f9c98
parent4f1801a9ff397d5f7230609dc6438d516a2ac4e8
(bug 31320) CentralAuth uses http URLs for autologin images when logging in over https.

Renamed WikiReference::getUrl() to getCanonicalUrl() (but kept the old name as a back compat alias), and added getFullUrl() which returns a URL built using $wgServer rather than $wgCanonicalServer, which means it'll be protocol-relative if the wiki is configured for that.
includes/WikiMap.php