Bug 32665 - Special:BlockList/username is using given username, but does not show...
authorJohn Du Hart <johnduhart@users.mediawiki.org>
Sat, 26 Nov 2011 20:40:59 +0000 (20:40 +0000)
committerJohn Du Hart <johnduhart@users.mediawiki.org>
Sat, 26 Nov 2011 20:40:59 +0000 (20:40 +0000)
RELEASE-NOTES-1.19
includes/specials/SpecialBlockList.php

index 5085fda..84da0da 100644 (file)
@@ -159,6 +159,8 @@ production.
   now disabled by default and is buggy. APC, XCache and WinCache are not affected.
 * Installer now refuses to install if php was not compiled with Ctype support.
 * (bug 29475) Remove "trackback" feature entirely from core
+* (bug 32665) Special:BlockList prefills the username in the input field if
+  using the Special:BlockList\username URL
 
 === API changes in 1.19 ===
 * (bug 19838) siprop=interwikimap can now use the interwiki cache.
index f0617b7..f5a0764 100644 (file)
@@ -68,6 +68,7 @@ class SpecialBlockList extends SpecialPage {
                                'label-message' => 'ipadressorusername',
                                'tabindex' => '1',
                                'size' => '45',
+                               'default' => $this->target,
                        ),
                        'Options' => array(
                                'type' => 'multiselect',