X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.26;h=fc0e75232743bcfffd4e158fa379eda9760c922f;hb=64446397925576210c50baedc77becb470df84e2;hp=111e775b89976d13de946f1e7c168f2cf0f39da3;hpb=6cde392c84e7dca6ef1baa9f90695d6ef2653cd0;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index 111e775b89..fc0e752327 100644 --- a/RELEASE-NOTES-1.26 +++ b/RELEASE-NOTES-1.26 @@ -9,6 +9,7 @@ MediaWiki 1.26 is an alpha-quality branch and is not recommended for use in production. === Configuration changes in 1.26 === +* $wgPasswordResetRoutes['email'] = true by default. * $wgEnableParserCache was deprecated, set $wgParserCacheType to CACHE_NONE instead if you want to disable the parser cache. * New-style continuation is now the default for API action=continue. Clients may @@ -41,13 +42,19 @@ production. * Added new hooks 'EnhancedChangesListModifyLineData' & 'EnhancedChangesListModifyBlockLineData', to modify the data used to build lines in enhanced recentchanges and watchlist. +* Caches that need purging ability now use the WANObjectCache interface. + This corresponds to a new $wgMainWANCache setting, which defaults to using + the $wgMainCacheType settings. +* Callers needing fast light-weight data stores use $wgMainStash to select + the store type from $wgObjectCaches. The default is the local database. ==== 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.0. +* 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 +* Added mediawiki/at-ease 1.0.0. +* Update QUnit from v1.17.1 to v1.18.0. === Bug fixes in 1.26 === * (T53283) load.php sometimes sends 304 response without full headers @@ -82,6 +89,7 @@ changes to languages because of Phabricator reports. * Languages added: ** dty (डोटेली/Doteli), thanks to translators जनक राज भट्ट, बिप्लब आनन्द, मेश सिंह बोहरा, and राम प्रसाद जोशी +** luz (لئری دوٙمینی / Southern Luri) === Other changes in 1.26 === * ChangeTags::tagDescription() will return false if the interface message @@ -126,6 +134,7 @@ changes to languages because of Phabricator reports. * $wgSpecialPageGroups was removed (deprecated in 1.21). * SpecialPageFactory::setGroup was removed (deprecated in 1.21). * SpecialPageFactory::getGroup was removed (deprecated in 1.21). +* DatabaseBase::ignoreErrors() is now protected. == Compatibility ==