From 3e59cea3d913e336318e128c3b7307d4debce028 Mon Sep 17 00:00:00 2001 From: Ricordisamoa Date: Fri, 26 Jun 2015 22:06:29 +0200 Subject: [PATCH] Fix and clarify task IDs in RELEASE-NOTES-1.26 Change-Id: I8df703b98fdb68bf6ee972b4f8c31f226c50c8f4 --- RELEASE-NOTES-1.26 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index 983601e840..a8e8995bd3 100644 --- a/RELEASE-NOTES-1.26 +++ b/RELEASE-NOTES-1.26 @@ -30,7 +30,7 @@ production. * (T68699) The expiration of the UserID and Token login cookies ($wgExtendedLoginCookieExpiration) can be configured independently of the expiration of all other cookies ($wgCookieExpiration). -* (bug 50519) Support for generating JPEG/PNG thumbnails from WebP images added +* (T50519) Support for generating JPEG/PNG thumbnails from WebP images added if ImageMagick is used as image scaler ($wgUseImageMagick = true). Uploading of WebP images still disabled by default. Add $wgFileExtensions[] = 'webp'; to LocalSettings.php to enable uploading of WebP images. @@ -43,7 +43,7 @@ production. * Added mediawiki/at-ease 1.0.0 === Bug fixes in 1.26 === -* (bug 51283) load.php sometimes sends 304 response without full headers +* (T53283) load.php sometimes sends 304 response without full headers * (T65198) Talk page tabs now have a "rel=discussion" attribute === Action API changes in 1.26 === -- 2.20.1