Page MenuHomePhabricator

TrackingsStats doesn't fully respect begin and end arguments
Closed, DeclinedPublic

Description

When using the TrackingStats Special page the begin and end arguments are not fully respected as we transform them to

$end_format = 'Ymd235959';

$range[0] = strtotime( date( 'Ymd000000' , wfTimestamp(TS_UNIX, $timestamp) ) );
$range[1] = strtotime( date( $end_format , wfTimestamp(TS_UNIX, $timestamp) ) );

no matter what they are set to. Thus a custom time at 00:00:00 and 23:59:59 works correctly but all others will get overridden.


Version: unspecified
Severity: enhancement
URL: http://wikimediafoundation.org/wiki/Special:ContributionTrackingStatistics?start=1286909700&end=1286916901&format=1

Details

Reference
bz25511

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 11:18 PM
bzimport set Reference to bz25511.

Lowering the importance of this bug as we are likely doing away with this interface.

Resolving as were not using this as a tool anymore.