r57380 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57379‎ | r57380 | r57381 >
Date:13:33, 5 October 2009
Author:werdna
Status:deferred
Tags:
Comment:
Added editing root to the list of thread actions that do not bump the sort key.
Resolves bug 20963
Modified paths:
  • /trunk/extensions/LiquidThreads/LiquidThreads.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/LiquidThreads.php
@@ -178,4 +178,4 @@
179179 /* Using numbers because the change type constants are defined in Thread.php, don't
180180 want to have to parse it on every page view */
181181 $wgThreadActionsNoBump = array( 3 /* Edited summary */, 10 /* Merged from */,
182 - 12 /* Split from */ );
 182+ 12 /* Split from */, 2 /* Edited root */, );

Follow-up revisions

RevisionCommit summaryAuthorDate
r57401Merge r57380, change to LiquidThreads sortkey settingswerdna20:22, 5 October 2009

Status & tagging log