r59199 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59198‎ | r59199 | r59200 >
Date:17:23, 18 November 2009
Author:werdna
Status:deferred
Tags:
Comment:
LiquidThreads debugging code
Modified paths:
  • /branches/wmf-deployment/extensions/LiquidThreads_alpha/classes/View.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/LiquidThreads_alpha/classes/View.php
@@ -1445,6 +1445,11 @@
14461446 count( array_intersect(
14471447 array_keys( $mustShowThreads ), array_keys( $thread->replies() )
14481448 ) );
 1449+
 1450+ wfDebug( "LqtView::showThread(".$thread->id().") — showThreads: $showThreads ".
 1451+ "hasSubthreads:$hasSubthreads, has ".count($thread->replies()).
 1452+ " subthreads.\n" );
 1453+
14491454 if ( $hasSubthreads && $showThreads ) {
14501455 $this->showThreadReplies( $thread, $startAt, $maxCount, $showThreads,
14511456 $cascadeOptions );

Status & tagging log