r57656 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57655‎ | r57656 | r57657 >
Date:16:08, 12 October 2009
Author:werdna
Status:deferred
Tags:
Comment:
Merge r57653
Modified paths:
  • /branches/wmf-deployment/extensions/LiquidThreads (modified) (history)
  • /branches/wmf-deployment/extensions/LiquidThreads/pages/TalkpageView.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/LiquidThreads/pages/TalkpageView.php
@@ -91,6 +91,11 @@
9292 // Table body
9393 $rows = array();
9494 foreach ( $threads as $thread ) {
 95+ if ( !$thread->root()->getContent() &&
 96+ !LqtView::threadContainsRepliesWithContent( $thread ) ) {
 97+ continue;
 98+ }
 99+
95100 $row = '';
96101 $anchor = '#' . $this->anchorName( $thread );
97102 $subject = Xml::element( 'a', array( 'href' => $anchor ), $thread->subject() );
Property changes on: branches/wmf-deployment/extensions/LiquidThreads
___________________________________________________________________
Name: svn:mergeinfo
98103 - /branches/REL1_15/phase3/extensions/LiquidThreads:51646
/trunk/extensions/LiquidThreads:56151-57571,57651,57654
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447
99104 + /branches/REL1_15/phase3/extensions/LiquidThreads:51646
/trunk/extensions/LiquidThreads:56151-57571,57651,57653-57654
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r57653Do not show blanked threads in the table of contents either. TODO some way of...werdna14:32, 12 October 2009

Status & tagging log