r58224 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58223‎ | r58224 | r58225 >
Date:21:23, 27 October 2009
Author:nimishg
Status:ok
Tags:
Comment:
more reasonable defaults
Modified paths:
  • /trunk/extensions/UsabilityInitiative/ClickTracking/SpecialClickTracking.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/ClickTracking/SpecialClickTracking.php
@@ -34,8 +34,8 @@
3535 $this->user_defs["intermediate"] = array(
3636 "anonymous" => "0",
3737 "total_contribs" => array(
38 - array("operation" => "<", "value" => "10"),
39 - array("operation" => ">", "value" => "400"),
 38+ array("operation" => "<", "value" => "400"),
 39+ array("operation" => ">", "value" => "10"),
4040 ),
4141 );
4242

Follow-up revisions

RevisionCommit summaryAuthorDate
r58543acaifix branch: Add ClickTracking extension (trunk r58205, with r58224 merged...catrope14:21, 4 November 2009

Status & tagging log