Moved action=info to an Action subclass; also changed display to use a table (a bit...
[lhc/web/wiklou.git] / RELEASE-NOTES-1.19
index ad1a4a2..a66aed0 100644 (file)
@@ -100,6 +100,14 @@ production.
 * (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 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
+  a single ungrouped diff.
+* 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
 
 === API changes in 1.19 ===
 * BREAKING CHANGE: action=watch now requires POST and token.