martijn....@bigcat.unimaas.nl
unread,Jan 20, 2017, 4:38:22 PM1/20/17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wikipathw...@googlegroups.com
Author: AlexanderPico
Date: Sat Jan 21 00:25:48 2017
New Revision: 1990
Log:
changed default stats to 30 days
Modified:
trunk/wpi/extensions/ContributionScores/ContributionScores_body.php
Modified: trunk/wpi/extensions/ContributionScores/ContributionScores_body.php
==============================================================================
--- trunk/wpi/extensions/ContributionScores/ContributionScores_body.php (original)
+++ trunk/wpi/extensions/ContributionScores/ContributionScores_body.php Sat Jan 21 00:25:48 2017
@@ -176,7 +176,7 @@
if ( empty( $limit ) || $limit < 1 || $limit > CONTRIBUTIONSCORES_MAXINCLUDELIMIT )
$limit = 10;
if ( is_null( $days ) || $days < 0 )
- $days = 7;
+ $days = 30;
if ( $days > 0 ) {
$reportTitle = wfMsg( 'contributionscores-days', $days );