From: Bartosz DziewoƄski Date: Tue, 13 Oct 2015 20:23:47 +0000 (+0200) Subject: Move release notes about mw.Upload and friends to 1.26 X-Git-Tag: 1.31.0-rc.0~9407 X-Git-Url: http://git.cyclocoop.org/%27.parametre_url%28%20%20%20generer_action_auteur%28%27charger_plugin%27%2C%20%27update_flux%27%29%2C%27update_flux%27%2C%20%27oui%27%29.%27?a=commitdiff_plain;h=ab7ea29346f39644623c2a3b8e2869997dcaf3f2;p=lhc%2Fweb%2Fwiklou.git 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 --- 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.