X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.26;h=efca3182d04485b9451259420294c2f3115103d4;hb=3150661c27a751df2b7d25f53d5f2592365131c5;hp=99fc2eb70d71f3a0f858a02d29d434c3f10576a0;hpb=4bdfdcbae3b738055fe1cc106ab1acb7e10abd99;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index 99fc2eb70d..efca3182d0 100644 --- a/RELEASE-NOTES-1.26 +++ b/RELEASE-NOTES-1.26 @@ -44,6 +44,7 @@ production. * $wgBlockAllowsUTEdit is now set to true by default. This allows blocked users to edit their talk pages unless explicitly disabled when they are being blocked. +* CLDRPluralRule* classes have been replaced with wikimedia/cldr-plural-rule-parser. === New features in 1.26 === * (T51506) Now action=info gives estimates of actual watchers for a page. @@ -90,14 +91,33 @@ production. page. During the deprecation period, the styles will only be loaded on pages which contain 'mw-ui-button' in their HTML. Starting in 1.28, the styles will only be loaded if explicitly required. - -==== External libraries ==== -* Update es5-shim from v4.0.0 to v4.1.5. -* Update json2 from revision 2014-02-04 to 2015-05-03. -* Update Sinon.JS from 1.10.3 to 1.15.4. -* Upgrade jQuery Client from v1.0.0 to v2.0.0. -* Added mediawiki/at-ease 1.0.0. -* Update QUnit from v1.17.1 to v1.18.0. +* 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. + +== External libraries == +=== Upgraded external libraries === +* Updated es5-shim from v4.0.0 to v4.1.5. +* Updated json2 from revision 2014-02-04 to 2015-05-03. +* Updated Sinon.JS from 1.10.3 to 1.15.4. +* Updated jQuery Client from v1.0.0 to v2.0.0. +* Updated QUnit from v1.17.1 to v1.18.0. +* Updated liuggio/statsd-php-client from v1.0.12 to v1.0.16 +* Updated oojs/oojs-ui from v0.9.8 to v0.12.9. +* Updated wikimedia/utfnormal from v1.0.2 to v1.0.3 +* Updated wikimedia/composer-merge-plugin from v1.0.0 to v1.2.1. +* Updated zordius/lightncandy from v0.18 to v0.21. + +=== New external libraries === +* Added composer/semver v0.1.0. +* Added mediawiki/at-ease v1.1.0. +* Added wikimedia/assert v0.2.2. +* Added wikimedia/cldr-plural-rule-parser v1.0.0 +* Added wikimedia/ip-set v1.0.1. +* Added wikimedia/wrappedstring v2.0.0. + +=== Removed and replaced external libraries === +* Replaced leafo/lessphp v0.5.0 with oyejorge/less.php: v1.7.0.8 === Bug fixes in 1.26 === * (T53283) load.php sometimes sends 304 response without full headers @@ -131,6 +151,7 @@ production. * API responses to GET requests may now include ETag and Last-Modified headers, and will honor corresponding If-None-Match and If-Modified-Since on such requests. +* (T47988) The protect log event details now use new-style formatting. === Action API internal changes in 1.26 === * New metadata item ApiResult::META_KVP_MERGE to allow for merging the KVP key @@ -151,6 +172,8 @@ changes to languages because of Phabricator reports. ** dty (डोटेली/Doteli), thanks to translators जनक राज भट्ट, बिप्लब आनन्द, मेश सिंह बोहरा, and राम प्रसाद जोशी ** luz (لئری دوٙمینی / Southern Luri) +** olo (Livvinкarjala / Livvi-Karelian), thanks to translators Denö, Hiloin Natoi, + Ilja.mos, and Mashoi7 === Other changes in 1.26 === * ChangeTags::tagDescription() will return false if the interface message @@ -213,6 +236,12 @@ changes to languages because of Phabricator reports. 'Project:Oversight' to 'Project:Suppress'. * (T84937) Free external links ("autolinked" urls) will now be terminated by   and HTML entity encodings of  , <, and >. +* DatabaseBase::resultObject() is now protected (use outside Database classes + not necessary since 1.11). +* Calling ResourceLoaderFileModule::readStyleFiles() without a + ResourceLoaderContext instance is deprecated. +* ResourceLoader::getLessCompiler() now takes an optional parameter of + additional LESS variables to set for the compiler. == Compatibility ==