Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | tidy up of lots of unused files | Struan Donald | 2013-07-03 | -77/+0 |
| | ||||
* | allow report to reset values | Struan Donald | 2012-11-29 | -12/+12 |
| | ||||
* | split report detail gathering acorss multiple screens | Struan Donald | 2012-11-29 | -1/+4 |
| | ||||
* | Store the time as milliseconds since the epoch rather than ISO 8601 | Mark Longair | 2012-11-20 | -2/+2 |
| | | | | | | | Annoyingly, many variants of Javascript can't parse datetimes in the ISO 8601 variant that is output by Date's toString method. Instead, store the date and time as milliseconds since the Unix epoch, which is more widely supported. | |||
* | add update function to report object | Struan Donald | 2012-11-15 | -0/+3 |
| | ||||
* | fix variable name clashes | Struan Donald | 2012-11-15 | -9/+9 |
| | ||||
* | tidy saved report code into an object | Struan Donald | 2012-11-13 | -0/+71 |