Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -159,6 +159,8 @@ |
160 | 160 | now disabled by default and is buggy. APC, XCache and WinCache are not affected. |
161 | 161 | * Installer now refuses to install if php was not compiled with Ctype support. |
162 | 162 | * (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 |
163 | 165 | |
164 | 166 | === API changes in 1.19 === |
165 | 167 | * (bug 19838) siprop=interwikimap can now use the interwiki cache. |
Index: trunk/phase3/includes/specials/SpecialBlockList.php |
— | — | @@ -68,6 +68,7 @@ |
69 | 69 | 'label-message' => 'ipadressorusername', |
70 | 70 | 'tabindex' => '1', |
71 | 71 | 'size' => '45', |
| 72 | + 'default' => $this->target, |
72 | 73 | ), |
73 | 74 | 'Options' => array( |
74 | 75 | 'type' => 'multiselect', |