Dependencies

- Added a new 'unblocked' report to complement the 'blocked' report.
- Updated docs.
This commit is contained in:
Paul Beckingham 2010-10-09 12:24:57 -04:00
parent a75c018106
commit bde1e0dd9a
4 changed files with 13 additions and 2 deletions

View file

@ -393,7 +393,7 @@ std::string Config::defaults =
"#report.next.annotations=full\n"
"\n"
"# task blocked\n"
"report.blocked.description=Lists all tasks matching the specified criteria\n"
"report.blocked.description=Lists all blocked tasks matching the specified criteria\n"
"report.blocked.columns=id,depends,project,priority,due,active,age,description\n"
"report.blocked.labels=ID,Deps,Project,Pri,Due,Active,Age,Description\n"
"report.blocked.sort=due+,priority-,active-,project+\n"
@ -401,7 +401,7 @@ std::string Config::defaults =
"#report.blocked.dateformat=m/d/Y\n"
"\n"
"# task unblocked\n"
"report.unblocked.description=Lists all tasks matching the specified criteria\n"
"report.unblocked.description=Lists all unblocked tasks matching the specified criteria\n"
"report.unblocked.columns=id,depends,project,priority,due,active,age,description\n"
"report.unblocked.labels=ID,Deps,Project,Pri,Due,Active,Age,Description\n"
"report.unblocked.sort=due+,priority-,active-,project+\n"