mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Typo
- Fixed typo in 'newest' and 'oldest' report definitions. Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
c92139389a
commit
f998037086
3 changed files with 4 additions and 3 deletions
2
AUTHORS
2
AUTHORS
|
@ -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
|
||||||
|
|
|
@ -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 ---------------------------
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue