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
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
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
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
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
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
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
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
8066e4e6e2
meta: Update copyright year
2019-01-01 08:46:21 -05:00
Tomas Babej
b5d7845c6d
libshared: Update submodule
2019-01-01 08:45:37 -05:00
Me
0b04f74a9a
add (shortened) ID column to timesheet output
...
Signed-off-by: Me <corbolais@gmail.com >
2018-12-08 03:34:28 +01:00
Dustin J. Mitchell
f1599d8029
Docs: make comment on Task::decode match reality
2018-11-10 19:42:15 -05:00
Paul Beckingham
bd221a5adc
TW #2004 : "shell" should not be expand to "exec tasksh"
...
- Thanks to Arvedui
2018-08-12 10:28:40 -04:00
Paul Beckingham
1c4647708a
TW #2047 : Exiting the task editor with an error code doesn't remove the lock file
...
- Thanks to coaxial
2018-08-12 09:57:32 -04:00
Janik Rabe
e2573d4516
TW #2007 : Compute number of current tasks correctly
...
Closes #2007
2018-08-08 16:47:33 +03:00
Vladimir Shulyak
ca55624286
Display task ID when unwaiting task
2018-05-27 23:17:30 +01:00
Laurence
78bbcd25c6
Update copyright
2018-05-24 00:11:33 -04:00
Paul Beckingham
829caa4b85
TW #2020 : reserved.lines is not affecting the burndown height
...
- Thanks to ad₋si.
2018-05-13 13:54:04 -04:00
Paul Beckingham
b2f5cd0b89
Code cleanup: used auto
2018-03-18 11:10:13 -04:00
Paul Beckingham
d312775f99
TW #1973 : Don't nag when no tasks are READY
...
- Thanks to Martin F. Krafft
2018-03-18 11:09:34 -04:00
Paul Beckingham
06066f025e
libshared: Upgraded to 999c824cf1139d208e884042eddef87a1d76fb7e
2018-03-13 20:28:54 -04:00
Kirill Bobyrev
5cdbe6d019
Use nullptr instead lf C-styled NULL
2018-03-07 22:21:28 +03:00
Simon Ruderich
b92ab68ef6
Context: remove duplicate default value for rule.precedence.color
2018-03-06 21:54:08 +01:00
Simon Ruderich
e817dfc800
Always use https:// link for opensource.org
...
It was already used in a few places, make this consistent.
2018-03-04 14:53:07 +01:00
Paul Beckingham
4a929197ae
Build: C++14 support added
2018-02-16 22:04:29 -05:00
Paul Beckingham
8699b60690
- Thanks to php-coder
2018-02-16 21:50:14 -05:00
Paul Beckingham
51ae097388
Eval: Eliminated string def
2018-02-03 14:06:53 +01:00
Mark Scannell
7af6db4c17
Portability: Updated to make main re-entrant()
...
- New INSTALL instructions to emscripten, and AUTHORS for contribution.
2018-01-31 19:45:07 -05:00
Paul Beckingham
cae3f06b7d
Lexer: Migrated to unicodeLatinDigit
2018-01-25 01:08:26 -05:00
Paul Beckingham
adc965e762
Lexer: Migrated to unicodeLatinAlpha
2018-01-25 00:59:05 -05:00
Paul Beckingham
e199bc98b3
Lexer: Migrated to unicodeHexDigit
2018-01-25 00:53:47 -05:00
Paul Beckingham
cac258ef72
Lexer: Migrated to unicodeWhitespace
2018-01-25 00:47:23 -05:00
Paul Beckingham
751ae17b22
TW-1947: "urgency.over" filter seems to not work correct
...
- Thanks to Marc Richter.
2018-01-24 23:57:44 -05:00
Paul Beckingham
c242730b6d
Lexer: Fixed DOM missing lookahead
2018-01-24 23:50:42 -05:00
Paul Beckingham
016bb94d3f
l10n: Eliminated i18n.h
2018-01-21 23:29:59 -05:00
Paul Beckingham
0a5f062ba8
l10n: Eliminated some column labels
2018-01-21 23:26:38 -05:00