Clarify some bug fix notes
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 24 Jun 2011 08:21:59 +0000 (08:21 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 24 Jun 2011 08:21:59 +0000 (08:21 +0000)
RELEASE-NOTES-1.19

index c0bcc19..6d29216 100644 (file)
@@ -94,7 +94,7 @@ production.
   changes to talk page in addition to watchlist edits.
 * (bug 29071) mediawiki.action.watch.ajax.js should pass uselang to API.
 * (bug 28272) Special:Allmessages should have only one "Go" button
-* (bug 29101) Special:FileDuplicateSearch shows silly message
+* (bug 29101) Special:FileDuplicateSearch no longer shows silly message
 * (bug 29048) jQuery.tabIndex: firstTabIndex() should not output the same
   as lastTabIndex().
 * (bug 29332) Warn if user requests mediawiki-announce subscription but does not
@@ -103,7 +103,7 @@ production.
 * The class JpegOrTiffHandler was renamed ExifBitmapHandler.
 * (bug 29443) Special:Undelete should use JavaScript to invert all checkboxes
   without reloading the page
-* (bug 29325) Setting $wgStrictFileExtensions to false gives incorrect warning
+* (bug 29325) Setting $wgStrictFileExtensions to false no longer gives incorrect warning
 * (bug 29437) Multiple apostrophes in deleted article title cause odd rendering
 * (bug 29485) RSS feed of Special:RecentChange grouped together multiple
   consecutive edits by same user in included diff, but then linked to
@@ -111,9 +111,9 @@ production.
 * Do not try to group together a page creation and edit in the RSS feed of RC.
 * (bug 29342) Patrol preferences shouldn't be visible to users who don't have
   patrol permissions
-* (bug 29471) Exception thrown for files with invalid date in metadata
+* (bug 29471) Exception no longer thrown for files with invalid date in metadata
 * (bug 29492) Long-running steps in the installer (such as Upgrade and Install)
-  can sometimes timeout
+  no longer cause timeouts
 * (bug 29507) Change 'image link' to 'file link' in Special:Whatlinkshere
 * If the db is really screwed up, and doesn't have a recentchanges table,
   make the updater throw an exception instead of a fatal.