From 478332cfbed3abfac310b4fb0a558a08811d7666 Mon Sep 17 00:00:00 2001 From: Gilles Dubuc Date: Tue, 30 Sep 2014 14:20:11 +0200 Subject: [PATCH] Fix version comments in thumbnail prerendering code Change-Id: I74b52d2ecc382dfc0b55615ce512e8c64d02e9cb Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/301 --- includes/DefaultSettings.php | 8 ++++---- includes/upload/UploadBase.php | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) 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; -- 2.20.1