* (bug 6074) Correct squid purging of offsite upload URLs
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 24 May 2006 21:57:25 +0000 (21:57 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 24 May 2006 21:57:25 +0000 (21:57 +0000)
commit95e391545a69a899f3b433211c07a15139c90e3a
treee5ac8c850dea59f91a0fb56c16c6a64478162be8
parentd1a9b7c02a1ca1701a80c2f38d1113acabeefa89
* (bug 6074) Correct squid purging of offsite upload URLs
You can now feed both local relative URLs and fully-qualified URLs to the
squid purge functions; local URLs will have $wgInternalServer prepended
if needed. This avoids the broken URLs produced by other functions prepending
it when it wasn't always needed.
RELEASE-NOTES
includes/Image.php
includes/ImagePage.php
includes/SquidUpdate.php