From: Gilles Dubuc Date: Tue, 30 Sep 2014 12:20:11 +0000 (+0200) Subject: Fix version comments in thumbnail prerendering code X-Git-Tag: 1.31.0-rc.0~13751 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=478332cfbed3abfac310b4fb0a558a08811d7666;p=lhc%2Fweb%2Fwiklou.git Fix version comments in thumbnail prerendering code Change-Id: I74b52d2ecc382dfc0b55615ce512e8c64d02e9cb Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/301 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index ea2242fb08..e9b57465fe 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1249,7 +1249,7 @@ $wgThumbnailMinimumBucketDistance = 50; * * This obviously means that more disk space is needed per upload upfront. * - * @since 1.24 + * @since 1.25 */ $wgUploadThumbnailRenderMap = array(); @@ -1263,14 +1263,14 @@ $wgUploadThumbnailRenderMap = array(); * This method only works if thumbnails are configured to be rendered by a 404 handler. The latter * option uses the job queue to render the thumbnail. * - * @since 1.24 + * @since 1.25 */ $wgUploadThumbnailRenderMethod = 'jobqueue'; /** * When using the "http" wgUploadThumbnailRenderMethod, lets one specify a custom Host HTTP header. * - * @since 1.24 + * @since 1.25 */ $wgUploadThumbnailRenderHttpCustomHost = false; @@ -1278,7 +1278,7 @@ $wgUploadThumbnailRenderHttpCustomHost = false; * When using the "http" wgUploadThumbnailRenderMethod, lets one specify a custom domain to send the * HTTP request to. * - * @since 1.24 + * @since 1.25 */ $wgUploadThumbnailRenderHttpCustomDomain = false; diff --git a/includes/upload/UploadBase.php b/includes/upload/UploadBase.php index 7741c350e7..eb54e5830a 100644 --- a/includes/upload/UploadBase.php +++ b/includes/upload/UploadBase.php @@ -757,6 +757,8 @@ abstract class UploadBase { /** * Perform extra steps after a successful upload. + * + * @since 1.25 */ public function postProcessUpload() { global $wgUploadThumbnailRenderMap;