- Fixed typo in 'newest' and 'oldest' report definitions.

Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
Richard Boß 2014-07-13 14:24:24 -04:00 committed by Paul Beckingham
parent c92139389a
commit f998037086
3 changed files with 4 additions and 3 deletions

View file

@ -107,6 +107,7 @@ The following submitted code, packages or analysis, and deserve special thanks:
catern catern
Tatjana Heuser Tatjana Heuser
leowzukw leowzukw
Richard Boß
Thanks to the following, who submitted detailed bug reports and excellent Thanks to the following, who submitted detailed bug reports and excellent
suggestions: suggestions:
@ -222,5 +223,4 @@ suggestions:
Jack Jack
Kevin Ballard Kevin Ballard
Sitaram Chamarty Sitaram Chamarty
Richard Boß
lolilolicon lolilolicon

View file

@ -161,6 +161,7 @@
- Improved bash completion when TASKRC is exported. - Improved bash completion when TASKRC is exported.
- Segfault when 'project:android' is split into 'and' and 'roid' (thanks to - Segfault when 'project:android' is split into 'and' and 'roid' (thanks to
Richard Boß). Richard Boß).
- Fixed typo in 'newest' and 'oldest' report definitions (thanks to Richard Boß).
------ current release --------------------------- ------ current release ---------------------------

View file

@ -338,13 +338,13 @@ std::string Config::_defaults =
"\n" "\n"
"report.newest.description=Newest tasks\n" "report.newest.description=Newest tasks\n"
"report.newest.labels=ID,Active,Created,Age,Mod,D,P,Project,Tags,R,Wait,Sch,Due,Until,Description\n" "report.newest.labels=ID,Active,Created,Age,Mod,D,P,Project,Tags,R,Wait,Sch,Due,Until,Description\n"
"report.newest.columns=id,start.age,entry,entry.age,modified.age,depends.indicator,priority,project,tags,recur.indicator,wait.age,scheduled.coundtdown,due,until.age,description\n" "report.newest.columns=id,start.age,entry,entry.age,modified.age,depends.indicator,priority,project,tags,recur.indicator,wait.age,scheduled.countdown,due,until.age,description\n"
"report.newest.filter= ( status:pending or status:waiting ) and recur.none:\n" "report.newest.filter= ( status:pending or status:waiting ) and recur.none:\n"
"report.newest.sort=entry-\n" "report.newest.sort=entry-\n"
"\n" "\n"
"report.oldest.description=Oldest tasks\n" "report.oldest.description=Oldest tasks\n"
"report.oldest.labels=ID,Active,Created,Age,Mod,D,P,Project,Tags,R,Wait,Sch,Due,Until,Description\n" "report.oldest.labels=ID,Active,Created,Age,Mod,D,P,Project,Tags,R,Wait,Sch,Due,Until,Description\n"
"report.oldest.columns=id,start.age,entry,entry.age,modified.age,depends.indicator,priority,project,tags,recur.indicator,wait.age,scheduled.coundtdown,due,until.age,description\n" "report.oldest.columns=id,start.age,entry,entry.age,modified.age,depends.indicator,priority,project,tags,recur.indicator,wait.age,scheduled.countdown,due,until.age,description\n"
"report.oldest.filter= ( status:pending or status:waiting )\n" "report.oldest.filter= ( status:pending or status:waiting )\n"
"report.oldest.sort=entry+\n" "report.oldest.sort=entry+\n"
"\n" "\n"