App-TimeTracker
view release on metacpan or search on metacpan
- removed Post2IRC, now a standalone dist called "App-TimeTracker-TellRemote"
- removed Git & SyncViaGit, now a standalone dist called 'App-TimeTracker-Git'
- removed Overtime (bad API, not documented or used AFAIK)
- removed TextNotify (not sure it still works, cannot test without a mac)
2.028 2019-05-10T16:01:11
- Fixed previous task no longer being available for plugins (Michael Kröll)
2.027 2019-03-24T20:24:46
- report if not in a dir containing a project (Thomas Klausner)
- "stop" no always and properly uses the context of the stopped project (Thomas Klausner)
2.026 2019-03-12T10:57:58
- Parsing/Encoding of config files (pepl)
- explicitly set TZ in some tests, as reported in RT125360 (Thomas Klausner)
2.025 2018-05-13
t/Task/helpers.t
t/Task/start.t
t/Task/storage_location.t
t/TimeTracker/datetime_coerce.t
t/TimeTracker/find_task_files.t
t/TimeTracker/helpers.t
t/testdata/2011/05/20110502-202439_oe1_orf_at.trc
t/testdata/2011/05/20110502-202608_oe1_orf_at.trc
t/testdata/2011/05/20110502-210000_oe1_orf_at.trc
t/testdata/2011/05/20110502-221531_oe1_orf_at.trc
t/testdata/2011/05/20110503-103245_oe1_orf_at.trc
t/testdata/2011/05/20110510-170524_oe1_orf_at.trc
t/testdata/2011/05/20110511-175848_oe1_orf_at.trc
t/testdata/2011/05/20110511-182357_oe1_orf_at.trc
t/testdata/2011/05/20110518-222403_oe1_orf_at.trc
t/testdata/2011/05/20110518-231500_oe1_orf_at.trc
t/testdata/2011/05/20110519-162501_oe1_orf_at.trc
t/testdata/2011/05/20110520-093423_oe1_orf_at.trc
t/testdata/2011/05/20110524-160420_oe1_orf_at.trc
t/testdata/2011/05/20110524-171603_oe1_orf_at.trc
t/testdata/2011/05/20110524-173306_oe1_orf_at.trc
t/testdata/2011/05/20110524-212823_oe1_orf_at.trc
t/testdata/2011/05/20110525-224324_App_TimeTracker.trc
t/testdata/2011/05/20110526-075000_App_TimeTracker.trc
t/testdata/2011/05/20110526-082236_App_TimeTracker.trc
t/testdata/2011/05/20110526-084024_App_TimeTracker.trc
t/testdata/2011/05/20110526-084346_App_TimeTracker.trc
t/testdata/2011/05/20110526-222543_App_TimeTracker.trc
t/testdata/2011/05/20110528-003505_App_TimeTracker.trc
t/testdata/running.trc
t/testdata/test_projects.json
t/testdata/test_tracker.json
t/testdata/2011/05/20110502-202439_oe1_orf_at.trc view on Meta::CPAN
{
"stop" : "2011-05-02T20:26:08",
"project" : "oe1.orf.at",
"duration" : "00:01:29",
"tags" : [
"RT6536"
],
"seconds" : 89,
"__CLASS__" : "App::TimeTracker::Data::Task",
"user" : "domm",
"start" : "2011-05-02T20:24:39"
}
t/testdata/2011/05/20110526-084024_App_TimeTracker.trc view on Meta::CPAN
{
"stop" : "2011-05-26T08:43:46",
"project" : "App-TimeTracker",
"duration" : "00:03:22",
"tags" : ["RT8687"],
"seconds" : 202,
"__CLASS__" : "App::TimeTracker::Data::Task",
"user" : "domm",
"start" : "2011-05-26T08:40:24"
}
( run in 0.716 second using v1.01-cache-2.11-cpan-88abd93f124 )