r26477 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r26476‎ | r26477 | r26478 >
Date:13:49, 7 October 2007
Author:werdna
Status:old
Tags:
Comment:
Add an interface message loginstart, which, similarly to loginend, appears just before the login form. Patch by MinuteElectron
Modified paths:
  • /trunk/phase3/includes/templates/Userlogin.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/templates/Userlogin.php
@@ -24,6 +24,7 @@
2525 <div class="visualClear"></div>
2626 <?php } ?>
2727
 28+<div id="loginstart"><?php $this->msgWiki( 'loginstart' ); ?></div>
2829 <div id="userloginForm">
2930 <form name="userlogin" method="post" action="<?php $this->text('action') ?>">
3031 <h2><?php $this->msg('login') ?></h2>
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -882,6 +882,7 @@
883883 'throttled-mailpassword' => 'A password reminder has already been sent, within the
884884 last $1 hours. To prevent abuse, only one password reminder will be sent per
885885 $1 hours.',
 886+'loginstart' => '', # don't translate or duplicate this message to other languages
886887 'loginend' => '', # don't translate or duplicate this message to other languages
887888 'signupend' => '{{int:loginend}}', # don't translate or duplicate this message to other languages
888889 'mailerror' => 'Error sending mail: $1',

Follow-up revisions

RevisionCommit summaryAuthorDate
r26495* Update message maintenance files for new message, added in r26477.raymond08:46, 8 October 2007
r26512Merged revisions 26465-26511 via svnmerge from...david21:07, 8 October 2007

Status & tagging log