X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=0ce23808e465845195a046fa01c9c7cea43150cc;hb=44ac703d19c7c8c2deebd766ebb670981896d533;hp=24032bd3da37277cc71289098f2e7f2a6772474d;hpb=5dcaded72649241d8f8b650be0e537352fe90d63;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index 24032bd3da..0ce23808e4 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -42,6 +42,8 @@ production. additional information about the authentication event. * TextContent::getText() was introduced as a replacement for Content::getNativeData() for text-based content models. +* (T210814) SVGs are now by default displayed in wiki language on image + pages. === External library changes in 1.33 === @@ -182,6 +184,8 @@ because of Phabricator reports. mediawiki.api.messages, and mediawiki.api.rollback. * The 'jquery.byteLimit' module alias for 'jquery.lengthLimit', deprecated in 1.31, was removed. +* Revision::fetchRevision(), deprecated in 1.28, was removed. +* Class SquidUpdate, deprecated in 1.27, was removed. === Deprecations in 1.33 === * The configuration option $wgUseESI has been deprecated, and is expected @@ -219,11 +223,16 @@ because of Phabricator reports. * (T209699) The jquery.async module has been deprecated. JavaScript code that needs asynchronous behaviour should use Promises. * Password::equals() is deprecated, use verify(). +* BaseTemplate::msgWiki() and QuickTemplate::msgWiki() will be removed. Use + other means to fetch a properly escaped message string or Message object. +* (T126091) The 'ResourceLoaderTestModules' hook, which lets you declare QUnit + testing code for your JavaScript modules, is deprecated. Instead, you can now + use the new extension registration key 'QUnitTestModule'. === Other changes in 1.33 === * (T208871) The hard-coded Google search form on the database error page was removed. -* (T201747) Html::openElement() warns if given an element name wiht a space +* (T201747) Html::openElement() warns if given an element name with a space in it. == Compatibility ==