Bartosz Dziewoński has uploaded a new change for review. https://gerrit.wikimedia.org/r/246075
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/75/246075/1 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 697210c..eeda4c9 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 @@ -41,12 +40,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. ==== External libraries ==== -- To view, visit https://gerrit.wikimedia.org/r/246075 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I24100009d8a0c7c691b7ef44f33bf42f093a514a Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Bartosz Dziewoński <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
