r52698 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52697‎ | r52698 | r52699 >
Date:15:32, 2 July 2009
Author:werdna
Status:deferred
Tags:
Comment:
Fix case of Special:DeleteThread
Modified paths:
  • /trunk/extensions/LiquidThreads/pages/SpecialDeleteThread.php (modified) (history)
  • /trunk/extensions/OggHandler/PEAR/File_Ogg/File/Ogg.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/pages/SpecialDeleteThread.php
@@ -6,7 +6,7 @@
77 private $user, $output, $request, $title, $thread;
88
99 function __construct() {
10 - parent::__construct( 'Deletethread' );
 10+ parent::__construct( 'DeleteThread' );
1111 $this->includable( false );
1212 }
1313
Index: trunk/extensions/OggHandler/PEAR/File_Ogg/File/Ogg.php
@@ -465,6 +465,11 @@
466466
467467 }
468468 }
 469+
 470+ print "Memory used: " . memory_get_usage() . "\n";
 471+ print "Size of _streamList is " . count( $this->_streamList, COUNT_RECURSIVE )."\n";
 472+ file_put_contents( '/Users/andrew/streamList-2', print_r( $this->_streamList, true ) );
 473+
469474 $this->_groupLengths = $groupLengths;
470475 $this->_totalLength = array_sum( $groupLengths );
471476 unset($this->_streamList);

Follow-up revisions

RevisionCommit summaryAuthorDate
r52699Revert unintended debugging code in r52698werdna15:48, 2 July 2009

Status & tagging log