http://www.mediawiki.org/wiki/Special:Code/MediaWiki/57380

Revision: 57380
Author:   werdna
Date:     2009-10-05 13:33:59 +0000 (Mon, 05 Oct 2009)

Log Message:
-----------
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: trunk/extensions/LiquidThreads/LiquidThreads.php
===================================================================
--- trunk/extensions/LiquidThreads/LiquidThreads.php    2009-10-05 13:26:57 UTC 
(rev 57379)
+++ trunk/extensions/LiquidThreads/LiquidThreads.php    2009-10-05 13:33:59 UTC 
(rev 57380)
@@ -178,4 +178,4 @@
 /* Using numbers because the change type constants are defined in Thread.php, 
don't
        want to have to parse it on every page view */
 $wgThreadActionsNoBump = array( 3 /* Edited summary */, 10 /* Merged from */,
-                                                               12 /* Split 
from */ );
+                                                               12 /* Split 
from */, 2 /* Edited root */, );



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to