Bug
- #1263 The 'waiting' report properly lists only pending tasks with a wait date (thanks to Fidel Mato).
This commit is contained in:
@@ -43,6 +43,8 @@ Bugs
|
||||
(thanks to Jakub Wilk).
|
||||
+ #1249 Build system now recognizes GNU/Hurd and GNU/kFreeBSD (thanks to Jakub
|
||||
Wilk).
|
||||
+ #1263 The 'waiting' report properly lists only pending tasks with a wait date
|
||||
(thanks to Fidel Mato).
|
||||
+ Fixed bug so that 'limit:page' now considers footnote messages.
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
@@ -376,7 +376,7 @@ std::string Config::_defaults =
|
||||
"report.waiting.columns=id,project,priority,wait,entry.age,description\n"
|
||||
"report.waiting.labels=ID,Proj,Pri,Wait,Age,Description\n"
|
||||
"report.waiting.sort=wait+,priority-,project+\n"
|
||||
"report.waiting.filter=+WAITING\n"
|
||||
"report.waiting.filter=status:waiting +WAITING\n"
|
||||
"\n"
|
||||
"report.all.description=Lists all pending and completed tasks\n"
|
||||
"report.all.columns=id,status,project,priority,due,end,start.active,entry.age,description\n"
|
||||
|
||||
Reference in New Issue
Block a user