jenkins-bot has submitted this change and it was merged. Change subject: Move release notes about mw.Upload and friends to 1.26 ......................................................................
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 --- M RELEASE-NOTES-1.26 M RELEASE-NOTES-1.27 2 files changed, 6 insertions(+), 7 deletions(-) Approvals: Jforrester: Looks good to me, approved jenkins-bot: Verified diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index efca318..53d9188 100644 --- a/RELEASE-NOTES-1.26 +++ b/RELEASE-NOTES-1.26 @@ -94,6 +94,12 @@ * 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 85151ee..b34b3c0 100644 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@ -16,7 +16,6 @@ 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 @@ * $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. -- To view, visit https://gerrit.wikimedia.org/r/246075 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I24100009d8a0c7c691b7ef44f33bf42f093a514a Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Bartosz Dziewoński <[email protected]> Gerrit-Reviewer: Bartosz Dziewoński <[email protected]> Gerrit-Reviewer: Jforrester <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
