Paul Beckingham
96d406960d
Enhancement
...
- Corrected sorting to use std::stable_sort instead of std::sort, which is not
guaranteed stable (thanks to Stefan Hacker).
2011-03-09 12:45:45 -05:00
Federico Hernandez
4de854a3c3
CMake
...
- zapped autoh*ll from build system. No more pain.
2011-03-04 03:58:55 +01:00
Federico Hernandez
10ef12b008
CMake
...
- cmake variables for the different installation paths
(thanks to Pietro Cerutti)
2011-03-01 18:59:40 +01:00
Federico Hernandez
73fd2cefca
Build system
...
- missing source code files for deprecated autotools
- exclude test cmakefile in packaged source
2011-02-16 23:39:45 +01:00
Cory Donnelly
9efe1d45cc
Bug #677
...
- _query incorrectly displayed 'No tasks specified.' message when 'No matches'
message is more appropriate
2011-02-13 21:12:30 -05:00
Johannes Schlatow
ea57b560d9
Bug
...
* fixed bug in merge command where the first match of a uuid in
pending.data was on the depends attribute
2011-02-13 01:51:34 +01:00
Paul Beckingham
f93273ef23
Related to bug #649
...
- You can no longer directly complete or delete parent recurring tasks.
2011-02-12 15:30:05 -05:00
Paul Beckingham
6608cbf287
Code Cleanup
...
- Removed tabs.
2011-02-12 15:14:00 -05:00
Paul Beckingham
a65fe591b8
Bug #634
...
- Fixed bug #634 , so that 'undo' obeys the 'confirmation' setting (thanks to
Steve Rader).
2011-02-12 15:08:57 -05:00
Paul Beckingham
2ac5c2f897
Bug #628
...
- Fixed bug #628 , where dateformats containing spaces were not properly
parsed (thanks to Steve Rader).
2011-02-12 14:16:06 -05:00
Paul Beckingham
2e9bc3194b
Bug #653
...
- Fixed bug #653 , which caused undo information to be recorded when no changes
were made by the 'edit' command.
2011-02-12 02:29:22 -05:00
Paul Beckingham
691931adf9
Bug #485
...
- Fixed bug #485 , which caused filters of 'recur' to fail for partial matches
(thanks to T. Charles Yun).
2011-02-12 01:39:25 -05:00
Paul Beckingham
b2828b9702
Bug #656
...
- Fixed bug that caused multiple recurring child tasks to be generated
under certain circumstances.
- Removed text.t.cpp tests that are not in task.
- Added Bryce Harrington to AUTHORS file.
- Corrected tests that were broken by the fix.
2011-02-12 01:00:33 -05:00
Paul Beckingham
ea374c05df
Bug
...
- Edit wasn't properly parsing annotation entry dates since a recent
commit changed the length of the pattern used to find annotations.
2011-02-09 00:17:27 -05:00
Paul Beckingham
036d77e08f
Bug
...
- Disallowed @ and / from an attribute name or modifier. This causes
input like 'user@host:path' to now be parsed as description, and not
as an unrecognized attribute.
2011-02-04 12:14:52 -05:00
Paul Beckingham
783a326b11
Bug #641
...
- Fixed bug #641 , where certain reports broke when 'dateformat' differed from
'dateformat.report'.
2011-02-04 11:16:14 -05:00
Paul Beckingham
a650847201
Bug #671
...
- Fixed bug #671 , removing the claim in the 'edit' command claims that
description text can wrap over multiple lines, because it cannot.
2011-02-04 10:44:40 -05:00
Paul Beckingham
7e1e187d6c
Export
...
- Added the alias 'export.json' that maps to the _query command.
2011-02-04 10:25:43 -05:00
Cory Donnelly
6b5253e6a0
Bug #669
...
- A test for due date < wait date in command.cpp only sometimes added
an extra context.footnote complaining about the condition and was removed.
2011-01-31 18:31:57 -05:00
Paul Beckingham
074ae41ee6
Documentation
...
- Clarified that the 'all' report does not have a filter, and can
therefore show all tasks, including recurring parent tasks.
2011-01-29 12:01:32 -05:00
Paul Beckingham
06e15b6e25
Regex
...
- Removed regex support (controlled in main.h by #ifdef FEATURE_REGEX),
because it has proven buggy.
2011-01-25 23:54:44 -05:00
Paul Beckingham
18aa5c5b69
JSON
...
- Tags are now a JSON array: "tags":["one","two"]
2011-01-25 23:17:28 -05:00
Paul Beckingham
2d50d1cbf5
Bug
...
- The .not modifier was accidentally inverted when rc.regex=on.
2011-01-23 01:31:04 -05:00
Paul Beckingham
ad2614c452
Bug #651
...
- Fixed bug #651 , which broke the edit command when a task description
contained certain tokens (like 'Due:').
2011-01-23 00:54:54 -05:00
Paul Beckingham
eaf184c833
Bug
...
- The _query command now generates JSON with the string entities
properly encoded.
2011-01-23 00:08:47 -05:00
Paul Beckingham
57c1983e07
Code Migration
...
- Migrated taskd JSON parser into task, to provide encode/decode
capability to Task::composeJSON.
- Migrated taskd utf8 code, replacing old unused code.
- Added unit tests or JSON.
- Migrated Tree updates from taskd.
2011-01-22 23:33:47 -05:00
Paul Beckingham
2f4e0d9e17
Bug #654
...
- By misplacing a } I broke the info command for tasks without undo
history, which subsequently broke 28 unit tests.
2011-01-22 23:20:26 -05:00
Cory Donnelly
6fd2fb08bb
Bug #652
...
- Removed extra line in edit.cpp introduced by the patch discussed in Bug #618
2011-01-22 19:44:44 -05:00
Paul Beckingham
8ed1cc6006
Bug
...
- The _query command emitted this:
[ {}, {}, {} ]
which is not valid JSON. It should instead be:
{}, {}, {}
2011-01-21 11:59:51 -05:00
Paul Beckingham
103bcef6ab
Bug
...
- The edit command included two entries for the tags, parsing then only
found the first.
2011-01-21 11:59:15 -05:00
Paul Beckingham
e301cda990
Bug, Reorg
...
- Fixed bug in journal annotations that omitted \n characters for
certain events, creating an unreadable journal entry.
- Relocated the 'Total active time' into the journal table, made
the text bold, and changed from "Xh XXm" format to Duration::format.
2011-01-20 10:42:37 -05:00
Federico Hernandez
0cac03ad4a
Feature #638
...
- added worded dates "later" and "someday" to enable the hiding of
a task until doomsday.
2011-01-18 02:21:00 +01:00
Federico Hernandez
be0357da4a
CMake
...
- added information to task diag to indicate if task is built with
cmake (to support the upcoming move away from autotools).
2011-01-18 00:00:28 +01:00
Federico Hernandez
32235ca60a
CMake
...
- improve compilation by removing the git sha1 dependency into its
own include file that is just used 2 times instead of auto.h that
is included in more places.
2011-01-17 23:27:38 +01:00
Johannes Schlatow
792eab8621
Info report
...
* added a line to the journal which shows the total time a task was active
2011-01-17 15:21:55 +01:00
Paul Beckingham
0fda4b060c
Bug
...
- _query command used {} instead of [] for task collection.
2011-01-16 01:03:28 -05:00
Federico Hernandez
55de71feca
SHA1
...
- removed previously introduced _sha1 helper command
- modified helper command _version to either display the version
or the sha1 depending if build from source tar ball or from git.
2011-01-15 22:18:44 +01:00
Federico Hernandez
c0c58f9aff
Added _sha1 helper command to quickly identify a
...
task dev version.
2011-01-15 21:41:28 +01:00
Paul Beckingham
7ca51e78f0
Feature - enhanced date parse error
...
- When a date fails to parse, the expected format is displayed, as a reminder
(thanks to Eric Fluger).
2011-01-14 22:56:52 -05:00
Paul Beckingham
d4772fe060
Bug
...
- Fixed bug that caused entry, end, start and wait dates to not use report-
specific date format overrides (thanks to Eric Fluger).
2011-01-14 22:12:17 -05:00
Paul Beckingham
68fe437889
Taskd
...
- Modified Task::composeJSON to use ISO 8601 date format, and the new
hierarchical annotation format.
2011-01-11 00:07:11 -05:00
Paul Beckingham
c08c280dd9
Feature #608
...
- Added feature #608 , and now completing a task, with journal.time turned on
will stop the task first (thanks to Andy Kriger).
2011-01-09 23:39:05 -05:00
Paul Beckingham
109f22051d
Bug #603
...
- When an ID was not specified, delete gave no feedback (thanks to
Steve Rader).
- Closer inspection showed this to be true for the urgency, query, delete,
start, stop, done, modify, append, prepend, duplicate, annotate and denotate
commands.
2011-01-09 23:15:30 -05:00
Paul Beckingham
10a69c4d3d
Import
...
- Modified man page to acknowledge import from file or URL.
- Changed FEATURE_URL from #if to #ifdef, for consistency.
- Modified import.url.t to accomodate a new URL for the test.
2011-01-09 23:05:01 -05:00
Paul Beckingham
77f26994a6
Merge branch '1.9.4' of tasktools.org:task into 1.9.4
2011-01-09 21:25:59 -05:00
Paul Beckingham
1d8a60a9ba
Bug
...
- Fixed bug that caused the 'done' command to always exit with a non-zero
status (thanks to Steve Rader).
2011-01-09 21:25:09 -05:00
Paul Beckingham
08c089258f
Documentation
...
- Added missing documentation - bugs/features that were closed, but
not listed in the ChangeLog.
2011-01-09 16:48:10 -05:00
Paul Beckingham
8d4deda2bb
Feature #309
...
- Added feature #309 , which sets the xterm title when reports are run,
according to the configuration variable 'xterm.title', which defaults to off.
2011-01-08 11:30:58 -05:00
Paul Beckingham
b5c46062c6
Feature - dependency column justification
...
- The dependency columns are now right-justified (thanks to Eric Fluger).
2011-01-08 11:10:39 -05:00
Federico Hernandez
022b219c0f
CMake
...
- added sha1 of git commit to task diag
2011-01-08 01:10:26 +01:00