Paul Beckingham
73d6e05c0e
Bug Fix - #369 task config color.alternate does not take multiple args
...
- Fixed bug that meant these commands would not work:
$ task config name 'one two three'
$ task config name one two three
(thanks to Richard Querin).
2010-02-05 18:22:36 -05:00
John Florian
0642c37c04
Documentation Update
...
- Indicate how to disable a color rule for which there is a built-in default.
- Added description for the new color.alternate configuration setting.
2010-02-03 21:17:30 -05:00
Paul Beckingham
45b66cd785
Merge branch '1.9.0' of tasktools.org:task into 1.9.0
2010-02-03 19:21:04 -05:00
Paul Beckingham
ed7c3fad57
Enhancement - Hooks
...
- Added more format hooks.
2010-02-03 19:20:45 -05:00
Paul Beckingham
fa37e002f0
Enhancement - Color
...
- Improved the labelling of colors in the color report.
2010-02-03 19:18:10 -05:00
Federico Hernandez
f99cd158dd
Bumping to 1.9.0.beta1
2010-02-04 00:06:52 +01:00
John Florian
a790958daa
Fix - vim syntax errors for taskrc
...
- calendar.details.report missing expected final '.'
- dateformat.holiday and dateformat.report not handled
- Updated header wasn't updated
2010-02-03 13:36:20 -05:00
John Florian
3341f74374
Enhancement - improved vim highlighting of .taskrc
...
- Added many new keywords to bring up to date with current feature set.
- Fixed incorrect highlighting of 'due' in report definitions.
2010-02-02 20:52:38 -05:00
Federico Hernandez
1505743fbf
Merge branch 'master' into 1.9.0
...
Conflicts:
package-config/osx/local/share/doc/task-1.8.5/COPYING
package-config/osx/local/share/doc/task-1.8.5/README
2010-02-02 00:12:42 +01:00
Paul Beckingham
625ad3d7cf
Merge branch '1.9.0' of tasktools.org:task into 1.9.0
2010-01-31 23:32:43 -05:00
Paul Beckingham
f351e17a63
Enhancement - Hooks
...
- Implemented all command hooks.
- Implemented several field hooks.
- Implemented several task hooks.
- Reorganized event validation code.
- Finalized Hooks -> API::call* mechanism.
- Implemented several hook unit tests.
- Corrected unit tests that didn't specify rc.hooks=on.
- Corrected builds that include Lua.
2010-01-31 23:29:22 -05:00
Federico Hernandez
c1360506c9
Note on task-tutorial
2010-01-31 23:33:36 +01:00
Paul Beckingham
50f27e0952
Merge branch 'special_tags' into 1.9.0
...
Conflicts:
ChangeLog
src/recur.cpp
- Implemented unit tests for the +nonag and +nocolor special tags.
2010-01-31 12:17:55 -05:00
Paul Beckingham
dd423d315b
Enhancement - Hooks
...
- Implemented lots of command hooks.
2010-01-30 23:39:51 -05:00
Paul Beckingham
78c7408380
Build
...
- Added new theme files to the dist.
- Added new holiday files to the dist.
2010-01-30 21:16:47 -05:00
Paul Beckingham
d09a079199
Enhancement - Hooks
...
- Implemented a master switch rc.hooks=off that can shut off all
hooks. Seems like a good idea.
- Added support for 'hooks' and 'hook.*' as valid configuration
entries.
2010-01-30 17:43:33 -05:00
Paul Beckingham
ea8b4beede
Documentation Update
...
- Updated the taskrc.5 man page to match 1.9.0 functionality.
- Removed obsolete colorizeMessage code.
2010-01-30 16:08:42 -05:00
Paul Beckingham
30e8b03038
Enhancements - Hooks
...
- The config command now reports missing or unreadable hook scripts.
2010-01-30 13:34:25 -05:00
Paul Beckingham
79050c29d7
Enhancement - Hooks
...
- Added timing information for event trigger calls.
2010-01-30 13:25:25 -05:00
Paul Beckingham
98f4e22950
Enhancement - Hooks
...
- Started to make the 'with_lua' script multi-platform.
2010-01-30 12:53:53 -05:00
Paul Beckingham
47f5a45e47
Bug Fix - #368 Recur until date in task info
table displays epoch seconds
...
- Fixed bug.
- Added unit tests to prevent recurrence.
2010-01-28 09:53:26 -05:00
Paul Beckingham
c37f36510a
Documentation Update
...
- Added a couple of good questions to the task-faq man page. One is
a discussion of the ID number resequencing, which really should have
been addressed in this way years ago.
2010-01-27 23:58:18 -05:00
Paul Beckingham
c65cb536cc
Documentation Update
...
- Added description of the new search.case.sensitive configuration
setting.
2010-01-27 23:36:44 -05:00
Paul Beckingham
4a8b356867
Documentation update - script-hooks.txt
...
- Included the script for the hooks movie.
2010-01-27 22:56:41 -05:00
Paul Beckingham
ea2d57edd3
Enhancements - Hooks
...
- Make the hooks unit tests pass if Lua support is not included.
We don't like yellow in the tinderbox.
2010-01-27 22:54:40 -05:00
Paul Beckingham
585cbdfcac
Merge branch 'hooks' into 1.9.0
...
Conflicts:
src/command.cpp
src/report.cpp
2010-01-27 22:46:20 -05:00
Paul Beckingham
572a833a51
Merge branch '1.9.0' of tasktools.org:task into 1.9.0
2010-01-27 16:53:41 -05:00
Paul Beckingham
b1700f3cf6
Enhancement - caseless compare
...
- Fixed bug detecting multiple failed negative attribute matches.
2010-01-27 16:52:54 -05:00
Paul Beckingham
4f1183a358
Enhancement - caseless compare
...
- Fixed bug in text.cpp:find that failed to locate a substring if it occurred
at the end of the string.
2010-01-27 16:28:57 -05:00
Federico Hernandez
180d4ece77
Spelling...
2010-01-27 18:42:16 +01:00
Paul Beckingham
0c5a71b02f
Enhancement - caseless substitution
...
- Substitutions "task <id> /from/to/" now obey the rc.search.case.sensitive
setting.
2010-01-27 12:26:06 -05:00
Paul Beckingham
9cab749016
Enhancement - caseless find
...
- Fixed bug that didn't properly consider the starting offset in find.
2010-01-27 10:38:38 -05:00
Paul Beckingham
06ecef76d3
Enhancement - caseless find
...
- Added support for a starting offset.
2010-01-27 09:50:10 -05:00
Paul Beckingham
2dfe144236
Enhancement - caseless string compare, find
...
- Switched the sense of the Boolean parameter to match a more natural
name in the .taskrc file.
2010-01-27 09:33:26 -05:00
Paul Beckingham
3e5ea8cb6c
Enhancement - Caseless string compare, find
...
- Merged compare and find functions in from metatask.
- Merged unit tests in from metatask.
2010-01-27 09:12:06 -05:00
Federico Hernandez
56edf73d93
Wrong Pingstdagen in holidays-SE.rc
2010-01-25 22:51:34 +01:00
Federico Hernandez
2b63f781e9
Edited ChangeLog according to changes in 401f1b6496
2010-01-25 01:14:49 +01:00
Federico Hernandez
ccb6327131
Merge branch '1.9.0' of tasktools.org:task into 1.9.0
2010-01-25 01:09:43 +01:00
Federico Hernandez
401f1b6496
Holidays and dates
...
- improved dateformat handling now defaulting to YMD set via
dateformat.holiday variable
- fixed missing sorting in holiday table output when running
calendar.holidays=full
- renamed reportdateformat to dateformat.report
- added config file checking for calendar.holidays and calendar.details
- added 2 holiday files for SE and US (watertown, MA)
2010-01-25 01:06:15 +01:00
Paul Beckingham
48bf9d9f85
Bug Fix - #299 Can't use multiple project.hasnt:foo
...
- Fixed bug that prevented a filter from containing multiple references
to the same attribute (thanks for John Florian).
- Added unit tests to verify.
2010-01-24 18:40:04 -05:00
Paul Beckingham
cc82823c47
Documentation Update - task-color.5
...
- Added the new task-color man page to the makefile, so it gets installed
properly.
- Added the new man page in the ChangeLog file.
2010-01-24 17:48:49 -05:00
Paul Beckingham
383962173e
Bug Fix - #360 Huh? "You cannot remove the recurrence from a recurring task. "
...
- The logic for detecting changes to a recurring task was wrong.
- Added unit tests for this bug.
2010-01-24 17:35:37 -05:00
Paul Beckingham
c8d208b9be
Enhancement - Hooks
...
- Implemented pre-info-command, post-info-command hook.
2010-01-23 13:57:38 -05:00
Paul Beckingham
d6daa336ca
Enhancement - Hooks
...
- Implemented pre-delete, post-delete events.
- Implemented pre-delete-command, post-delete-command events.
2010-01-23 13:43:50 -05:00
Paul Beckingham
b02374c3f5
Enhancement - Hooks
...
- Implemented pre-completed, post-completed events.
- Added debug info for event triggers.
- Removed support for pre-file-unlock, post-file-unlock, as they are
called from TDB::~TDB in Context::~Context, which is after Hooks::~Hooks,
which means segfault.
2010-01-23 13:12:49 -05:00
Paul Beckingham
03f7e0686f
Enhancement - Hooks
...
- Implemented API::callTaskHook.
- Implemented Hook object inside Hooks.cpp, not Hooks.h.
- Implemented Hooks.setTaskId to provide context for task hooks.
- Implemented pre-tag, post-tag, pre-detag, post-detag
events.
- Implemented pre-file-lock, post-file-lock, pre-file-unlock, post-file-unlock
events.
2010-01-23 12:47:48 -05:00
Paul Beckingham
545013e839
Enhancement - config command
...
- Added validation of rc.annotations and rc.default.priority to the config
command.
2010-01-23 00:12:34 -05:00
Federico Hernandez
4025488cf8
Updated ChangeLog and NEWS
2010-01-22 01:57:01 +01:00
Federico Hernandez
4ce2a1d071
Merge branch '1.9.0' of tasktools.org:task into helg
2010-01-22 01:45:33 +01:00
Federico Hernandez
a7244a999e
Holidays
...
- added displaying of holidays in 'task cal'
via calendar.holidays
- the legend in the calendar can now be turned off
- weeknumbers in the calendar can now be color-coded
2010-01-22 01:42:32 +01:00