Paul Beckingham
4bbde50d9f
Docs: Added Florian
2019-04-28 14:57:48 -04:00
Florian Heiderich
3ec8ace7d1
fix typo ("tests" -> "test")
2019-04-28 14:40:42 -04:00
Chad Phillips
8ebf79e1df
fix stale reference to empty priority color config
...
color.pri.none is now color.uda.priority.none
2019-04-28 14:19:54 -04:00
Paul Beckingham
d01000e255
Updated AUTHOR and Changelog
2019-04-14 19:40:55 -04:00
Paul Beckingham
66f013ac13
- Thanks to Chad Phillips
2019-04-14 19:38:01 -04:00
Chad Phillips
cd62e65a13
JSON encode/decode string UDAs
...
Previously, multiline string UDAs were not preserved when editing
a task via 'task X edit'. String UDAs are now JSON encoded/decoded
during the edit cycle to allow preservation of multiline
2019-04-14 19:34:57 -04:00
Lionel Miller
e961181b64
Workaround for alias grep=rg in fish
2019-03-03 08:55:28 -05:00
Janik Rabe
cb7f603b89
Fix rc.verbose default value in taskrc(5)
2019-03-02 19:52:49 -05:00
mrossinek
5aaee7678f
Add unit test
2019-03-02 19:44:18 -05:00
mrossinek
6fbd400e77
Fix #1999
2019-03-02 19:44:18 -05:00
mrossinek
16d967ad01
Add missing newline
2019-03-02 19:43:13 -05:00
mrossinek
254e737e00
Fix #2002
2019-03-02 19:43:13 -05:00
Janik Rabe
f6b2a6541c
Fix rc.verbose documentation in taskrc(5)
2019-02-14 08:02:58 -05:00
Paul Beckingham
e97146a463
Added taiyu-len
2019-02-07 08:42:44 -05:00
taiyu
7c7400b367
Update man pages to reflect changes
2019-02-07 08:41:25 -05:00
taiyu
5150eb4b0f
update tests for changes
2019-02-07 08:41:25 -05:00
taiyu
fd441bdd62
increase cli priority, respect override verbosity.
2019-02-07 08:41:25 -05:00
taiyu
d2b1662a39
Simplify CLI2::get* methods. allow rc=...
2019-02-07 08:41:25 -05:00
taiyu
8514071f19
applyOverrides: add messages after overrides
2019-02-07 08:41:25 -05:00
Paul Beckingham
306c628c34
Updated Changelog
2019-02-07 08:36:07 -05:00
Janik Rabe
a8acff9f7f
CmdHistory: repeat unit if a larger unit changes
...
In history and ghistory commands, repeat the smaller units when a larger unit
changes. For example, if January 2019 is displayed immediately after January
2018, re-show the "January" label instead of only showing the year change.
2019-02-07 08:33:09 -05:00
Paul Beckingham
16d55ed102
Added Beka and mrossinek
2019-02-07 08:31:14 -05:00
Paul Beckingham
b6da775958
Update summary.t
2019-02-07 08:20:14 -05:00
Paul Beckingham
2e72ae5068
Update project.t
2019-02-07 08:20:14 -05:00
Paul Beckingham
8df69597f6
Update sort.cpp
2019-02-07 08:20:14 -05:00
Paul Beckingham
32d14bc085
Update sort.cpp
2019-02-07 08:20:14 -05:00
Paul Beckingham
803f4a5017
Update CmdProjects.cpp
2019-02-07 08:20:14 -05:00
mrossinek
6a8beed7f5
Extract project sorting function
2019-02-07 08:20:14 -05:00
mrossinek
7cb341ee05
Extend bug fix of #1917 to summary command
2019-02-07 08:20:14 -05:00
mrossinek
f5cd9cde05
Properly sort projects into an ordered list in project command
2019-02-07 08:20:14 -05:00
mrossinek
9c89870c71
Add unit-tests to verify fix for 1904
2019-02-07 08:20:14 -05:00
mrossinek
28974cd794
Extend bug fix of #1917 to summary command
2019-02-07 08:20:14 -05:00
mrossinek
54a57e9954
Fix bug #1917 (previously known as TW-1904)
2019-02-07 08:20:14 -05:00
Laurence
f580cc5f6f
Update description of command uuids
2019-02-04 12:30:23 +01:00
mrossinek
76e355c602
Add documentation on context usage
2019-02-04 12:27:30 +01:00
Tomas Babej
5ae4ed1076
README: Make the travis badge point to correct repository
2019-01-02 19:45:43 -05:00
Tomas Babej
f95d1d0472
tests: Add CentOS7 CI testing support
2019-01-02 13:24:11 -05:00
Tomas Babej
fa84dce496
Merge pull request #2097 from mrossinek/test_fixes
...
Fix variant_subtract test case after #2095
2019-01-02 13:10:18 -05:00
mrossinek
517ea11c4c
Mark project.t 1455 as expected failure
2019-01-02 17:32:03 +01:00
mrossinek
447830dc68
Fix wait.t to correct expected output
2019-01-02 16:36:45 +01:00
mrossinek
fc3b336f1a
Fix variant_subtract test case after PR #2095
2019-01-02 16:32:16 +01:00
Paul Beckingham
6fcbe2efbd
Merge pull request #2080 from corbolais/2.6.0
...
add (shortened) ID column to timesheet output
2019-01-02 08:03:50 -05:00
Paul Beckingham
24943a441d
Merge pull request #2076 from djmitche/task-decode-comment
...
Docs: make comment on Task::decode match reality
2019-01-02 08:02:58 -05:00
Paul Beckingham
660b7c09af
Merge pull request #2095 from tbabej/test_fixes
...
TW-1511: Interpret string subtraction as concanetation with a dash
2019-01-02 08:02:12 -05:00
Paul Beckingham
01696a307b
Merge pull request #2094 from tbabej/2.6.0
...
Multi-OS Travis-based CI service
2019-01-02 08:00:41 -05:00
Tomas Babej
bf2cd0f5e4
TW-1511: Interpret string subtraction as concanetation with a dash
...
Fixes #1537 (previously known as TW-1511).
2019-01-01 21:56:06 -05:00
Tomas Babej
9fa94516ad
tests: Make sure expected message is printed out
...
Information about newly logged task is only printed if new-uuid
verbosity flag is configured.
2019-01-01 21:31:00 -05:00
Tomas Babej
55ee8c9233
tests: Install libfaketime in all containers
2019-01-01 20:19:52 -05:00
Tomas Babej
9b690fca57
tests: Improve bytes python3 compatibility
2019-01-01 20:11:13 -05:00
Tomas Babej
7aac91f29f
tests: due:yesterday does not match current year on 1st of January
2019-01-01 20:02:20 -05:00