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