X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=RELEASE-NOTES-1.32;h=3f8d8e95700676fa0d8922974f336c18d01f891e;hp=bef365393f5a5dba1ce96d5bd2c965b31556e629;hb=6a45c007420c27e502c8cd188b20954d004d6467;hpb=7bfc0f42a305ebd7b1f762edc292a04f0bf72950 diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index bef365393f..3f8d8e9570 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -123,6 +123,16 @@ because of Phabricator reports. The UtfNormal\Utils class from the utfnormal library should be used instead. * The deprecated UTF8_ and UNICODE_ constants were removed. The class constants from the UtfNormal\Constants class from the utfnormal library should be used +* (T140807) The wgResourceLoaderLESSImportPaths configuration option was removed + from ResourceLoader. Instead, use `@import` statements in LESS to import + files directly from nearby directories within the same project. +* The protected methods PHPSessionHandler::returnSuccess() and returnFailure(), + only needed for PHP5 compatibility, have been removed. It now uses the boolean + values `true` and `false` respectively. +* The $parserMemc global and wfGetParserCacheStorage(), deprecated since 1.30, + were removed. Use the ParserCache class instead. +* ScopedCallback (deprecated in 1.28) was removed. Use Wikimedia\ScopedCallback + instead. === Deprecations in 1.32 === * Use of a StartProfiler.php file is deprecated in favour of placing @@ -149,12 +159,10 @@ because of Phabricator reports. with the 'unwatch' action parameter instead. * IcuCollation::getICUVersion() is deprecated, as you can just use the PHP constant INTL_ICU_VERSION directly in all versions that MediaWiki supports. +* Parser::fetchFile() is deprecated. Use ::fetchFileAndTitle() instead. +* The ApiQueryContributions class has been renamed to ApiQueryUserContribs. === Other changes in 1.32 === -* Soft hyphens (U+00AD) are now automatically removed from titles; these - characters can accidentally end up in copy-and-pasted titles. -* Strip Unicode 6.3.0 directional formatting characters (U+061C, U+2066, - U+2067, U+2068, U+2069) from the title. * … == Compatibility ==