Merge "mediawiki.htmlform: Remove deprecated $.fn.liveAndTestAtStart"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 26 Jul 2016 12:23:43 +0000 (12:23 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 26 Jul 2016 12:23:43 +0000 (12:23 +0000)
1  2 
RELEASE-NOTES-1.28

diff --combined RELEASE-NOTES-1.28
@@@ -49,10 -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
@@@ -79,6 -75,7 +79,7 @@@ changes to languages because of Phabric
  * 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).
  
  == Compatibility ==