r14429 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r14428‎ | r14429 | r14430 >
Date:03:59, 28 May 2006
Author:brion
Status:old
Tags:
Comment:
Use separate history-feed-title message for the feed, since people like putting links and crud into the subtitle message.
Modified paths:
  • /trunk/phase3/includes/PageHistory.php (modified) (history)
  • /trunk/phase3/languages/Messages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/PageHistory.php
@@ -587,7 +587,7 @@
588588 }
589589
590590 $feed = new $wgFeedClasses[$type](
591 - $this->mTitle->getPrefixedText() . ' - ' . wfMsg( 'revhistory' ),
 591+ $this->mTitle->getPrefixedText() . ' - ' . wfMsg( 'history-feed-title' ),
592592 'Revision history for this page on the wiki',
593593 $this->mTitle->getFullUrl( 'action=history' ) );
594594
Index: trunk/phase3/languages/Messages.php
@@ -590,6 +590,7 @@
591591 #'rev-delundel' => 'del/undel',
592592 'rev-delundel' => 'show/hide',
593593
 594+'history-feed-title' => 'Revision history',
594595 'history-feed-item-nocomment' => '$1 at $2', # user at time
595596 'history-feed-empty' => 'The requested page doesn\'t exist.
596597 It may have been deleted from the wiki, or renamed.

Status & tagging log