r79769 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79768‎ | r79769 | r79770 >
Date:22:45, 6 January 2011
Author:vyznev
Status:ok
Tags:
Comment:
add comment per bug 17961
Modified paths:
  • /trunk/phase3/maintenance/generateSitemap.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/generateSitemap.php
@@ -441,6 +441,7 @@
442442 * Populate $this->limit
443443 */
444444 function generateLimit( $namespace ) {
 445+ // bug 17961: make a title with the longest possible URL in this namespace
445446 $title = Title::makeTitle( $namespace, str_repeat( "\xf0\xa8\xae\x81", 63 ) . "\xe5\x96\x83" );
446447
447448 $this->limit = array(

Status & tagging log