Paul Beckingham
d3c6ddb87f
Bug #839
...
- Fixed bug #839 , which caused problems when recurrence frequencies of '1m'
were used. This is an obsolete form, and should now be '1mo' (thanks to
Gour D).
2011-09-21 00:32:13 -04:00
Paul Beckingham
e478f6626b
Bug #835
...
- Fixed bug #835 , which prevented hierarchical projects from being recognized.
2011-09-21 00:19:42 -04:00
Paul Beckingham
965e15fe91
Bug #831
...
- Fixed bug #831 that imposed an arbitrary and incorrect assumption that
caused some date fields from being parsed properly.
2011-09-20 23:58:33 -04:00
Federico Hernandez
070ec91566
Fixed bugs #533 and #536
...
- correct paths are now written to default .taskrc
2011-09-14 01:10:52 +02:00
Federico Hernandez
4083883ec4
Feature #813
...
- applied patch for eoq and soq (thanks to Paulo Almeida)
2011-09-03 16:38:26 +02:00
Paul Beckingham
6f38e10cab
Feature #682
...
- Added feature #682 , which allows the configuration variable 'defaultheight'
to override the assumed height of 24 lines when 'detection' is not enabled
(thanks to Steve Rader).
2011-08-23 23:29:36 -04:00
Paul Beckingham
397d1c2d09
Feature #806
...
- Added feature #806 , which provides the ability to compare dates using the
relational operator '>=' (thanks to Miguel de Val Borro).
2011-08-23 23:01:56 -04:00
Paul Beckingham
257f5ab3da
Bug #458
...
- Fixed bug #458 , removing the ambiguous 'm' as a duration, leaving 'mi[nutes]'
and 'mo[nths]' requiring at least two characters for a match.
2011-08-23 22:46:32 -04:00
Paul Beckingham
d15cccdb7d
Bug #694
...
- Fixed bug #694 , which allows attributes to be modified while annotating a
task (thanks to Aikido Guy).
2011-08-23 22:30:01 -04:00
Paul Beckingham
2f60bdf9d0
Bug #720
...
- Fixed bug #720 , so that when the 'info' report renders total active time,
it uses a lossless format (thanks to Bernhard B).
2011-08-23 22:15:00 -04:00
Paul Beckingham
89d3b4e805
Bug #737
...
- Fixed bug #737 , which allows wait dates after due dates, but provides a
warning (thanks to Arkady Grudzinsky).
2011-08-23 21:36:09 -04:00
Paul Beckingham
7dd3e081c7
Bug #804 - URL link and break line
...
- Addressed bug #804 by allowing rc.hyphenate to control whether hyphens are
inserted when long lines are broken. This may help prevent xterm from
mis-parsing URLs in task annotations, when wrapped (thanks to Yann Davin).
- Added unit tests.
2011-08-17 22:39:28 -04:00
Federico Hernandez
6e1ba161b1
Relative dates
...
- eoq and soq to refer to the end and start of the quarter
(thanks to David French)
2011-08-04 01:40:31 +02:00
Ben Boeckel
acc00e67ea
[PATCH 1/2] Add monthly recurrence
...
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2011-07-29 22:45:13 -04:00
Paul Beckingham
c002e8e24f
Holidays
...
- Added Japanese holiday file for 2011 (thanks to Takanobu Watanabe).
2011-07-29 22:42:26 -04:00
Ben Boeckel
210b5f54d5
[PATCH] Compute the height of a burndown chart
...
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2011-07-29 22:30:27 -04:00
Paul Beckingham
40a71e2aae
Feature #811
...
- Added feature #811 , which makes the 'execute' command optional, and
controlled by '#define HAVE_EXECUTE 1' in cmake.h. This allows a build
that does not have the potential security hole, in the event that taskwarrior
is run at elevated privilege, or run in the context of a web server.
2011-07-28 00:14:33 -04:00
Paul Beckingham
7e3a207d63
Bug #808
...
- Fixed bug #808 , which generated compiler warnings on Solarix (thanks to
Owen Clarke).
2011-07-26 21:40:31 -04:00
Paul Beckingham
0ee1f9c1c6
Bug #807
...
- Fixed bug #807 , which caused a lack of Lua to prevent tests from building
(thanks to Owen Clarke).
2011-07-26 21:26:21 -04:00
Matt Kraai
0962b66928
Bug #803
...
- Here's a patch to make Taskwarrior not display the prompt and not delete the
parent task if a recurring task is deleted when rc.confirmation is false.
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2011-07-24 21:48:09 -04:00
Paul Beckingham
27a04b29f5
Feature #800
...
- Added feature #800 , adding a new command 'columns' that lists all the columns
available for custom reports, and includes their formatting options (thanks
to T. Charles Yun).
2011-07-16 13:08:23 -04:00
Paul Beckingham
f059c27bf0
Feature #607
...
- Added feature #607 , which allows modification of a task during annotation
(thanks to Peter De Poorter).
2011-07-11 02:10:50 -04:00
Paul Beckingham
877d8efa8e
Bug #744
...
- Fixed bug #744 , which omitted new ID feedback for all but the first
duplicated task (thanks to Uli Martens).
2011-07-11 02:03:17 -04:00
Paul Beckingham
4522877b43
Bug #683
...
- Fixed bug #683 , in which the 'config' command sometimes edited comments
instead of the proper line in .taskrc (thanks to Erlan Sergaziev).
2011-07-11 01:51:14 -04:00
Paul Beckingham
523173e27e
Bug #403
...
- Fixed bug #403 , which disambiguates certain commands involving numbers.
2011-07-11 01:11:48 -04:00
Paul Beckingham
3456a24749
Documentation Update
...
- Brought the ChangeLog up to date with recent multiple bug closings.
2011-07-10 02:06:59 -04:00
Paul Beckingham
9b3f9ee4ff
Feature #514
...
- Added feature #514 , which allows duplication of tasks based on a generalized
filter, rather than just IDs (thanks to Peter De Poorter).
2011-07-10 01:48:21 -04:00
Paul Beckingham
10b97fc967
Feature #340
...
- Added feature #340 , which implements new color rules 'color.completed' and
'color.deleted'.
2011-07-09 19:00:58 -04:00
Paul Beckingham
7986227ea2
Bug #691
...
- Fixed bug #691 , which was a mis-reporting of file lock state even when file
locking was turned off (thanks to Tom Duffy).
2011-07-09 18:30:27 -04:00
Bryce Harrington
5e693b2530
Bug #799
...
- Applied documentation patch for #799 , fixing a broken link in the man page.
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2011-07-06 18:39:44 -04:00
Ben Boeckel
9f2c5a6190
Bug #798
...
- Applied patches for bug #798 which allows out-of-source builds (thanks to
Ben Boeckel).
- Added Ben to the AUTHORS file.
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2011-07-01 09:21:23 -04:00
Owen Clarke
3af5194442
Bug #797
...
- Fixed bug #797 which corrects a build problem with 'srandom' (thanks to Owen
Clarke).
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2011-07-01 09:04:52 -04:00
Paul Beckingham
fd484ee264
Feature
...
- The duration 'm' is now interpreted as 'months', not 'minutes'.
2011-06-30 18:35:54 -04:00
Paul Beckingham
45a757832a
Feature #559
...
- Added feature #559 , which implements a new configuration variable,
rc.exit.on.missing.db, which causes taskwarrior to exit if the
rc.data.location is missing (thanks to Sander Marechal).
2011-06-27 23:23:28 -04:00
Owen Clarke
526fa07326
Bug #795
...
- Addressed lack of uuid_unparse_lower on Solaris.
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2011-06-27 22:57:58 -04:00
Owen Clarke
2bc8dfbfe7
Bug #793
...
- Replaced timegm with equivalent code.
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2011-06-27 22:49:37 -04:00
Owen Clarke
8fbce0288e
Bug #794
...
- Corrected typo and missing ; for Solaris builds.
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2011-06-27 22:40:45 -04:00
Owen Clarke
e4c173771f
Bug #792
...
- Applied patch to allow Solaris to be recognized by cmake.
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2011-06-27 21:59:38 -04:00
Paul Beckingham
a0f87499e8
Documentation Update
...
- Added missing contributor to AUTHORS.
- Added missing bug/feature fixes to ChangeLog.
2011-06-26 01:53:18 -04:00
Paul Beckingham
6242c4a8ae
Bug #788
...
- Fixed bug #788 , which reported regex and readline versions, even though they
are not used.
2011-06-14 21:27:28 -04:00
Paul Beckingham
087cf7e5ed
Feature #479
...
- Added filtering to the calendar command.
2011-06-13 23:03:50 -04:00
Paul Beckingham
ded55c360b
Export - query
...
- Output from the query command is now optionally surrounded by [ ... ]
to make this a syntactically correct JSON document. This is off by
default.
- Updated documents.
2011-06-13 18:11:44 -04:00
Paul Beckingham
f8d9338102
Expressions
...
- Added list of non-word characters to assist is_attr.
2011-06-10 00:17:52 -04:00
Paul Beckingham
390ffb65f9
Bug #785
...
- Fixed bug #785 , which fixes a broken build on Solaris (thanks to Owen Clarke).
2011-06-07 22:51:16 -04:00
Paul Beckingham
90f6f537fe
Bug #783
...
+ Fixed bug #783 , which fixes completed and deleted tasks still showing as
active (thanks to Adam Wolk).
2011-06-07 01:21:46 -04:00
Paul Beckingham
fa36931064
Bug
...
- Fixed bug that showed the 'due' date, under the heading 'until' date, in the
info report (thanks to Michael McCann).
2011-06-02 21:39:50 -04:00
Paul Beckingham
067f5920bb
Documentation
...
- Updated ChangeLog, etc with recent issue completion.
2011-05-31 00:41:29 -04:00
Paul Beckingham
73e9f52793
Feature #655
...
- New command that lists reports and their descriptions.
2011-05-30 12:25:50 -04:00
Paul Beckingham
37b48c56d5
Commands - export
...
- The default export format is now JSON, with an alias that maps 'export'
to '_query'.
2011-05-30 11:42:35 -04:00
Paul Beckingham
0f5a4434ff
Bug #511
...
- Fixed bug #511 , which caused display problem on Cygwin when colored output
used the full width of the terminal. The 'avoidlastcolumn' configuration
variable forces taskwarrior to never use the last column.
2011-05-30 10:21:50 -04:00