From ab7ea29346f39644623c2a3b8e2869997dcaf3f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Tue, 13 Oct 2015 22:23:47 +0200 Subject: [PATCH] Move release notes about mw.Upload and friends to 1.26 This was originally meant for 1.26 release, but we didn't quite make the deadline and currently 1.26 contains a half-broken implementation of some parts. We're going to be backporting all the additions and fixes since branch cut to 1.26. Change-Id: I24100009d8a0c7c691b7ef44f33bf42f093a514a --- RELEASE-NOTES-1.26 | 6 ++++++ RELEASE-NOTES-1.27 | 7 ------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index efca3182d0..53d9188be8 100644 --- a/RELEASE-NOTES-1.26 +++ b/RELEASE-NOTES-1.26 @@ -94,6 +94,12 @@ production. * If search returns zero results and current search engine has a "did you mean" suggestion, results for suggestion will be shown. Can be disabled by setting $wgSearchRunSuggestedQuery to false. +* Added several JavaScript libraries for uploading files to MediaWiki + from the client-side. See documentation for mw.Upload and its + subclasses for more information. +* Added OOUI dialogs and layout for file upload interfaces. See + documentation for mw.Upload.Dialog, mw.Upload.BookletLayout and its + subclasses for more information. == External libraries == === Upgraded external libraries === diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27 index 85151ee970..b34b3c0171 100644 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@ -16,7 +16,6 @@ production. 1000 for the latter) are now hard-coded. * $wgDebugDumpSqlLength was removed (deprecated in 1.24). * $wgDebugDBTransactions was removed (deprecated in 1.20). -* $wgRemoteUploadTarget (added in 1.26) removed, replaced by $wgForeignUploadTargets * $wgUseXVO has been removed, as it provides functionality only used by custom Wikimedia patches against Squid 2.x that probably noone uses in production anymore. There is now $wgUseKeyHeader that provides similar @@ -60,12 +59,6 @@ production. * $wgCdnMaxageLagged was added, which limits the CDN cache TTL when any load balancer uses a DB that is lagged beyond the 'max lag' setting in the relevant section of $wgLBFactoryConf. -* Added several JavaScript libraries for uploading files to MediaWiki - from the client-side. See documentation for mw.Upload and its - subclasses for more information. -* Added OOUI dialogs and layout for file upload interfaces. See - documentation for mw.Upload.Dialog, mw.Upload.BookletLayout and its - subclasses for more information. * User::newSystemUser() may be used to simplify the creation of passwordless "system" users for logged actions from scripts and extensions. -- 2.20.1