X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.28;h=5b77ac2112b15b1b5409b72210f1896b4654a692;hb=a7c3aaccba03062e8b27ff378e74619e339325ba;hp=adf596f4d800b515d40dd958b9ffbab87af40d63;hpb=0124c6ce75b23da28d776edf842efb2af53336bd;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.28 b/RELEASE-NOTES-1.28 index adf596f4d8..5b77ac2112 100644 --- a/RELEASE-NOTES-1.28 +++ b/RELEASE-NOTES-1.28 @@ -22,6 +22,10 @@ production. * The deprecated $wgEditEncoding variable has been removed; it was only used for Esperanto language character conversion. You are now recommended to use input methods provided by the UniversalLanguageSelector extension. +* When $wgPingback is true, MediaWiki will periodically ping + https://www.mediawiki.org/beacon with basic information about the local + MediaWiki installation. This data includes, for example, the type of system, + PHP version, and chosen database backend. This behavior is off by default. === New features in 1.28 === * User::isBot() method for checking if an account is a bot role account. @@ -45,6 +49,10 @@ production. === Bug fixes in 1.28 === === Action API changes in 1.28 === +* Added 'maxarticlesize' property to action=query&meta=siteinfo which contains + the value of $wgMaxArticleSize. +* Property 'modulemessages' from action=parse&prop=modules was removed + (deprecated since 1.26). === Action API internal changes in 1.28 === * Added a new hook, 'ApiMakeParserOptions', to allow extensions to better @@ -70,6 +78,15 @@ changes to languages because of Phabricator reports. * SiteConfiguration::isLocalVHost() was removed (deprecated since 1.25). * The 'UserLoginComplete' hook has a new parameter to differentiate between actual login and visiting the login page while already logged in. +* ResourceLoader::makeLoaderURL() was removed (deprecated since 1.24). +* $.fn.liveAndTestAtStart was removed (deprecated since 1.24). +* Linker::link() and Linker::linkKnown() were deprecated; please instead use + MediaWiki\Linker\LinkRenderer. In addition, the LinkBegin and LinkEnd hooks + were replaced by HtmlPageLinkRendererBegin and HtmlPageLinkRendererEnd + respectively. See docs/hooks.txt for the specific changes needed for those hooks. +* The 'ParserLimitReportFormat' hook was removed. +* Disabled "bug 2702" HTML tidying of parsed UI messages on wikis where Tidy is + disabled. == Compatibility ==