From: Florian Date: Sun, 3 Jul 2016 12:05:42 +0000 (+0200) Subject: Add addition of 'maxarticlesize' in ApiQuerySiteinfo to RELEASE-NOTES X-Git-Tag: 1.31.0-rc.0~6273 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=96665fef2aaa99449f956e72be990168053fe836;p=lhc%2Fweb%2Fwiklou.git Add addition of 'maxarticlesize' in ApiQuerySiteinfo to RELEASE-NOTES Follows-up I25a4c1b9013f98e5b0a263a637c8b006dccfd5ad. Change-Id: If3ffa6635e18e53a642ebaa0b93c4c265612299f --- diff --git a/RELEASE-NOTES-1.28 b/RELEASE-NOTES-1.28 index a20bec0299..c8bf207b16 100644 --- a/RELEASE-NOTES-1.28 +++ b/RELEASE-NOTES-1.28 @@ -49,6 +49,8 @@ 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. === Action API internal changes in 1.28 === * Added a new hook, 'ApiMakeParserOptions', to allow extensions to better