From aab8487351dcf4f063e5db6a51bf5a7dc360ad60 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jes=C3=BAs=20Mart=C3=ADnez=20Novo?= Date: Sun, 24 May 2015 15:50:34 +0200 Subject: [PATCH] HISTORY: Note new $wgThumbnailBuckets as of 1.24.0 Follow-up of 02ca7bff9b100f9def06dad4b28fe6fdc2c26b44 Bug: T78053 Change-Id: I625fee0c4ba85f80396ea396f3fc0019c612ff76 --- HISTORY | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY b/HISTORY index 0cf6b08537..4cca02389d 100644 --- a/HISTORY +++ b/HISTORY @@ -194,6 +194,13 @@ Change notes from older releases. For current info see RELEASE-NOTES-1.26. Special:DeletedContributions * Added DeletedContributionsLineEnding hook allowing extensions to format Special:DeletedContributions lines +* (T69525) You can now make MediaWiki speed up its thumbnail rendering by using + intermediary thumbnails. $wgThumbnailBuckets must be set to a list of target + thumbnail widths; when a new thumbnail needs to be rendered, MediaWiki will + find the smallest bucket smaller than the original but larger than the target + width + $wgThumbnailMinimumBucketDistance, and it will scale that thumbnail, + rather than the original, down to the target size at greater speed in return + for minor loss of fidelity. === Bug fixes in 1.24 === * (bug 50572) MediaWiki:Blockip should support gender -- 2.20.1