Paul Beckingham
2c7552222a
Feature #412
...
- Allows the 'projects' and 'tags' commands to be list all used
projects/tags, not just the ones used in current pending tasks.
Controlled by the 'list.all.projects' and 'list.all.tags' configuration
variables (thanks to Dirk Deimeke).
- Added unit tests.
- Updated man pages.
2010-06-20 13:06:24 -04:00
Paul Beckingham
8572080677
Documentation
...
- With Charles permission, lifted an excellent description of task from
a forum message to include in the main man page. Thanks to T. Charles
Yun.
2010-06-20 12:22:37 -04:00
Paul Beckingham
ba87499eca
FF4
...
- Removed encodings for ',' -> ',', ''' -> '&squot;', and
':' -> '&colon'.
- Retained decodings to provide backward compatibility.
2010-06-20 00:35:09 -04:00
Paul Beckingham
fbe24b3fda
Unit Tests
...
- Added a vramsteg progress bar, which is only used if it is found
in /usr/local/bin.
2010-06-20 00:31:55 -04:00
Paul Beckingham
5e55166617
Merge branch '1.9.2' of tasktools.org:task into 1.9.2
2010-06-15 08:31:08 -04:00
Paul Beckingham
bcd5524563
Bug #411 - projects command only lists those in use by pending tasks
...
- Fixed bug in man page that doesn't properly state the above (thanks
to Dirk Deimeke).
2010-06-15 08:30:15 -04:00
Paul Beckingham
bb19361956
Feature #298 - Configurable recurring task count
...
- Added new recurrence.limit value (default 1) to control the number of
future pending tasks generated from a recurring parent task.
- Added unit tests.
- Updated taskrc man page.
2010-06-13 12:45:41 -04:00
Paul Beckingham
78d092c588
Merge branch '1.9.2' of tasktools.org:task into 1.9.2
2010-06-11 20:21:58 -04:00
Paul Beckingham
3da3d3f99d
Documentation
...
- Added FAQ about deleting an annotation.
2010-06-11 20:21:03 -04:00
Paul Beckingham
e2b240fd06
Minor doc edit
...
- Just to prove push is working.
2010-06-11 18:26:07 -04:00
Federico Hernandez
ee6ab69023
Removed X-2 versions from OS list in NEWS
2010-06-12 00:07:22 +02:00
Federico Hernandez
74e13670d0
Added msg to 'task show' when no config variables are matched
2010-06-08 23:13:38 +02:00
Federico Hernandez
d37c798dbc
Enhancement - #407 show command
...
- finalized the implementation
- a searchstring can now be supplied to limit the display
of configuration settings
2010-06-08 22:38:35 +02:00
Paul Beckingham
c93db168f3
Typo in comment in config file.
2010-06-08 08:29:57 -04:00
Federico Hernandez
52c029d4d9
Marked place in code with TODO for completion of enhancement #407 .
...
(which was called #307 wrongly in commit 51e5a183
)
2010-06-08 10:05:27 +02:00
Federico Hernandez
c9360ad9c4
Minor syntax error in task.1
2010-06-07 23:41:57 +02:00
Federico Hernandez
51e5a18384
Enhancement - #307 show command
...
- introduced new show command to display configuration settings
- config command is used to just set config values
- modified documentation
- modified some unit tests calling 'task config' to 'task show'
2010-06-07 23:35:58 +02:00
Federico Hernandez
f1368d6ac6
Added missing config variables to the big recognized string
2010-06-04 01:03:21 +02:00
Federico Hernandez
70e6f4f9f6
Enhancement - #390 timestamps in annotations
...
- added new dateformat for annotations
- documented prev. added format modifiers H, N and S
2010-06-04 00:57:42 +02:00
Federico Hernandez
2bfd220714
Missing include for Ubuntu.
2010-06-03 14:30:13 +02:00
Federico Hernandez
3214c1f02a
Added information on bug fix #211 to ChangLog file.
2010-06-03 07:16:07 +02:00
Federico Hernandez
297f48a07c
Bug Fix #211 - it was unclear which commands modify a task description
...
- rearranged commands on man page.
- new subsection for the "modifying" commands.
2010-06-03 06:57:33 +02:00
Paul Beckingham
ea067acb52
Enhancement - Hooks
...
- Implement task api calls for debug, header and footnote messages.
- Added unit tests.
2010-05-31 20:08:25 -04:00
Paul Beckingham
8a70b78d71
Unit Tests - cmd.t
...
- Fixed test of whether "export" is a read-only command. There are now
two export commands.
2010-05-31 16:45:21 -04:00
Paul Beckingham
e368043fb8
Enhancement - #363 export.ical
...
- Added feature #363 supporting iCalendar export via the 'export.ical'
command.
- Updated documentation.
- Removed unnecessary localization of canonical command names.
2010-05-31 16:05:51 -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
Paul Beckingham
8cd8c4753b
Bug fix - #406
...
- Fixed bug #406 so that task now includes command aliases in the _commands
helper command used by shell completion scripts.
2010-05-31 11:40:42 -04:00
Paul Beckingham
24085e0960
Enhancement - consistency checks
...
- Reintroduced disabled (no idea why) checks that ensure that shadow
files weren't set up to clobber authoritative task files.
2010-05-30 17:03:42 -04:00
Paul Beckingham
d92e80e289
Enhancement - #36 , #37
...
- Added features #36 and #37 , providing annual versions of the 'history'
and 'ghistory' command as 'history.annual' and 'ghistory.annual'.
- Uses new canonical names history.monthly, history.annual, ghistory.monthly
and ghistory.annual, with aliases providing original history and ghistory
commands.
- Updated man pages.
2010-05-30 17:01:38 -04:00
Paul Beckingham
fcbc8a2ee2
Enhancement - #326
...
- Added feature #326 , allowing tasks to be added in the completed state,
by using the 'log' command in place of 'add' (thanks to Cory Donnelly).
- Added log command to task.1 man page.
- Added log command to task-tutorial.5 man page.
- Added log command to help text.
- Added log command unit tests.
2010-05-30 15:20:12 -04:00
Paul Beckingham
336a4dea01
Bug Fix - Problem with #320
...
- The new auto-info command interfered with task modification. Should
have run all the unit tests before committing that change.
- Added auto-info command to the help text.
2010-05-30 15:03:58 -04:00
Paul Beckingham
67ffd07312
Enhancement - #320
...
- Added feature #320 , so the command "task 123" is interpreted as an
implicit "task info 123" command (thanks to John Florian).
- Modified task man page.
- Added unit tests.
- Updated supported platform lists with F13 and Ubuntu 10.04.
2010-05-30 13:20:39 -04:00
Federico Hernandez
b2ad305f23
Bumped version number to 1.9.2
2010-05-23 21:38:27 +02:00
Federico Hernandez
fa34f47f8a
Packaging for ubuntu and fedora
...
- Updated packaging details for 1.9.1
2010-05-23 21:29:44 +02:00
Federico Hernandez
9a47e2b748
Added SHA1 of tagged release commit
2010-05-23 21:24:31 +02:00
Paul Beckingham
60d6cd62c8
Packaging for OSX
...
- Updated packaging details for 1.9.1
2010-05-23 11:03:56 -04:00
Federico Hernandez
60a99725b8
Release date for 1.9.1
2010-05-23 00:03:53 +02:00
Federico Hernandez
635c6432d4
Release date for 1.9.1
2010-05-23 00:03:05 +02:00
Paul Beckingham
eb1304ec41
Unit Tests - fix
...
- Fixed incorrect regex in hook format unit tests. Note that this
doesn't show up in the tinderbox, because that version of task is
not built with Lua support.
2010-05-22 14:02:33 -04:00
Paul Beckingham
a5b57ec2ac
Bug Fix - #395
...
- When a recurrence period is added to a pending task, the status should
change from pending to recurring, and a mask attribute should be added.
The lack of those changes meant that "task 1 recur:1w" did not do what
was expected. Thanks to T. Charles Yun.
2010-05-22 13:50:20 -04:00
Federico Hernandez
783225cd70
Typo fixes in ChangeLog
2010-05-13 21:19:18 +02:00
Paul Beckingham
804b6a8cdb
Bug Fix - #401
...
- Fixed bug that ignored the search.case.sensitive configuration
setting when filtering on project names (thank to John Florian).
2010-05-12 23:13:15 -04:00
Paul Beckingham
a31e9a5a3c
Bug Fix - #404
...
- Refixed #404 that got lost in a recent merge.
2010-05-11 23:52:12 -04:00
Federico Hernandez
8553811889
Automatic computation of easter and related holidays for the calendar
2010-05-11 00:01:17 +02:00
Federico Hernandez
68ae9173ae
Added documentation for 'include' to taskrc.5
2010-05-10 23:15:46 +02:00
Federico Hernandez
72763f2a2b
Bug Fix
...
- wrong regexp in cal.t when matching '$month $year'
2010-05-10 21:59:10 +02:00
Paul Beckingham
89267846ca
Bug Fix - #404 Compile error on current archlinux
...
- Applied patch sent by Johannes Schlatow to fix build on Arch Linux.
2010-05-09 18:30:12 -04:00
Paul Beckingham
38d82f6564
Bug Fix
...
- Deleting a task no longer clobbers any recorded end date (thanks to
Seneca Cunningham).
2010-04-25 00:57:50 -04:00
Paul Beckingham
ac431ac5c9
Enhancement
...
- Applied patch from Cory Donnelly to provide default current date to the
edit command, for new annotations.
2010-04-12 18:19:35 -04:00
Paul Beckingham
fa7ea5cad5
Holidays
...
- Removed Christmas Eve, which is not really a holiday.
2010-04-12 18:17:24 -04:00