Merge "Revert "Revert "jQuery 1.8"""
authorSiebrand <siebrand@wikimedia.org>
Wed, 29 Aug 2012 17:48:44 +0000 (17:48 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 29 Aug 2012 17:48:44 +0000 (17:48 +0000)
1  2 
RELEASE-NOTES-1.20

diff --combined RELEASE-NOTES-1.20
@@@ -65,7 -65,7 +65,7 @@@ upgrade PHP if you have not done so pri
  * (bug 35685) api.php URL and other entry point URLs are now listed on
    Special:Version
  * Edit notices can now be translated.
- * (bug 35680) jQuery upgraded to 1.7.2.
+ * jQuery upgraded to 1.8.
  * jQuery UI upgraded to 1.8.22.
  * (bug 35705) QUnit upgraded from v1.2.0 to v1.8.0.
  * (bug 37604) jquery.cookie upgraded to 2011 version.
  * (bug 23226) Add |class= parameter to image links in order to add class(es) to HTML img tag.
  * (bug 39431) SVG animated status is now shown in long description
  * (bug 39376) jquery.form upgraded to 3.14
 +* SVG files will now show the actual width in the SVG's specified units
 +  in the metadata box.
 +* Added ResourceLoader module "jquery.jStorage".
  
  === Bug fixes in 1.20 ===
  * (bug 30245) Use the correct way to construct a log page title.
  * (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 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.
    are returned, like in previous versions.
  * (bug 36524) "Show" options on Special:RecentChanges and Special:RecentChangesLinked
    are now remembered between successive clicks.
 -* (bug 26069) Page title is no longer "Error" for all error pages
 +* (bug 26069) Page title is no longer "Error" for all error pages.
  * (bug 39297) Show warning if thumbnail of animated image will not be animated.
  * (bug 38249) Parser will throw an exception instead of outputting gibberish if
    PCRE is compiled without support for unicode properties.
 +* (bug 30390) Suggested file name on Special:Upload should not contain
 +  illegal characters.
 +* (bug 27111) Cascading foreign file repos now fetch shared descriptions properly.
 +* EXIF below sea level GPS altitude data is now shown correctly.
 +* (bug 39284) jquery.tablesorter should not consider "."" or "?"" to be a currency.
  
  === API changes in 1.20 ===
  * (bug 34316) Add ability to retrieve maximum upload size from MediaWiki API.
  * (bug 38904) prop=revisions&rvstart=... no longer blows up when continuing.
  * (bug 39032) ApiQuery generates help in constructor.
  * (bug 11142) Improve file extension blacklist error reporting in API upload
 +* (bug 39635) PostgreSQL LOCK IN SHARE MODE option is a syntax error
  
  === Languages updated in 1.20 ===
  
@@@ -295,7 -286,6 +295,7 @@@ changes to languages because of Bugzill
  * Deprecated mw.user.anonymous in favour of mw.user.isAnon.
  * Deprecated DatabaseBase functions newFromParams(), newFromType(), set(),
    quote_ident(), and escapeLike() were removed.
 +* Use of __DIR__ instead of dirname( __FILE__ ).
  
  == Compatibility ==