https://bugzilla.wikimedia.org/show_bug.cgi?id=19003
--- Comment #1 from Splarka <[email protected]> 2009-05-30 08:02:43 UTC --- This is the fault of some lazy IPv6 regex. A valid IP address in Special:Search is supposed to take you to the Special:Contributions of that IP. See http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/IP.php and: http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/SearchEngine.php # Entering an IP address goes to the contributions page if ( ( $title->getNamespace() == NS_USER && User::isIP($title->getText() ) ) || User::isIP( trim( $searchterm ) ) ) { return SpecialPage::getTitleFor( 'Contributions', $title->getDBkey() ); } -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
