From 419ab2ad514c336541d034b8671380c581297bf3 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 22 May 2009 20:15:01 -0400 Subject: [PATCH 1/2] Documentation Update - synch with web site - This commit synchronizes the web site and the master branch. Edits have been made on the site but not in the master branch, which is wrong. --- html/sequence.html | 2 +- html/task.html | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/html/sequence.html b/html/sequence.html index aa556ac3e..e2885e4fc 100644 --- a/html/sequence.html +++ b/html/sequence.html @@ -90,7 +90,7 @@

The intent here is that task 3 have its description modified to be - "40123 is back-ordered, try again next week", but will be + "4-123 is back-ordered, try again next week", but will be misinterpreted as tasks 3, 4, 5, 6 ... 123 will all be modified to have the description "is back-ordered, try again next week". The solution is to quote the whole description: diff --git a/html/task.html b/html/task.html index 13b56e377..3ef196360 100644 --- a/html/task.html +++ b/html/task.html @@ -120,21 +120,21 @@ Mac OS X 10.5 (Leopard) Intel-only: task-1.7.0.pkg +--> - Debian: - (Thanks to Richard Querin): + Ubuntu 9.04: + (Thanks to Federico Hernandez): - task_1.7.0-1_i386.deb + task_1.7.0-0ubuntu1_i386.deb Red Hat: (Thanks to Federico Hernandez): - task-1.7.0-1.FC10.i386.rpm + task-1.7.0-2.fc10.i386.rpm ---> Git - get the whole source and history: http://github.com/pbeckingham/task @@ -202,6 +202,7 @@

  • Ubuntu 8.10 Intrepid Ibex
  • Ubuntu 9.04 Jaunty Jackalope
  • Arch Linux +
  • Slackware 12-12.2
  • Solaris 8
  • Solaris 10
  • Cygwin 1.5.25-14 From 73ecb0480f92be32efae08f25140df04a509c50b Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 28 May 2009 09:21:01 -0400 Subject: [PATCH 2/2] Patch - "Bug" discovered while creating Ubuntu deb package using lintian tool. From 6b0bd9f9be642a8f08ea27c937a1c1eb2253565e Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Thu, 28 May 2009 08:58:28 +0200 Subject: [PATCH] Fixing line breaks. "Bug" discovered while creating Ubuntu deb package using lintian tool. --- doc/man5/taskrc.5 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/man5/taskrc.5 b/doc/man5/taskrc.5 index 18417485c..bebd50213 100644 --- a/doc/man5/taskrc.5 +++ b/doc/man5/taskrc.5 @@ -301,8 +301,10 @@ Lists all task, all data, matching the specified criteria .B report.long.labels=ID,Project,Pri,Added,Started,Due,Recur,Age,Tags,Description .RE +.br .B report.long.columns=id,project,priority,entry,start,due,recur,age,tags,description +.br .B report.long.sort=due+,priority-,project+ @@ -315,8 +317,10 @@ Lists all tasks matching the specified criteria .B report.list.labels=ID,Project,Pri,Due,Active,Age,Description .RE +.br .B report.list.columns=id,project,priority,due,active,age,description +.br .B report.list.sort=due+,priority-,project+ @@ -330,8 +334,10 @@ Minimal listing of all tasks matching the specified criteria .B report.ls.labels=ID,Project,Pri,Description .RE +.br .B report.ls.columns=id,project,priority,description +.br .B report.ls.sort=priority-,project+ @@ -344,10 +350,13 @@ Shows the newest tasks .B report.newest.labels=ID,Project,Pri,Due,Active,Age,Description .RE +.br .B report.newest.columns=id,project,priority,due,active,age,description +.br .B report.newest.sort=id- +.br .B report.newest.limit=10 @@ -361,10 +370,13 @@ Shows the oldest tasks .B report.oldest.labels=ID,Project,Pri,Due,Active,Age,Description .RE +.br .B report.oldest.columns=id,project,priority,due,active,age,description +.br .B report.oldest.sort=id+ +.br .B report.oldest.limit=10