r94603 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94602‎ | r94603 | r94604 >
Date:06:59, 16 August 2011
Author:wikinaut
Status:ok (Comments)
Tags:
Comment:
fix of a whitespace problem in the i18n system message
Modified paths:
  • /trunk/extensions/RSS/RSS.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/RSS/RSS.i18n.php
@@ -11,6 +11,7 @@
1212 /** English
1313 * @author Łukasz Garczewski (TOR) <tor@wikia-inc.com>
1414 */
 15+
1516 $messages['en'] = array(
1617 'rss-desc' => 'Displays RSS feeds on MediaWiki pages in a standard or in user-definable formats using template pages',
1718 'rss-error' => 'Failed to load RSS feed from $1: $2',
@@ -21,7 +22,7 @@
2223 'rss-ns-permission' => 'RSS is not allowed in this namespace',
2324 'rss-url-permission' => 'This URL is not allowed to be included',
2425 'rss-item' => '{{$1 | title = {{{title}}} | link = {{{link}}} | date = {{{date}}} | author = {{{author}}} | description = {{{description}}} }}',
25 - 'rss-feed' => "<!-- the following are two alternative templates. The first is the basic default template for feeds -->; '''<span class='plainlinks'>[{{{link}}} {{{title}}}]</span>'''
 26+ 'rss-feed' => "<!-- the following are two alternative templates. The first is the basic default template for feeds -->; '''<span class='plainlinks'>[{{{link}}} {{{title}}}]</span>'''
2627 : {{{description}}}
2728 : {{{author}}} {{{date}}}<!-- don't use newline here --><!-- The second is an improved version which requires Extension:ParserFunctions --><!-- ; '''<span class='plainlinks'>[{{{link}}} {{{title}}}]</span>'''{{#if: {{{description|}}}|: {{{description}}}}}{{#if: {{{author|}}} | {{#if: {{{date|}}} |: &mdash; {{{author}}} {{{date}}}}} | {{#if: {{{author|}}}|: &mdash; {{{author}}}}} {{#if: {{{date|}}}|:{{{date}}}}}|}} -->",
2829 );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94579new version RSS 1.90: streamlined template use, extended documentation; repla...wikinaut21:52, 15 August 2011

Comments

#Comment by Wikinaut (talk | contribs)   07:05, 16 August 2011

I don't know what happened exactly, but the previous version did not work (the MediaWiki:Rss-feed was not set). After reediting, committing and checking the new chechout, it does work now.

Status & tagging log