Last modified: 2010-05-15 15:33:25 UTC
[[de:Benutzer:23.144186.42]] is a user in the German wikipedia. On his talk page, the mediawiki system mistakes him to be an IP user. http://de.wikipedia.org/wiki/Benutzer_Diskussion:23.144186.42
Created attachment 600 [details] REL1_4 patch for Article.php This patch fixes REL1_4 (1.4.5). The username cannot be created under 1.5alpha2, which uses a different method to check for an IP address on the talk page anyway.
I forgot to mention that the patch has been tested locally.
Fixed in REL1_4 and CVS HEAD.
Created attachment 601 [details] REL1_4 patch for User.php User.php has already been patched by Brion for HEAD. The REL1_4 User.php patch attached fixes a similar error, but does not affect the reported problem.
I actually applied the User.php patch to REL1_4 previously and forgot to change Article.php. :) Now applied that one too. The non-fixiness of the prior checkin on REL1_4 was not obvious because of a fun other bug...