r67099 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67098‎ | r67099 | r67100 >
Date:18:21, 30 May 2010
Author:churchofemacs
Status:reverted (Comments)
Tags:
Comment:
fixing messages of r67094. thanks to siebrand for these suggestions
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1554,23 +1554,21 @@
15551555 See the [[Special:IPBlockList|IP block list]] for the list of currently operational bans and blocks.',
15561556
15571557 # SpecialRevisionMove // FIXME add to messages.inc
1558 -'moverevlogentry' => 'moved $3 revisions from $1 to $2',
 1558+'moverevlogentry' => 'moved {{PLURAL:$3|One revision|$3 revisions}} from $1 to $2',
15591559 'revisionmove' => 'Move revisions from "$1"',
15601560 'revisionmove-backlink' => '← $1',
1561 -'revmove-explain' => 'The following revisions will be moved from $1 to the specified target page. If the target doesn\'t exist, it is created. Otherwise, these revisions will be merged into the page history.',
 1561+'revmove-explain' => 'The following revisions will be moved from $1 to the specified target page. If the target does not exist, it is created. Otherwise, these revisions will be merged into the page history.',
15621562 'revmove-legend' => 'Set target page and summary',
15631563 'revmove-submit' => 'Move revisions to selected page',
15641564 'revisionmoveselectedversions' => 'Move selected revisions',
1565 -'revmove-reasonfield' => 'Summary and reason:',
 1565+'revmove-reasonfield' => 'Reason:',
15661566 'revmove-titlefield' => 'Target page:',
15671567 'revmove-badparam-title' => 'Bad parameters',
15681568 'revmove-badparam' => '<span class="error">Your request contains illegal or insufficient parameters. Please hit "back" and try again.</span>',
15691569 'revmove-norevisions-title' => 'Invalid target revision',
1570 -'revmove-norevisions' => 'You have either not specified a target revision(s) to perform this function or the specified revision does not exist.',
 1570+'revmove-norevisions' => '<span class="error">You have not specified one or more target revisions to perform this function or the specified revision does not exist.</span>',
15711571 'revmove-nullmove-title' => 'Bad title',
15721572 'revmove-nullmove' => '<span class="error">Source and target page are identical. Please hit "back" and enter a page name different to "$1".</span>',
1573 -'revmove-permissionerror-title' => 'Blub',
1574 -'revmove-permissionerror' => 'Bla',
15751573 'revmove-success-existing' => '{{PLURAL:$1|One revision from [[$2]] has|$1 revisions from [[$2]] have}} been moved to the existing page [[$3]].',
15761574 'revmove-success-created' => '{{PLURAL:$1|One revision from [[$2]] has|$1 revisions from [[$2]] have}} been moved to the newly created page [[$3]].',
15771575

Follow-up revisions

RevisionCommit summaryAuthorDate
r67100Follow-up to r67099: fix casemaxsem18:56, 30 May 2010
r814481.17: Revert r67094 (RevisionMove) and followups including r67099, r67111, r6...catrope13:22, 3 February 2011
r86155Merge r81448 from REL1_17: reverting RevisionMove feature back out until some...demon23:28, 15 April 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r67094New feature RevisionMove (bug 21312). Introducing SpecialRevisionMove.php and...churchofemacs18:00, 30 May 2010

Comments

#Comment by Nikerabbit (talk | contribs)   07:50, 31 May 2010

I'd move <span class="error">'s to the code from messages.

#Comment by 😂 (talk | contribs)   15:45, 10 December 2010

Was fixed in r68688.

Status & tagging log