Merge "Removes 'languageshtml' property in mediawiki API's 'parse' action"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 1 Jul 2014 15:00:45 +0000 (15:00 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 1 Jul 2014 15:00:45 +0000 (15:00 +0000)
1  2 
RELEASE-NOTES-1.24

diff --combined RELEASE-NOTES-1.24
@@@ -91,16 -91,6 +91,16 @@@ production
    uses to find extension license information.
  * Browser tests are now included to verify basic wiki functionality in developer
    environments. For details on running tests, see tests/browser/README.mediawiki.
 +* Upgrade jStorage to v0.4.10.
 +* {{!}} is now a magic word that produces the | character. This removes the need
 +  for Template:! for purposes such as passing pipes inside of parameters.
 +* (bug 20790) The block log snippet on Special:Contributions and while
 +  editing user and user talk pages now works for IP range blocks.
 +* (bug 9360) Added ability to change the page language for MediaWiki pages using
 +  Special:PageLanguage. All pages are set to wiki language by default.
 +  The feature needs to be enabled with $wgPageLanguageUseDB=true and
 +  permission needs to be set for 'pagelang'.
 +* Upgrade Moment.js to v2.7.0.
  
  === Bug fixes in 1.24 ===
  * (bug 49116) Footer copyright notice is now always displayed in user language
    however delete the redirect page.
  * (bug 22683) {{msgnw:}} and other uses of PPFrame::RECOVER_ORIG will correctly
    recover the original code of extension tags.
 +* (bug 65757) MSSQL: Update script drops unnamed constraints to be prepared
 +  for future updates. Because it's doing so heuristically, it may fail or drop
 +  wrong constraints.
  
  === Web API changes in 1.24 ===
  * action=parse API now supports prop=modules, which provides the list of
    The old format is still used if prop isn't provided, but this is deprecated.
  * meta=userinfo can now return the count of unread pages on the watchlist.
  * list=watchlist can now filter by unread status.
+ * The deprecated action=parse&prop=languageshtml has been removed.
  
  === Languages updated in 1.24 ===
  
@@@ -196,14 -184,6 +197,14 @@@ changes to languages because of Bugzill
  * The "jquery.json" module has been deprecated. Use the "json" module instead.
  * Removed HTMLForm::addJS(). (deprecated since 1.18)
  * Removed LogEventsList::showHeader(). (deprecated since 1.19)
 +* Removed ImageGalleryBase::useSkin(). (deprecated since 1.18)
 +* Removed DatabaseMysqlBase::getLagFromProcesslist(). (deprecated since 1.19)
 +* Removed LoadBalancer::closeConnecton(). (deprecated since 1.18)
 +* Removed ApiBase::createContext(). (deprecated since 1.19)
 +* BREAKING CHANGE: The undocumented Special{$this->getName()}BeforeFormDisplay
 +  set of hooks has been removed and replaced by a single new hook
 +  SpecialPageBeforeFormDisplay.
 +* (bug 65781) Removed block warning on included {{Special:Contributions}}
  
  ==== Renamed classes ====
  * CLDRPluralRuleConverter_Expression to CLDRPluralRuleConverterExpression