r51307 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51306‎ | r51307 | r51308 >
Date:20:57, 1 June 2009
Author:purodha
Status:ok
Tags:
Comment:
Message 'confirmemail_body' - date and time separated as of request by user "Der Umherirrende" at
http://translatewiki.net/w/i.php?title=Support&oldid=1243738#split_date_and_time
Modified paths:
  • /trunk/phase3/includes/User.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesQqq.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/User.php
@@ -2840,7 +2840,9 @@
28412841 $this->getName(),
28422842 $url,
28432843 $wgLang->timeanddate( $expiration, false ),
2844 - $invalidateURL ) );
 2844+ $invalidateURL,
 2845+ $wgLang->date( $expiration, false ),
 2846+ $wgLang->time( $expiration, false ) ) );
28452847 }
28462848
28472849 /**
Index: trunk/phase3/languages/messages/MessagesQqq.php
@@ -2725,8 +2725,10 @@
27262726 *$1 is the IP adress of the user that changed the e-mail adress
27272727 *$2 is the name of the user
27282728 *$3 is a URL to [[Special:ConfirmEmail]]
2729 -*$4 is a time and date
2730 -*$5 is a URL to [[Special:InvalidateEmail]]',
 2729+*$4 is a time and date (duplicated by $6 and $7)
 2730+*$5 is a URL to [[Special:InvalidateEmail]]
 2731+*$6 is a date
 2732+*$7 is a time',
27312733 'confirmemail_invalidated' => 'This is the text of the special page [[Special:InvalidateEmail|InvalidateEmail]] (with the title in [[Mediawiki:Invalidateemail]]) where user goes if he chooses the cancel e-mail confirmation link from the confirmation e-mail.',
27322734 'invalidateemail' => "This is the '''name of the special page''' where user goes if he chooses the cancel e-mail confirmation link from the confirmation e-mail.",
27332735

Status & tagging log