Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -201,15 +201,18 @@ |
202 | 202 | * (bug 15497) Removed encoding attribute from <?xml ?> tag |
203 | 203 | * (bug 15544) Wiki not set up message (NoLocalSettings.php) now works for |
204 | 204 | non-index.php entry pages (e.g. api.php). Patch by Matt Johnston. |
205 | | -* (bug 12284) Special:Preferences now sets a returnto parameter on the link to Special:Userlogin. Patch by Marooned. |
| 205 | +* (bug 12284) Special:Preferences now sets a returnto parameter on the link to |
| 206 | + Special:Userlogin. Patch by Marooned. |
206 | 207 | * Fixed the HTTP accept language string detection length in |
207 | 208 | LanguageConverter.php, instead of the fixed length language codes. |
208 | 209 | * Special:Recentchangeslinked no longer shows outgoing links for nonexistent pages |
209 | 210 | even if there are broken link records with source article id 0 in the database |
210 | 211 | * (bug 15598) Special:Newpages default limit uses user preference for recentchanges |
211 | 212 | limit instead of hardcoded 50. |
212 | | -* (bug 15617) $wgFeedClassesOutputPage::getHeadLinks() respects $wgFeedClasses, instead of hardcoding rss and atom. Patch by Juliano F. Ravasi. |
213 | | -* (bug 14638) Special:Blockip now provides a link to the block log if the user has been blocked more than 10 times. Patch by Matt Johnston. |
| 213 | +* (bug 15617) $wgFeedClassesOutputPage::getHeadLinks() respects $wgFeedClasses, |
| 214 | + instead of hardcoding rss and atom. Patch by Juliano F. Ravasi. |
| 215 | +* (bug 14638) Special:Blockip now provides a link to the block log if the user |
| 216 | + has been blocked more than 10 times. Patch by Matt Johnston. |
214 | 217 | * (bug 12678) Skins don't show Upload link if the user isn't allowed to upload. |
215 | 218 | |
216 | 219 | === API changes in 1.14 === |