martijn....@bigcat.unimaas.nl
unread,Jan 20, 2017, 3:07:35 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: Fri Jan 20 22:55:00 2017
New Revision: 1989
Log:
changed default stats to 30 days
Modified:
branches/milestone_43.x/wpi/extensions/ContributionScores/ContributionScores_body.php
Modified: branches/milestone_43.x/wpi/extensions/ContributionScores/ContributionScores_body.php
==============================================================================
--- branches/milestone_43.x/wpi/extensions/ContributionScores/ContributionScores_body.php (original)
+++ branches/milestone_43.x/wpi/extensions/ContributionScores/ContributionScores_body.php Fri Jan 20 22:55:00 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 );