Paul Beckingham
e03e1ec7b0
Bug Fix - missing defaultwidth in generated .taskrc
...
- The defaultwidth variable is now written to the default .taskrc
file, but is commented out to allow ncurses to do it's thing.
2009-05-05 02:00:20 -04:00
Paul Beckingham
fb674a5626
Enhancement - parse sequence like 1,3,5-10 for IDs
...
- Now parses sequences as well as IDs.
- Sequences implemented for the info report.
2009-05-05 01:59:07 -04:00
Paul Beckingham
410a63fe14
Enhancement - info on recurring tasks
...
- Added recurrence information (parent, mask, imask, recur, until)
to the info report when the task is either a recurring task or a
synthetic task.
2009-05-05 01:03:07 -04:00
Paul Beckingham
2cc625f631
Documentation Update - Mentioned mailing list
...
- Added mention of the mailing list as a better alternative than
sending email to PB.
2009-05-04 23:27:22 -04:00
Paul Beckingham
51a78ab996
Documentation Update - Mention new mailing list
...
- Added mention of new mailing list, as a place to discuss task
features.
2009-05-04 23:22:34 -04:00
Paul Beckingham
d7f9b2165c
Documentation Update - Correction
...
- Fixed sample commands, which were missing the "add" keyword (thanks
to T. Charles Yun).
2009-05-04 22:31:14 -04:00
Paul Beckingham
d135dc2337
Enhancement - id sequences
...
- Recognizes id sequences on the command line. Doesn't do anything
with them yet.
2009-05-04 22:24:43 -04:00
Paul Beckingham
57a11a74e1
New Report - timesheet
...
- Added new timesheet report framework
- Began adding logic pseudo-code
- Added some documentation
2009-05-03 11:32:04 -04:00
Paul Beckingham
f73281ee30
Documentation Update
...
- Left an extraneous link behind.
2009-05-03 01:26:46 -04:00
Paul Beckingham
262e42d42b
Documentation Update
...
- Merged the (now obsolete) troubleshooting page into the FAQ page.
2009-05-03 01:06:38 -04:00
Paul Beckingham
99174d66b6
Documentation Update
...
- Added David J Patrick as contributing author for the massive list
of feature ideas he has provided, and the accompanying dialogue.
- Added mention of the Github issue tracker.
2009-05-03 00:27:11 -04:00
Paul Beckingham
a0838474c4
Diagnostics - Better parsing errors
...
- Improved the errors when parsing a corrupt or unrecognized pending.data
or completed.data file.
2009-05-03 00:18:23 -04:00
Paul Beckingham
3235ac592f
Documentation Update
...
- Added names to AUTHORS
- Added Ubuntu 9.04 ncurses tip to faq
2009-04-28 23:55:23 -04:00
Paul Beckingham
dcedbb3076
Unit Tests - bug.annual.t
...
- Fixed test count. It was reporting more tests that it actually
ran.
2009-04-26 18:35:12 -04:00
Paul Beckingham
e84c5c4a3c
Merge branch 'master' into 1.7.0
...
Conflicts:
ChangeLog
NEWS
configure.ac
2009-04-24 01:10:06 -04:00
Paul Beckingham
c4ec5989fe
Documentation Update - wrong download file name
...
- Corrected the source file name.
2009-04-24 00:31:40 -04:00
Paul Beckingham
a737b0e0c8
Merge branch '1.6.1'
...
Conflicts:
html/task.html
2009-04-24 00:24:54 -04:00
Paul Beckingham
f2b7780d6b
Documentation Update
...
- Added 1.6.1 details.
2009-04-24 00:20:42 -04:00
Paul Beckingham
1b6faf57c9
Unit Tests - correction to T::compose tests
...
- Uses " instead of ' to quote annotations.
2009-04-24 00:09:59 -04:00
Paul Beckingham
76c66b8ab1
Documentation Update
...
- Added Ubuntu 9.04 (Jaunty Jackalope) to the docs.
2009-04-23 23:59:59 -04:00
Paul Beckingham
fe84ddcc98
Bug Fix - missing report labels in default .taskrc
...
- Added report labels to the .taskrc file that is created by default,
when no .taskrc is found. Thanks to P. C. Shyamshankar.
2009-04-23 23:54:21 -04:00
Paul Beckingham
0d832a6848
Documentation Update
...
- task.html was missing the release date.
2009-04-22 19:51:54 -04:00
Paul Beckingham
a77d4662f8
New Version - 1.6.1
2009-04-22 19:50:06 -04:00
Paul Beckingham
60915cefd4
Documentation Update
...
- Added 1.6.0 rpm download link.
2009-04-22 19:39:56 -04:00
Paul Beckingham
f896d3f160
Merge branch 'master' into 1.7.0
...
Conflicts:
ChangeLog
2009-04-13 21:23:18 -04:00
Paul Beckingham
e23243e195
Bug Fix - missing ///g from usage
...
- Added text describing the ///g substitution feature.
- Updated ChangeLog.
2009-04-13 20:44:35 -04:00
Paul Beckingham
5b14fb63d8
Documentation Update
...
- Added a new 1.7.0 section to ChangeLog.
2009-04-13 20:39:41 -04:00
Paul Beckingham
081f8f5b3c
Merge branch 'master' into 1.7.0
2009-04-12 23:45:45 -04:00
Paul Beckingham
06062a96eb
Documentation Update - version
2009-04-12 23:41:05 -04:00
Paul Beckingham
2f18c512e0
Began 1.7.0 work
2009-04-12 23:39:47 -04:00
Paul Beckingham
7431f0cdd3
Bug Fix - use " not ' for annotation quoting
...
- Annotations were using ' to quote text, sanitizing ' -> " inside
the text. It would be better to quote with " and sanitize " -> '
because ' is more common in the text (e.g. "Doesn't work") than ".
2009-04-12 22:53:20 -04:00
Paul Beckingham
22f0b1d9fb
Documentation Update
...
- Added the global modifier of the substitution command to the
command line grammar file.
2009-04-12 22:35:26 -04:00
Paul Beckingham
b8187e24ae
Enhancement - file import
...
- Added support for configuration variables that override field
mapping.
- Updated documentation.
2009-04-12 20:29:37 -04:00
Paul Beckingham
120593887b
Code Cleanup - unit test warning
...
- Cleaned up Perl warning in unit test.
2009-04-12 02:17:12 -04:00
Paul Beckingham
01e5e773eb
Enhancement - stats report
...
- Rearranged sequence of stats report to make more sense, with
counts first and statistics (derived data) last.
2009-04-12 02:10:05 -04:00
Paul Beckingham
e0fd39db7b
Enhancement - substitutions /from/to/g
...
- Added support for the "g" modifier to the substitution command,
that replace every occurrence of "from" with "to", in the task
description and any annotations.
2009-04-12 02:01:08 -04:00
Paul Beckingham
a39261f82d
Unit tests - substitution
...
- Added unit tests to ensure that substitution works on the task
description and annotations.
2009-04-12 01:03:52 -04:00
Paul Beckingham
a6b45af0a2
Enhancement - annotation substitution
...
- Annotations are now modifiable using the /from/to/ modification
command.
2009-04-12 00:56:58 -04:00
Paul Beckingham
daea320564
Bug Fix - annual recurrence due-date creep
...
- Fixed bug where annual recurring tasks exhibit due-date creep
(thanks to T. Charles Yun).
2009-04-12 00:05:21 -04:00
Paul Beckingham
1cbec205f1
Bug Fix - concatenation of colons in description
...
- When a task description contained a colon, the two words preceding
the colon were concatenated. For example, "aa bb:cc dd" gets
concatenated to "aabb:cc dd".
- Added unit to test to prevent regression.
- Updated documentation.
2009-04-11 23:02:48 -04:00
Paul Beckingham
579232b7ea
Documentation Update
...
- Cygwin doesn't support all color combinations, which include bold,
underline and bright background colors. Added a troubleshooting
item that describes this problem, and suggests running "task colors"
to determine just which colors are supported.
2009-04-11 22:39:37 -04:00
Paul Beckingham
cee8fda236
Documentation Update
...
- added Federico Hernandez to the AUTHORS file for his contribution of
Red Hat RPM packages.
- Added RPM download links.
2009-04-11 22:18:12 -04:00
Paul Beckingham
4dda1f0c27
Documentation Update
...
- Added Ubuntu Jaunty Jackalope 9.04 (beta) to the list of supported
platforms.
2009-04-05 12:26:11 -04:00
Paul Beckingham
0571412da0
Documentation Update
...
- Added Ubuntu 9.04 (Jaunty Jackalope) to the list of supported systems
(thanks to Federico Hernandez).
2009-03-30 19:51:13 -04:00
Paul Beckingham
b4f031e4a7
New report columns
...
- Added support for tag_indicator column.
- Added support for recurrence_indicator column.
2009-03-30 00:29:28 -04:00
Paul Beckingham
5b1d64960d
Documentation Update
...
- Added faq question/answer.
- Clarified file format upgrade via backup warning.
2009-03-29 23:50:00 -04:00
Paul Beckingham
a5fef2cc6b
Autoconf
...
- Removed double check for ncurses, causing the library to be listed
twice on the link line.
2009-03-29 22:17:14 -04:00
Paul Beckingham
8ab3c1cc3c
Bug Fix
...
- Fixed bug whereby if no columns labels were specified, it was
considered a column count mismatch.
- Fixed unit tests to use m/d/Y not M/D/Y dateformat.
2009-03-29 21:27:48 -04:00
Paul Beckingham
2700713c03
Merge branch 'import' into 1.6.0
...
Conflicts:
ChangeLog
html/task.html
2009-03-29 18:51:27 -04:00
Paul Beckingham
567bdd98a4
Code Cleanup
...
- Removed temporary file import samples
2009-03-29 17:43:21 -04:00