* Recentchanges RSS/Atom feeds now use a separate message for the description to...
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 6 Jan 2007 00:51:21 +0000 (00:51 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 6 Jan 2007 00:51:21 +0000 (00:51 +0000)
RELEASE-NOTES
includes/SpecialRecentchanges.php
languages/messages/MessagesEn.php

index 83a4f5d..7831b8c 100644 (file)
@@ -467,6 +467,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * The MediaWiki namespace is no longer pre-filled with default messages on 
   install. All default messages will be removed from the MediaWiki namespace 
   on upgrade.
+* Recentchanges RSS/Atom feeds now use a separate message for the description
+  to avoid cluttering it with useless wiki formatting
 
 
 == Languages updated ==
index ef03d36..3b8d69f 100644 (file)
@@ -332,7 +332,7 @@ function rcOutputFeed( $rows, $feedFormat, $limit, $hideminor, $lastmod ) {
                ' [' . $wgContLanguageCode . ']';
        $feed = new $wgFeedClasses[$feedFormat](
                $feedTitle,
-               htmlspecialchars( wfMsgForContent( 'recentchangestext' ) ),
+               htmlspecialchars( wfMsgForContent( 'recentchanges-feed-description' ) ),
                $wgTitle->getFullUrl() );
 
        /**
index d5653c4..fea5c66 100644 (file)
@@ -1251,6 +1251,7 @@ Unselected groups will not be changed. You can deselect a group with CTRL + Left
 'recentchanges' => 'Recent changes',
 'recentchanges-url' => 'Special:Recentchanges',
 'recentchangestext' => 'Track the most recent changes to the wiki on this page.',
+'recentchanges-feed-description' => 'Track the most recent changes to the wiki in this feed.',
 'rcnote'               => "Below are the last <strong>$1</strong> changes in the last <strong>$2</strong> days, as of $3.",
 'rcnotefrom'   => "Below are the changes since <b>$2</b> (up to <b>$1</b> shown).",
 'rclistfrom'   => "Show new changes starting from $1",