X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.28;h=339cbfa3808cc0d9fab66ec512f2d310dcaed51c;hb=12d7b7a4d73cbf42a9e04c05d04a35dd1c14a1d5;hp=a20bec0299638eaabdf40c9bf5e56c536395a7d4;hpb=6e71511047de1f6ed8de40c9b2cb1a860ab8a716;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.28 b/RELEASE-NOTES-1.28 index a20bec0299..339cbfa380 100644 --- a/RELEASE-NOTES-1.28 +++ b/RELEASE-NOTES-1.28 @@ -49,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 @@ -75,6 +79,11 @@ changes to languages because of Phabricator reports. * 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. == Compatibility ==