Paul Beckingham
44fe227595
Product Name Change
...
- Converted all (appropriate) uses of 'task' to 'taskwarrior'.
2010-08-21 12:31:00 -04:00
Paul Beckingham
d0db821298
Bug 452 - Need relative date value 'now' to fully support times
...
- Added 'now' as a relative date.
- Modified 'overdue' report to use 'now' instead of 'today' as the
distinction between due and overdue.
2010-07-30 22:50:20 -04:00
Paul Beckingham
4d266412ee
Unit Tests - Date
...
- Added unit tests for Date::operator-.
2010-07-28 19:58:32 -04:00
Federico Hernandez
903b5b34d4
Feature #446 - start of {week, month, year}
...
- Bug fix for som and soy.
- Added synonyms soww and eoww for sow and eow.
- Added start/end of calendar week: socw and eocw.
2010-07-28 18:07:09 +02:00
Federico Hernandez
96bd3ff8db
Feature #446 - start of {week, month, year}
...
- Added sow (depending on rc.weekstart), som and soy as possible
dates (similar to eow, eom and eoy).
2010-07-28 00:15:26 +02:00
Paul Beckingham
cb4fe4fffb
Enhancement - Date::operator-
...
- Implemented Date::operator-, to allow subtractions of Durations.
2010-07-25 22:02:41 -04:00
Paul Beckingham
3ef6aa9f8e
Enhancement - Date::toISO
...
- Added ISO date format support (19980119T070000Z) to Date class, for use
in export.ical.
- Added unit test.
2010-05-31 13:18:41 -04:00
Federico Hernandez
d3628c04db
Made easter algorithm static in Date
2010-03-23 02:51:31 +01:00
Federico Hernandez
10450963cb
Eeaster algorithm
2010-03-23 02:13:35 +01:00
Federico Hernandez
70da455f1a
From: Paul Beckingham <paul@beckingham.net>
...
Date: Sun, 28 Feb 2010 12:10:06 -0500
Subject: [PATCH] Enhancement - time support in the Date object.
- Added ability to parse and display time, using:
h - single digit hour
H - double digit hour
N - double digit minutes
S - double digit seconds
- Added a request for mktime() to automatically determine whether
summer time should be considered.
- Added Date::Date (m, d, y, hr, mi, se) constructor.
- Added Date::sameHour comparison method.
- Added unit tests.
2010-03-22 23:56:45 +01:00
Federico Hernandez
660d0cca3e
Report date format
...
- added new reportdateformat to extend the formatting of due dates
in the reports and "task info"
- added new conversion sequences a, A, b, B and Y to be used with
reportdateformat
2010-01-12 23:12:22 +01:00
Paul Beckingham
9ce55bcf67
Copyright
...
- Updated the copyright notices to 2010, for the 1.9.0 release.
2009-12-27 12:39:42 -05:00
Federico Hernandez
93a68361a7
Changed dates for epoch conversion due to TZ variations
2009-06-20 23:03:06 +02:00
Federico Hernandez
8cf7888fd5
* Wrong unit test and algorithm for leapyears (year 1900)
2009-06-18 09:18:13 +02:00
Paul Beckingham
0665caae55
Enhancements - date
...
- Relocated valid.cpp/dataValid to Date::valid.
- Added new unit tests in date.t.cpp.
2009-06-13 12:51:51 -04:00
Paul Beckingham
66bd5fc3c0
Code Cleanup
...
- Integrated Context.config.
- Eliminated Config& as a function argument.
- Added extern references to Context where needed.
2009-06-03 02:03:49 -04:00
Paul Beckingham
eba05513f7
Unit Tests
...
- Converted unit tests to use a UnitTest object, with more methods and
and exit summary.
- Removed "fail" tests in tdb.t.cpp, because it artificially reduces
the number of passing tests - the comments in the code suffice.
2009-02-14 17:05:50 -05:00
Paul Beckingham
86f5294436
- Fixed bug where dateformat=m/d/Y was not parsing "07/08/2008", which is technically "M/D/Y", but, come on, let's be nice.
...
- Altered (deprecated) TUTORIAL introductory disclaimer.
2008-07-10 01:46:08 -04:00
Paul Beckingham
72c7afe1a1
- Fixed relative day tests.
2008-07-05 01:22:22 -04:00
Paul Beckingham
0d3a93ea20
- Added support for ordinal relative dates, like "23rd".
2008-07-04 18:06:44 -04:00
Paul Beckingham
06d595d944
- Date class now supports relative dates for construction (tomorrow, friday, eoy ...)
...
- Added unit tests for Date enhancements
- Added unit tests for duration recognition
- Task parsing now supports due: using relative dates
- Task parsing now supports recur: and until: attributes
- Task parsing now support private attributes base: and range:
2008-07-04 17:18:01 -04:00
Paul Beckingham
8d90035bbc
- Now properly parses dates according to specified date format.
2008-06-12 23:58:58 -04:00
Paul Beckingham
131693f617
- Fixed bug whereby the "dateformat" configuration variable was being used to display dates, but not parse them.
2008-06-11 01:14:22 -04:00
Paul Beckingham
e8b7114ce8
- Added the ability to control date formats via the 'dateformat' configuration variable.
2008-06-07 17:09:09 -04:00