Merge "Added line to rel notes about CacheHelper class"
authorawjrichards <arichards@wikimedia.org>
Fri, 3 Aug 2012 23:19:01 +0000 (23:19 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 3 Aug 2012 23:19:01 +0000 (23:19 +0000)
1  2 
RELEASE-NOTES-1.20

diff --combined RELEASE-NOTES-1.20
@@@ -34,6 -34,7 +34,7 @@@ upgrade PHP if you have not done so pri
  * Added SpecialPageAfterExecute hook which gets called after SpecialPage::execute.
  * Added ORMTable, ORMRow and ORMResult classes for additional abstraction of
    database interaction.
+ * Added CacheHelper and associated SpecialCachedPage and CachedAction helper classes.
  * (bug 32341) Add upload by URL domain limitation.
  * &useskin=default will now always display the default skin. Useful for users with a
    preference for the non-default skin to look at something using the default skin.
    and 'subcats'
  * (bug 38362) Make Special:Listuser includeable on wiki pages.
  * Added support in jquery.localize for placeholder attributes.
 +* (bug 38151) Implemented mw.user.getRights for getting and caching the current
 +  user's user rights.
 +* Implemented mw.user.getGroups for getting and caching user groups.
 +* (bug 37830) Added $wgRequirePasswordforEmailChange to control whether password
 +  confirmation is required for changing an email address or not.
 +* HTMLForm mutators can now be chained (they return $this)
  
  === Bug fixes in 1.20 ===
  * (bug 30245) Use the correct way to construct a log page title.
  * (bug 38093) Gender of changed user groups missing in Special:Log/rights
  * (bug 35893) Special:Block needs to load mediawiki.special.block.js.
  * (bug 37331) ResourceLoader modules sometimes execute twice in Firefox
 +* (bug 31644) GlobalUsage, CentralAuth and AbuseLog extensions should not use
 +  insecure links to foreign wikis in the WikiMap.
 +* (bug 36073) Avoid duplicate element IDs on File pages
 +* (bug 25095) Special:Categories should also include the first relevant item
 +  when "from" is filled.
 +* (bug 35526) jquery.tablesorter now uses a stable sort.
 +* (bug 38953) --memory-limit switch not working for runJobs.php.
  
  === API changes in 1.20 ===
  * (bug 34316) Add ability to retrieve maximum upload size from MediaWiki API.
  * (bug 38190) Add "required" flag to some token params for hint in api docs.
  * (bug 27567) Add file repo support to prop=duplicatefiles.
  * (bug 27610) Add archivename for non-latest image version to list=filearchive
 +* (bug 38231) Add xml parse tree to action=parse.
 +* Watchlist notification timestamp may be queried by page and may be updated via the API.
 +* (bug 38904) prop=revisions&rvstart=... no longer blows up when continuing.
  
  === Languages updated in 1.20 ===
  
@@@ -252,8 -237,6 +253,8 @@@ changes to languages because of Bugzill
    and only applies to MyISAM or similar DBs. Those should only be used
    for archived sites anyway. We can't get edit conflicts on such sites,
    so the WikiPage code wasn't useful there either.
 +* Deprecated mw.user.name in favour of mw.user.getName.
 +* Deprecated mw.user.anonymous in favour of mw.user.isAnon.
  
  == Compatibility ==