ClarkKent

TrueCool.com Inc. – v1.0.7
441 downloads
 

The Superman of FogBugz time reporting.

Simple time reporting of time spent against FogBugz cases.

Version History

  • Version 1.0.7 – 9/17/2009, API 3.0 (install)
    Re-factored time and duration display to clear up confusion.

    Start and end time now display seconds and duration is in minutes but includes a decimal fraction portion to avoid rounding issues.

    The duration is in effect the same value as the following Excel formula (with number format applied): =(HOUR(B2-A2) * 60) +MINUTE(B2-A2) + (SECOND(B2-A2)/60) .
  • Version 1.0.6 – 9/2/2009, API 3.0 (install)
    Fixed glitch for single day queries, converted duration to be total minutes to make calculations easier in Excel.
  • Version 1.0.5 – 8/5/2009, API 3.0 (install)
    Fixed XSS vulnerabilities, fixed duration time formatting bug (hopefully).
  • Version 1.0.4 – 7/31/2009, API 3.0 (install)
    Fixed bug where CSV download would fetch different values than on screen fetch.
  • Version 1.0.3 – 7/29/2009, API 3.0 (install)
    Fixed glitch on fetch where intervals outside the specified range were being retrieved.
  • Version 1.0.2 – 7/27/2009, API 3.0 (install)
    Re-built assembly with latest FogBugz API, fixed potential null pointer references in data fetch.
  • Version 1.0.1 – 7/14/2009, API 3.0 (install)
    Added Case # field, added header row to CSV download, added double quotes to text fields on CSV downloads in case there were commas in the text fields.
  • Version 1 – 6/30/2009, API 3.0 (install)
    Initial release of the "lite" version.