X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.26;h=cd89948cbc755579a439b60d37f289978a1ad2b3;hb=a77c09c03baf8ee1dd7527db4c20c5be2cd2c298;hp=af9e9d2b645dbf867df1998d962573ea77c9aae8;hpb=b745eaa260a43e287eb939a608a614c2db28a62b;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index af9e9d2b64..cd89948cbc 100644 --- a/RELEASE-NOTES-1.26 +++ b/RELEASE-NOTES-1.26 @@ -9,14 +9,21 @@ MediaWiki 1.26 is an alpha-quality branch and is not recommended for use in production. === Configuration changes in 1.26 === +* $wgEnableParserCache was deprecated, set $wgParserCacheType to CACHE_NONE + instead if you want to disable the parser cache. === New features in 1.26 === * Change tags can now be hidden in the interface by disabling the associated "tag-" interface message. * ':' (colon) is now invalid in usernames for new accounts. Existing accounts are not affected. +* Added a new hook, 'LogException', to log exceptions in nonstandard ways. ==== 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. +* Added mediawiki/at-ease 1.0.0 === Bug fixes in 1.26 === * (bug 51283) load.php sometimes sends 304 response without full headers @@ -53,6 +60,11 @@ changes to languages because of Bugzilla reports. * mediaWiki.confirmCloseWindow now returns an object of functions, instead of one function. The callback can't be called directly any more. The callback function is replaced with confirmCloseWindow.release(). +* BREAKING CHANGE: Added an optional ResouceLoaderContext parameter to + ResourceLoaderModule::getDependencies(). Extension classes that override that + method should be updated. If they aren't updated, PHP Strict standards + warnings will appear when E_STRICT error reporting is enabled. Note: in the + near future, this parameter will probably become non-optional. * Removed maintenance script deleteImageMemcached.php. * MWFunction::newObj() was removed (deprecated in 1.25). ObjectFactory::getObjectFromSpec() should be used instead. @@ -66,6 +78,9 @@ changes to languages because of Bugzilla reports. - The $uniq_prefix argument for Parser::extractTagsAndParams() and the $prefix argument for StripState::_construct() are deprecated and their value is ignored. +* wfSuppressWarnings() and wfRestoreWarnings() were split into a separate library, + mediawiki/at-ease, and are now deprecated. Callers should use + MediaWiki\suppressWarnings() and MediaWiki\restoreWarnings() directly. == Compatibility ==