Fix 8335 : Image syntax does not parse "px" in image caption correctly
[lhc/web/wiklou.git] / RELEASE-NOTES
index 7fe83fd..b52c3f8 100644 (file)
@@ -344,6 +344,26 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 2785) Accept optional colon prefix in links when formatting comments
 * Don't show "you can view and copy the source of this page" message for
   pages which don't exist
+* (bug 8310) Blank line added to top of 'post' when page is blank
+* (bug 5411) Remove autopatrol preference; users who can mark edits patrolled
+  will now have their edits marked as such regardless
+* (bug 8109) Template parameters ignored in "recentchangestext"
+* Gracefully skip redirect-to-fragment on WebKit versions less than 420;
+  it messes up on current versions of Safari but is ok in the latest
+  nightlies. Checking the version number will allow it to automatically
+  work when new releases of Safari appear.
+* Fix regression in thumb styles; size and padding didn't match with
+  new arrangement.
+* (bug 8326) Fix regression in thumb styles of cached content
+* (bug 8333) Fix quick user data update on login password change on
+  replication database setups. User data is now pulled from master
+  instead of slave in User::loadFromDatabase, ensuring that it is
+  fresh and accurate when read and then saved back into cache.
+  This was breaking with the Special:Rename operation which
+  automatically logs the user in with the new password after changing
+  it; pulling from slave meant the record was often not the updated
+  one.
+* (bug 8335) Set image width to the first valid parameter found.
 
 == Languages updated ==