- TW-15 'task recurring' shows only children of recurring tasks (thanks to
        Louis-Claude Canon).
This commit is contained in:
Paul Beckingham 2014-08-31 17:04:35 -04:00
parent 259dd94775
commit a7cd985f23
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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"