r41045 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41044‎ | r41045 | r41046 >
Date:00:05, 20 September 2008
Author:brion
Status:old
Tags:
Comment:
wrap some long lines
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -201,15 +201,18 @@
202202 * (bug 15497) Removed encoding attribute from <?xml ?> tag
203203 * (bug 15544) Wiki not set up message (NoLocalSettings.php) now works for
204204 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.
206207 * Fixed the HTTP accept language string detection length in
207208 LanguageConverter.php, instead of the fixed length language codes.
208209 * Special:Recentchangeslinked no longer shows outgoing links for nonexistent pages
209210 even if there are broken link records with source article id 0 in the database
210211 * (bug 15598) Special:Newpages default limit uses user preference for recentchanges
211212 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.
214217 * (bug 12678) Skins don't show Upload link if the user isn't allowed to upload.
215218
216219 === API changes in 1.14 ===