Merge "(bug 38152) jquery.tablesorter: Use .data() instead of .attr()"
authorKaldari <rkaldari@wikimedia.org>
Thu, 5 Jul 2012 00:54:19 +0000 (00:54 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 5 Jul 2012 00:54:19 +0000 (00:54 +0000)
1  2 
RELEASE-NOTES-1.20

diff --combined RELEASE-NOTES-1.20
@@@ -84,11 -84,6 +84,11 @@@ upgrade PHP if you have not done so pri
    "mw-changeslist-line-watched" or "mw-changeslist-line-not-watched", and the
    title itself is surrounded by <span></span> tags with class "mw-title".
  * Added ContribsPager::reallyDoQuery hook allowing extensions to data to MyContribs
 +* Added new hook ParserAfterParse to allow extensions to affect parsed output
 +  after the parse is complete but before block level processing, link holder
 +  replacement, and so on.
 +* (bug 34678) Added InternalParseBeforeSanitize hook which gets called during Parser's
 +  internalParse method just before the parser removes unwanted/dangerous HTML tags.
  
  === Bug fixes in 1.20 ===
  * (bug 30245) Use the correct way to construct a log page title.
  * (bug 31895) mw.loader mode now correct when triggered from a $.fn.ready
    handler that is bound before mediawiki.js's handler (e.g. browser-userscripts
    like greasemonkey).
+ * (bug 38152) jquery.tablesorter: Use .data() instead of .attr(), so that live
+   values are used instead of just the fixed values from when the tablesorter
+   was initialized.
  
  === API changes in 1.20 ===
  * (bug 34316) Add ability to retrieve maximum upload size from MediaWiki API.
  * The paraminfo module now also contains result properties for most modules
  * (bug 32348) Allow descending order for list=alllinks
  * (bug 31777) Upload unknown error ``fileexists-forbidden''
 +* (bug 32382) Allow descending order for list=iwbacklinks
 +* (bug 32381) Allow descending order for list=backlinks, list=embeddedin and list=imageusage
 +* (bug 32383) Allow descending order for list=langbacklinks
  
  === Languages updated in 1.20 ===