TW-1278
- TW-1278 Next report filters tasks with due date set until due date arrives
(thanks to Renato Alves).
This commit is contained in:
@@ -33,6 +33,8 @@
|
||||
- TW-1261 Migrate test bug.360.t to new unit testing framework (thanks to
|
||||
Renato Alves).
|
||||
- TW-1274 Map 'modification' attribute to 'modified' (thanks to jck).
|
||||
- TW-1278 Next report filters tasks with due date set until due date arrives
|
||||
(thanks to Renato Alves).
|
||||
- TW-1282 incorrect URLs in man task-sync (thanks to Jeremiah Marks).
|
||||
- TW-1288 Added missing locking for task modifications (thanks to Kosta H,
|
||||
Ralph Bean, Adam Coddington).
|
||||
|
||||
@@ -387,7 +387,7 @@ std::string Config::_defaults =
|
||||
"report.next.description=The top 7 most urgent actionable tasks\n"
|
||||
"report.next.labels=ID,Active,Age,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Urg\n"
|
||||
"report.next.columns=id,start.age,entry.age,depends,priority,project,tags,recur,scheduled.countdown,due.age,until.age,description,urgency\n"
|
||||
"report.next.filter=+READY and -DUE limit:7\n"
|
||||
"report.next.filter=status:pending limit:page\n"
|
||||
"report.next.sort=start-,urgency-,due+,entry+\n"
|
||||
"\n"
|
||||
"report.ready.description=The most urgent actionable tasks\n"
|
||||
|
||||
Reference in New Issue
Block a user