X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.26;h=5b85bbcc7ec089182a712c2ac323a7178a18f4e8;hb=11a37d24fb131f6f42c51e51b59c2422d199d6d2;hp=3442ee0ed91b98a7cf3fe8b93eb48caa4a0de7ef;hpb=384e5c5aed850a72e6e0debdc836d52ea95b873f;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index 3442ee0ed9..5b85bbcc7e 100644 --- a/RELEASE-NOTES-1.26 +++ b/RELEASE-NOTES-1.26 @@ -22,10 +22,13 @@ production. the "Signature" button on the edit toolbar will be displayed. * $wgResourceLoaderUseESI was deprecated and removed. This was an experimental feature that was never enabled by default. +* $wgResourceLoaderExperimentalAsyncLoading was deprecated and removed. + This experimental feature was never enabled by default and is obsolete as of + MediaWiki 1.26, in where ResourceLoader became fully asynchronous. +* $wgMasterWaitTimeout was removed (deprecated in 1.24). +* Fields in ParserOptions are now private. Use the accessors instead. === New features in 1.26 === -* (T9148) Changes to category membership are now shown in watchlists and recent - changes. This can be configured in user preferences. * (T51506) Now action=info gives estimates of actual watchers for a page. See $wgRCMaxAge, $wgWatchersMaxAge and $wgUnwatchedPageSecret to learn how to configure if needed. @@ -61,6 +64,8 @@ production. by Special:Random to select random pages. * $wgTransactionalTimeLimit was added, which controls the request time limit for potentially slow POST requests that need to be as atomic as possible. +* ResourceLoader now loads all scripts asynchronously. The top-queue and + startup modules are no longer synchronously loaded. ==== External libraries ==== * Update es5-shim from v4.0.0 to v4.1.5. @@ -94,6 +99,8 @@ production. information about the relevant block. === Action API internal changes in 1.26 === +* New metadata item ApiResult::META_KVP_MERGE to allow for merging the KVP key + into the value when the value is an assoc. === Languages updated in 1.26 === @@ -102,6 +109,7 @@ regularly. Below only new and removed languages are listed, as well as changes to languages because of Phabricator reports. * Languages added: +** ase (American sign language), thanks to translator Icemandeaf ** dty (डोटेली/Doteli), thanks to translators जनक राज भट्ट, बिप्लब आनन्द, मेश सिंह बोहरा, and राम प्रसाद जोशी ** luz (لئری دوٙمینی / Southern Luri) @@ -153,6 +161,7 @@ changes to languages because of Phabricator reports. * BREAKING CHANGE: mediawiki.legacy.ajax has been removed, following a lengthy deprecation period. * The ScopedPHPTimeout class was removed. +* Removed maintenance script fixSlaveDesync.php. == Compatibility ==