Last modified: 2011-05-15 10:10:37 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T27511, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 25511 - TrackingsStats doesn't fully respect begin and end arguments
TrackingsStats doesn't fully respect begin and end arguments
Status: RESOLVED WONTFIX
Product: MediaWiki extensions
Classification: Unclassified
ContributionReporting (Other open bugs)
unspecified
All All
: Lowest enhancement (vote)
: ---
Assigned To: Tomasz Finc
http://wikimediafoundation.org/wiki/S...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-10-13 09:38 UTC by Tomasz Finc
Modified: 2011-05-15 10:10 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Tomasz Finc 2010-10-13 09:38:01 UTC
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.
Comment 1 Tomasz Finc 2010-10-15 07:56:43 UTC
Lowering the importance of this bug as we are likely doing away with this interface.
Comment 2 Tomasz Finc 2011-05-11 00:17:39 UTC
Resolving as were not using this as a tool anymore.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links