Merge "Removed half-assed $wgDBtransactions global."
authorHashar <hashar@free.fr>
Wed, 20 Jun 2012 18:12:13 +0000 (18:12 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 20 Jun 2012 18:12:13 +0000 (18:12 +0000)
1  2 
RELEASE-NOTES-1.20

diff --combined RELEASE-NOTES-1.20
@@@ -54,7 -54,7 +54,7 @@@ upgrade PHP if you have not done so pri
    Special:Version
  * Edit notices can now be translated.
  * (bug 35680) jQuery upgraded to 1.7.2.
 -* jQuery UI upgraded to 1.8.19.
 +* jQuery UI upgraded to 1.8.21.
  * (bug 22887) Add warning and tracking category for preprocessor errors
  * (bug 31704) Allow selection of associated namespace on the watchlist
  * (bug 5445) Now remove autoblocks when a user is unblocked.
  * (bug 24985) Use $wgTmpDirectory as the default temp directory so that people
    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.
  
  === API changes in 1.20 ===
  * (bug 34316) Add ability to retrieve maximum upload size from MediaWiki API.
@@@ -162,6 -161,10 +162,10 @@@ changes to languages because of Bugzill
  * Removed ./tests/qunit/index.html from core. It wasn't actively maintained and
    has been made obsolete when [[Special:JavaScriptTest/qunit]] was introduced,
    which actually uses ResourceLoader, LocalSettings and the Skin.
+ * Removed $wgDBtransactions global. This was only checked in one class
+   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.
  
  == Compatibility ==