r30025 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r30024‎ | r30025 | r30026 >
Date:17:38, 21 January 2008
Author:raymond
Status:old
Tags:
Comment:
Document additional available parameters for 'revertpage', introduced with r29794.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -2519,6 +2519,7 @@
25202520 'sitenotice' => 'the equivalent to wgSiteNotice',
25212521 'history-feed-item-nocomment' => 'user at time',
25222522 'editcomment' => 'only shown if there is an edit comment',
 2523+ 'revertpage' => 'Additional available: $3: revid of the revision reverted to, $4: timestamp of the revision reverted to, $5: revid of the revision reverted from, $6: timestamp of the revision reverted from',
25232524 'lastmodifiedatby' => '$1 date, $2 time, $3 user',
25242525 'exif-orientation-1' => '0th row: top; 0th column: left',
25252526 'exif-orientation-2' => '0th row: top; 0th column: right',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1930,7 +1930,7 @@
19311931
19321932 Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]).',
19331933 'editcomment' => 'The edit comment was: "<i>$1</i>".', # only shown if there is an edit comment
1934 -'revertpage' => 'Reverted edits by [[Special:Contributions/$2|$2]] ([[User talk:$2|Talk]]); changed back to last version by [[User:$1|$1]]',
 1934+'revertpage' => 'Reverted edits by [[Special:Contributions/$2|$2]] ([[User talk:$2|Talk]]); changed back to last version by [[User:$1|$1]]', # Also available: $3: revid of the revision reverted to, $4: timestamp of the revision reverted to, $5: revid of the revision reverted from, $6: timestamp of the revision reverted from
19351935 'rollback-success' => 'Reverted edits by $1; changed back to last version by $2.',
19361936 'sessionfailure' => 'There seems to be a problem with your login session; this action has been canceled as a precaution against session hijacking. Please hit "back" and reload the page you came from, then try again.',
19371937 'protectlogpage' => 'Protection log',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r29794(bug 12585) Added a bunch of parameters to the revertpage message (rollback s...catrope15:38, 15 January 2008

Status & tagging log