r56487 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56486‎ | r56487 | r56488 >
Date:02:17, 17 September 2009
Author:aaron
Status:ok
Tags:
Comment:
merged r56486: partial revert of r55447: breaks url wpName prefilling
Modified paths:
  • /branches/wmf-deployment/includes/templates/Userlogin.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/includes/templates/Userlogin.php
@@ -156,7 +156,7 @@
157157 <td class="mw-label"><label for='wpName2'><?php $this->msg('yourname') ?></label></td>
158158 <td class="mw-input">
159159 <?php
160 - echo Html::input( 'wpName', null, 'text', array(
 160+ echo Html::input( 'wpName', $this->data['name'], 'text', array(
161161 'class' => 'loginText',
162162 'id' => 'wpName2',
163163 'tabindex' => '1',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r55447Don't prefill new account name, and autofocus...simetrical21:40, 21 August 2009
r56486partial revert of r55447: breaks url wpName prefillingaaron02:15, 17 September 2009

Status & tagging log