X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=RELEASE-NOTES-1.26;h=b68c1c973954b557628f6ed2be3128a543e2eb58;hb=c08e097fe417b1c56218122e67d1493096a56f6c;hp=f22a546e1cf0c8ffdb93c3209b63d43c6ba965a0;hpb=85f481a0dd58ec0bd3033685bc05b8f8baae4057;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index f22a546e1c..b68c1c9739 100644 --- a/RELEASE-NOTES-1.26 +++ b/RELEASE-NOTES-1.26 @@ -16,6 +16,12 @@ production. use the 'rawcontinue' parameter to receive raw query-continue data, but the new style is encouraged as it's harder to implement incorrectly. * Deprecated API formats dump and wddx have been completely removed. +* (T7645) The "Signature" button on the edit toolbar is now hidden by default + in non-talk namespaces. A new configuration variable, + $wgExtraSignatureNamespaces, controls in which subject (non-talk) namespaces + 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. === New features in 1.26 === * (T51506) Now action=info gives estimates of actual watchers for a page. @@ -47,6 +53,8 @@ production. 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. +* Interface message overrides in the MediaWiki namespace will now be cached in + memcached and APC (if available), rather than memcached and local files. ==== External libraries ==== * Update es5-shim from v4.0.0 to v4.1.5. @@ -89,7 +97,7 @@ changes to languages because of Phabricator reports. * Languages added: ** dty (डोटेली/Doteli), thanks to translators जनक राज भट्ट, बिप्लब आनन्द, मेश सिंह बोहरा, and राम प्रसाद जोशी -** luz (لئری جئنوٙڤی / Southern Luri) +** luz (لئری دوٙمینی / Southern Luri) === Other changes in 1.26 === * ChangeTags::tagDescription() will return false if the interface message @@ -135,6 +143,9 @@ changes to languages because of Phabricator reports. * SpecialPageFactory::setGroup was removed (deprecated in 1.21). * SpecialPageFactory::getGroup was removed (deprecated in 1.21). * DatabaseBase::ignoreErrors() is now protected. +* BREAKING CHANGE: mediawiki.legacy.ajax has been removed, following + a lengthy deprecation period. +* The ScopedPHPTimeout class was removed. == Compatibility ==