mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW-15
- TW-15 'task recurring' shows only children of recurring tasks (thanks to Louis-Claude Canon).
This commit is contained in:
parent
259dd94775
commit
a7cd985f23
2 changed files with 3 additions and 1 deletions
|
@ -21,6 +21,8 @@
|
||||||
- #1511 sync init crashes if client certification file is empty or invalid
|
- #1511 sync init crashes if client certification file is empty or invalid
|
||||||
(thanks to Marton Suranyi).
|
(thanks to Marton Suranyi).
|
||||||
- TW-5 color.due.today does not work (thanks to Max Muller).
|
- TW-5 color.due.today does not work (thanks to Max Muller).
|
||||||
|
- TW-15 'task recurring' shows only children of recurring tasks (thanks to
|
||||||
|
Louis-Claude Canon).
|
||||||
- TW-21 do not match a UDA if not followed by colon (thanks to Scott Kostyshak).
|
- TW-21 do not match a UDA if not followed by colon (thanks to Scott Kostyshak).
|
||||||
- TW-28 Inserts spaces before punctuation characters (thanks to Matt Kraai).
|
- TW-28 Inserts spaces before punctuation characters (thanks to Matt Kraai).
|
||||||
- TW-43 Better error handling than: "Found extra operands." (thanks to Benjamin
|
- TW-43 Better error handling than: "Found extra operands." (thanks to Benjamin
|
||||||
|
|
|
@ -374,7 +374,7 @@ std::string Config::_defaults =
|
||||||
"report.recurring.description=Recurring Tasks\n"
|
"report.recurring.description=Recurring Tasks\n"
|
||||||
"report.recurring.labels=ID,Active,Age,D,P,Project,Tags,Recur,Sch,Due,Until,Description,Urg\n"
|
"report.recurring.labels=ID,Active,Age,D,P,Project,Tags,Recur,Sch,Due,Until,Description,Urg\n"
|
||||||
"report.recurring.columns=id,start.age,entry.age,depends.indicator,priority,project,tags,recur,scheduled.countdown,due,until.age,description,urgency\n"
|
"report.recurring.columns=id,start.age,entry.age,depends.indicator,priority,project,tags,recur,scheduled.countdown,due,until.age,description,urgency\n"
|
||||||
"report.recurring.filter= ( status:pending or status:waiting ) and +CHILD:\n"
|
"report.recurring.filter=(status:pending or status:waiting) and (+PARENT or +CHILD)\n"
|
||||||
"report.recurring.sort=due+,urgency-,entry+\n"
|
"report.recurring.sort=due+,urgency-,entry+\n"
|
||||||
"\n"
|
"\n"
|
||||||
"report.waiting.description=Waiting (hidden) tasks\n"
|
"report.waiting.description=Waiting (hidden) tasks\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue