r22578 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22577‎ | r22578 | r22579 >
Date:19:48, 30 May 2007
Author:amidaniel
Status:old
Tags:
Comment:
Fix for http://bugzilla.wikimedia.org/show_bug.cgi?id=10036 -- add "maxlength=200" to wpBlockReason inputbox.
Modified paths:
  • /trunk/phase3/includes/SpecialBlockip.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialBlockip.php
@@ -196,7 +196,8 @@
197197 <td align=\"$alignRight\">{$mIpbreason}</td>
198198 <td>
199199 " . Xml::input( 'wpBlockReason', 45, $this->BlockReason,
200 - array( 'tabindex' => '5', 'id' => 'mw-bi-reason' ) ) . "
 200+ array( 'tabindex' => '5', 'id' => 'mw-bi-reason',
 201+ 'maxlength'=> '200' ) ) . "
201202 </td>
202203 </tr>
203204 <tr id='wpAnonOnlyRow'>

Follow-up revisions

RevisionCommit summaryAuthorDate
r22587Merged revisions 22555-22586 via svnmerge from...david03:19, 31 May 2007