r57226 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57225‎ | r57226 | r57227 >
Date:15:08, 1 October 2009
Author:werdna
Status:deferred
Tags:
Comment:
Merge r57225
Modified paths:
  • /branches/wmf-deployment/extensions/LiquidThreads (modified) (history)
  • /branches/wmf-deployment/extensions/LiquidThreads/classes/Thread.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/LiquidThreads/classes/Thread.php
@@ -92,14 +92,6 @@
9393 $hthread = ThreadRevision::create( $thread, $change_type );
9494 }
9595
96 - // Increment appropriate reply counts.
97 - $t = $thread->superthread();
98 - while ($t) {
99 - $t->incrementReplyCount();
100 - $t->save();
101 - $t = $t->superthread();
102 - }
103 -
10496 // Create talk page
10597 Threads::createTalkpageIfNeeded( $article );
10698
Property changes on: branches/wmf-deployment/extensions/LiquidThreads
___________________________________________________________________
Name: svn:mergeinfo
10799 - /branches/REL1_15/phase3/extensions/LiquidThreads:51646
/trunk/extensions/LiquidThreads:56151-57116,57130-57134,57169,57193,57195,57198,57200-57206,57215,57219,57222
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350
108100 + /branches/REL1_15/phase3/extensions/LiquidThreads:51646
/trunk/extensions/LiquidThreads:56151-57116,57130-57134,57169,57193,57195,57198,57200-57206,57215,57219,57222,57225
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r57225Fix double-incrementing of reply countswerdna15:06, 1 October 2009

Status & tagging log