r104300 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104299‎ | r104300 | r104301 >
Date:20:40, 26 November 2011
Author:johnduhart
Status:ok (Comments)
Tags:
Comment:
Bug 32665 - Special:BlockList/username is using given username, but does not show the username in the input field
Modified paths:
  • /trunk/phase3/RELEASE-NOTES-1.19 (modified) (history)
  • /trunk/phase3/includes/specials/SpecialBlockList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES-1.19
@@ -159,6 +159,8 @@
160160 now disabled by default and is buggy. APC, XCache and WinCache are not affected.
161161 * Installer now refuses to install if php was not compiled with Ctype support.
162162 * (bug 29475) Remove "trackback" feature entirely from core
 163+* (bug 32665) Special:BlockList prefills the username in the input field if
 164+ using the Special:BlockList\username URL
163165
164166 === API changes in 1.19 ===
165167 * (bug 19838) siprop=interwikimap can now use the interwiki cache.
Index: trunk/phase3/includes/specials/SpecialBlockList.php
@@ -68,6 +68,7 @@
6969 'label-message' => 'ipadressorusername',
7070 'tabindex' => '1',
7171 'size' => '45',
 72+ 'default' => $this->target,
7273 ),
7374 'Options' => array(
7475 'type' => 'multiselect',

Follow-up revisions

RevisionCommit summaryAuthorDate
r105526Followup r104300nikerabbit09:48, 8 December 2011

Comments

#Comment by Nikerabbit (talk | contribs)   09:47, 8 December 2011

sSurely you mean Special:Blocklist/username

Status & tagging log