From: Trevor Parscal Date: Fri, 20 Jul 2012 20:59:32 +0000 (+0000) Subject: Merge "(bug 260) Handle
 overflow automatically with a scroll bar"
X-Git-Tag: 1.31.0-rc.0~22994
X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=1f086ddbfb9c39a387c0d864128b802a8e2d0e9e;p=lhc%2Fweb%2Fwiklou.git

Merge "(bug 260) Handle 
 overflow automatically with a scroll bar"
---

1f086ddbfb9c39a387c0d864128b802a8e2d0e9e
diff --cc RELEASE-NOTES-1.20
index ed9259360f,e79dce2e9b..fcbb5311b0
--- a/RELEASE-NOTES-1.20
+++ b/RELEASE-NOTES-1.20
@@@ -148,24 -125,8 +148,25 @@@ upgrade PHP if you have not done so pri
    who don't have access to /tmp can specify an alternative.
  * (bug 27283) SqlBagOStuff breaks PostgreSQL transactions.
  * (bug 35727) mw.Api ajax() should put token parameter last.
+ * (bug 260) Handle 
 overflow automatically with a scroll bar.
  * (bug 37708) mw.Uri.clone() should make a deep copy.
 +* (bug 38024) ResourceLoader should not create empty stylesheets for modules
 +  that don't have stylesheets.
 +* (bug 36812) Special:ActiveUsers "Hide bots" should hide users from any group
 +  having the "bot" user right, instead of just the default "bot" user group.
 +* (bug 35082) mw.util.addPortletLink incorrectly adds link to mutiple 
    tags. +* (bug 36495) Sanitizer::fixDeprecatedAttributes should convert "align" + attribute to margin or float instead of text-align (for non-table-cells). +* (bug 36991) jquery.tablesorter should extract date sort format from date + string instead of global config. Dates like "April 1 2012" and "1 April 2012" + now sort correctly regardless of the content language's DefaultDateFormat. +* (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. +* (bug 38093) Gender of changed user groups missing in Special:Log/rights === API changes in 1.20 === * (bug 34316) Add ability to retrieve maximum upload size from MediaWiki API.