Paul Beckingham
bdce0a8d01
CmdImport
...
- Removed TDB2::commit.
2014-09-08 00:21:54 -04:00
Paul Beckingham
37722d2857
CmdIDs
...
- Removed TDB2::commit.
2014-09-08 00:21:25 -04:00
Paul Beckingham
9b14f53075
CmdHistory
...
- Removed TDB2::commit.
2014-09-08 00:20:47 -04:00
Paul Beckingham
e90a99140e
CmdEdit
...
- Removed TDB2::commit.
2014-09-08 00:20:16 -04:00
Paul Beckingham
36748e5f7d
CmdDuplicate
...
- Removed TDB2::commit.
2014-09-08 00:19:35 -04:00
Paul Beckingham
9246176588
CmdDone
...
- Removed TDB2::commit.
2014-09-08 00:19:07 -04:00
Paul Beckingham
177dda1dd4
CmdDenotate
...
- Removed TDB2::commit.
2014-09-08 00:16:24 -04:00
Paul Beckingham
77b3f70ba6
CmdDelete
...
- Removed TDB2::commit.
2014-09-08 00:15:59 -04:00
Paul Beckingham
9400aba1d1
CmdCustom
...
- Removed TDB2::commit.
2014-09-08 00:15:18 -04:00
Paul Beckingham
38001ed6ff
CmdCount
...
- Removed TDB2::commit.
2014-09-08 00:14:47 -04:00
Paul Beckingham
0875f04bca
CmdCalendar
...
- Removed TDB2::commit.
2014-09-08 00:13:46 -04:00
Paul Beckingham
4ceae16a24
CmdBurndown
...
- Removed TDB2::commit.
2014-09-08 00:12:57 -04:00
Paul Beckingham
6f68f8a1c0
CmdAppend
...
- Removed TDB2::commit.
2014-09-08 00:12:08 -04:00
Paul Beckingham
6d6c8b3ac1
CmdAnnotate
...
- Removed TDB2::commit.
2014-09-08 00:11:38 -04:00
Paul Beckingham
3bdaeb5f91
CmdAdd
...
- Removed TDB2::commit.
- Removed unnecessary return code.
2014-09-08 00:10:27 -04:00
Paul Beckingham
ab95ef5ba5
CmdBurndown
...
- Migrated util.cpp round_up_to and burndown_size functions to CmdBurndown,
as they are only called once.
2014-09-07 17:06:11 -04:00
Paul Beckingham
dd6399aba7
CmdIDs
...
- Migrated util.cpp compressIds to CmdIDs::compressIds, as this is the only
place it is used.
2014-09-07 16:54:59 -04:00
Paul Beckingham
803ef4fee2
CmdCustom
...
- Report filters are now properly lexed, which includes the new typeTag.
2014-09-07 01:20:14 -04:00
Paul Beckingham
ecc528cbf3
L10N
...
- Marked certain uses of ucFirst as l10n-safe.
2014-09-06 16:11:54 -04:00
Paul Beckingham
7a85554924
TW-1405
...
- TW-1405 Add command _zshattributes (thanks to Roman Inflianskas).
2014-08-31 11:01:53 -04:00
Paul Beckingham
ae667a7e9e
Code Cleanup
...
- Removed unused tips files, and associated references (thanks to dev-zero).
2014-08-31 09:20:21 -04:00
Paul Beckingham
b4ab5fcfac
CmdCalendar
...
- Replaced code that tried to reuse the Context object to reparse the command
line in order to run the calendar.details.report, with a fork/exec alternative
that doesn't require acrobatics.
2014-08-30 23:33:47 -04:00
Paul Beckingham
a735c7eb63
CmdInfo
...
- Removed the 'total active time' display. Should have done this a long time ago.
2014-08-22 16:08:16 -04:00
Paul Beckingham
69eb9e8df1
CmdDuplicate
...
- When duplicating a task, reset the ID, so that TDB2::add can set it properly.
2014-08-16 14:26:05 -04:00
Paul Beckingham
6faf6bb678
TDB2
...
- Now updates the task ID of any new task, therefore avoiding off-by-one
errors that occur when code calls TDB2::next_id.
2014-08-16 14:20:00 -04:00
Paul Beckingham
1ccc284cc7
Safety Valve Override
...
- Support 'allow.empty.filter', defaulting to 'yes', but if 'no' disallows the
combination of a write command and an empty filter. Ordinarily this is just
a warning that requires confirmation (thanks to Lee Lieske).
2014-08-11 12:32:11 -04:00
Paul Beckingham
cb2b1b1e37
Bug
...
- The 'diagnostics' command obeys color settings.
2014-07-28 00:59:22 -04:00
Paul Beckingham
ab3935ac85
TW-193
...
- TW-193 Support listing breaks.
2014-07-10 22:48:17 -04:00
Wilhelm Schuermann
7548ce662a
TW-296
...
- TW-296 urgency of blocked task should affect urgency of blocking task
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2014-07-06 14:11:10 -04:00
Paul Beckingham
0c1fa8b20e
TW-288
...
- TW-288 `task edit` mangles descriptions with embedded newlines (thanks to
Kevin Ballard).
2014-07-06 12:14:44 -04:00
Paul Beckingham
68ceea953a
TW-1293, TW-1294
...
- TW-1293 Modifying or deleting a child task does not propagate if there are no
siblings (thanks to darkfeline).
- TW-1294 Modifying a child task does not propagate to parent (thanks to
darkfeline).
2014-07-06 09:55:59 -04:00
Paul Beckingham
e3d7479211
CmdUrgency
...
- Removed unnecessary variable.
2014-07-06 09:30:00 -04:00
Paul Beckingham
2e27ed0268
Code Cleanup
...
- Removed unnecessary include.
- Removed extra whitespace.
2014-07-06 09:29:32 -04:00
Paul Beckingham
5697270ecf
TW-252
...
- TW-252 task done - Doesn't stop task before marking complete (thanks to
Renato Alves).
2014-07-06 00:47:53 -04:00
Paul Beckingham
222c357c0a
TW-257
...
- TW-257 limit: not working properly (thanks to Aikido Guy).
2014-07-04 11:26:49 -04:00
Paul Beckingham
7ac533a82d
CmdCustom
...
- Removed unused local ::getLimits method, in favor of Context::getLimits.
2014-07-04 11:11:15 -04:00
Paul Beckingham
0f38f1decd
Verbosity
...
- Made 'new-id' and 'new-uuid' mutually exclusive.
2014-07-04 10:41:49 -04:00
Paul Beckingham
1ac7dc0d5d
TW-1360
...
- TW-1360 color.until directive missing.
2014-07-04 10:00:26 -04:00
Paul Beckingham
b60a4aff22
TW-294
...
- TW-294 Display UUID of task created by add (thanks to John West).
2014-07-04 09:24:55 -04:00
Paul Beckingham
a91d6227f8
Alias
...
- Removed last traces of Alias object.
2014-07-03 20:47:28 -04:00
Paul Beckingham
d6e734b57d
TW-128
...
- TW-128 new helper command; _envs. Actually no, not a new command, but the
$TASKRC and $TASKDATA environment variables are now show in the 'diag'
command output.
2014-07-02 00:17:51 -04:00
Paul Beckingham
d850510375
TW-1366
...
- TW-1366 In diagnostics it's called 'Cert', and in config it's called
'certificate' (thanks to Jack).
2014-07-01 20:58:15 -04:00
Paul Beckingham
82e14c30bc
TW-1341
...
- TW-1341 confirmation config setting should apply to config command as well
(thanks to Charles Ulrich).
2014-07-01 20:10:45 -04:00
Paul Beckingham
525f3cda75
TW-266
...
- TW-266 Allow project auto-completion to search completed tasks (thanks to
Kosta Harlan).
2014-06-24 23:19:50 -04:00
Paul Beckingham
a892abf366
CmdCustom
...
- Added placeholder for problematic parenthesis injection for report filters.
2014-06-14 12:42:07 -04:00
Paul Beckingham
456b982ced
DOM
...
- Updated DOM to use Variant ovjects, which carry a type which improves
expression evaluation.
2014-06-11 21:53:00 -04:00
Paul Beckingham
22f1bf709e
CmdCalc
...
- Set ambiguity to false, thus disabling recognition of certain date forms.
2014-06-08 14:18:34 -04:00
Paul Beckingham
f316413139
CmdCalc
...
- The 'calc' command (and only the 'calc' command) propagates the rc.debug
setting to Eval. This provides the means to debug expression problems.
2014-06-08 13:10:20 -04:00
Paul Beckingham
dcab169987
CmdDenotate
...
- Corrected use of command line arguments for a pattern - now uses
modification args instead of all words.
2014-06-07 12:50:39 -04:00
Paul Beckingham
e6df1b38e2
DOM
...
- Standardized DOM interface to return success/failure, with the possibility
of blank values. This matches the Eval::source callback interface‥
- Added more unit tests.
2014-06-04 18:57:36 -04:00