Followup r94754: move protocol expansion from getIRCLine() to inside getInternalUrl...
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 19 Aug 2011 08:56:39 +0000 (08:56 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 19 Aug 2011 08:56:39 +0000 (08:56 +0000)
commit3b35a3d2eceac76a41fde4f219546024962df3c2
tree4c1d62a6b0c49f6e5248f18e7f9f98d8d5b7d3f5
parentafa82f68b2acac75d63e91de3968a4ae4b6a4266
Followup r94754: move protocol expansion from getIRCLine() to inside getInternalUrl(); these internal URLs should always be fully qualified. Effectively this means that if $wgServer is protocol-relative and $wgInternalServer either isn't set or is also protocol relative (but it really shouldn't be the latter!), we'll add  to URLs used for Squid purging and in IRC lines. If people want those to be https:// instead, they can set $wgInternalServer accordingly.

We should really, really break the connection between internal URLs used for Squid purges and URLs used for IRC, and use the latter in e-mails as well. This was briefly discussed in the CR comments on r44412 and I'll be working on that today.
includes/RecentChange.php
includes/Title.php