r57673 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57672‎ | r57673 | r57674 >
Date:16:33, 13 October 2009
Author:werdna
Status:deferred
Tags:
Comment:
LiquidThreads: Bump max display depth and count to 6/25 instead of 3/10 for now.
Modified paths:
  • /trunk/extensions/LiquidThreads/LiquidThreads.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/LiquidThreads.php
@@ -151,8 +151,8 @@
152152
153153 // Preferences
154154 $wgDefaultUserOptions['lqtnotifytalk'] = true;
155 -$wgDefaultUserOptions['lqtdisplaydepth'] = 3;
156 -$wgDefaultUserOptions['lqtdisplaycount'] = 10;
 155+$wgDefaultUserOptions['lqtdisplaydepth'] = 6;
 156+$wgDefaultUserOptions['lqtdisplaycount'] = 25;
157157 $wgDefaultUserOptions['lqtcustomsignatures'] = true;
158158
159159 // API

Follow-up revisions

RevisionCommit summaryAuthorDate
r57674Merge r57673werdna16:34, 13 October 2009

Status & tagging log