r71095 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71094‎ | r71095 | r71096 >
Date:22:38, 14 August 2010
Author:reedy
Status:ok
Tags:
Comment:
Add signupstart to Userlogin.php per request of MZMcBride

That, and we've got a loginstart/loginend, and then signupend, but no signupstart
Modified paths:
  • /trunk/phase3/includes/templates/Userlogin.php (modified) (history)
  • /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
@@ -449,6 +449,7 @@
450450 'throttled-mailpassword',
451451 'loginstart',
452452 'loginend',
 453+ 'signupstart',
453454 'signupend',
454455 'mailerror',
455456 'acct_creation_throttle_hit',
Index: trunk/phase3/includes/templates/Userlogin.php
@@ -148,6 +148,8 @@
149149 </div>
150150 <div class="visualClear"></div>
151151 <?php } ?>
 152+
 153+<div id="signupstart"><?php $this->msgWiki( 'signupstart' ); ?></div>
152154 <div id="userlogin">
153155
154156 <form name="userlogin2" id="userlogin2" method="post" action="<?php $this->text('action') ?>">
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1115,6 +1115,7 @@
11161116 To prevent abuse, only one password reminder will be sent per {{PLURAL:$1|hour|$1 hours}}.',
11171117 'loginstart' => '', # do not translate or duplicate this message to other languages
11181118 'loginend' => '', # do not translate or duplicate this message to other languages
 1119+'signupstart' => '{{int:loginstart}}', # do not translate or duplicate this message to other languages
11191120 'signupend' => '{{int:loginend}}', # do not translate or duplicate this message to other languages
11201121 'mailerror' => 'Error sending mail: $1',
11211122 'acct_creation_throttle_hit' => 'Visitors to this wiki using your IP address have created {{PLURAL:$1|1 account|$1 accounts}} in the last day, which is the maximum allowed in this time period.

Follow-up revisions

RevisionCommit summaryAuthorDate
r71142Follow-up r71095: add new message to $wgIgnoredMessages.siebrand19:04, 15 August 2010

Status & tagging log