User "Aaron Schulz" posted a comment on MediaWiki.r83909. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/83909#c18255 Commit summary:
Complete the trinity of blocking frontend interfaces by rewriting SpecialIpblocklist: * Move and rename to SpecialBlockList * Use an HTMLForm in GET mode for the options form * Use TablePager to organise the results more nicely * Standardise the filtration for IPs and IP ranges, so looking at blocks for a range will now also show rangeblocks which contain the range * General tidy up Comment: Gah, for the test code, I meant: <pre> $hexAddress = IP::toHex( '122.114.14.5' ); var_dump( $hexAddress ); var_dump( wfBaseconvert( 16, 10, 16 ) ); var_dump( substr( $hexAddress, 0, wfBaseconvert( 16, 10, 16 ) ) ); </pre> _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
