From 06/04/2010 to 07/03/2010

07/03/2010

06:04 PM Bug #393 (Rejected): color.project.none= and color.due.none= directives don't work
This does work: ... Paul Beckingham
05:58 PM Support #383 (Closed): odd feedback when changing an existing, recurring project
Paul Beckingham
04:00 PM Bug #393 (Assigned): color.project.none= and color.due.none= directives don't work
Paul Beckingham
03:54 PM Feature #156 (Closed): diff style output for the task undo command
undo.style=side|diff color.undo.before=red color.undo.after=green Paul Beckingham
12:46 PM Feature #421: Data synch
A merge feature that can combined undo.data files to "sync" task databases across machines. Currently Under development. Paul Beckingham
09:30 AM Bug #420 (Closed): Slight cosmetic change
Patch applied to 1.9.2 branch. Thank you Ed - you're in the 1.9.2 AUTHORS file. Paul Beckingham
06:48 AM Bug #420: Slight cosmetic change
I've noticed that some of the help items don't include the ID in their listing. Attached is a very minor patch file for this change. ed neville

06/27/2010

06:44 PM Feature #32 (Closed): Unit test timesheet report contents
Paul Beckingham
05:55 PM Feature #53: Incorporate a pager
Needs Table.cpp work. Lots of it. If we wait until 2.0, we'll hav a new View, and this might be much simpler. Paul Beckingham
05:28 PM Feature #419: Include task-update.sh script in distribution
The task-update.sh script allows an automated check to see whether a new version of task is available, and subsequently upgrades it. This should be documented internally regarding its use, and referred to in the FAQ. Paul Beckingham
05:16 PM Bug #293 (Rejected): tag usage inconsistency
I'm rejecting this because one of the behaviors (name "task list +foo" matched +foobar) is no longer supported. I think of this functionality applying to projects and descriptions, but not tags. I think breaking the atomicity of tags is a bad th... Paul Beckingham
04:56 PM Bug #405 (Closed): after upgrade, "due:" filter not working for tasks created in version 1.9.0
Paul Beckingham
04:53 PM Bug #405: after upgrade, "due:" filter not working for tasks created in version 1.9.0
Good bug. Thanks Ivo. When task 1.9.0 added a due date it added it in this form: M/D/YYYY 00:00:00 - with the time zeroed. Then when listing tasks, the filter "due:today" evaluated to M/D/YYYY 00:00:00 also, the task matched. With 1.9.1, ... Paul Beckingham
03:58 PM Bug #405: after upgrade, "due:" filter not working for tasks created in version 1.9.0
Replicated. I tried this: ... Paul Beckingham
03:44 PM Bug #306 (Rejected): add tags to annotations
It's a nice idea, but I can't come up with a use case that would benefit more than one person. I understand the original poster would like this feature, but there are many difficulties with the implementation: - If an annotation has a tag, but... Paul Beckingham
03:40 PM Feature #379: Allow customizable column header color
This change is too disruptive to include in the 1.9.x branches. When the Table is replaced by the View, this will be a simple change. Paul Beckingham
03:00 PM Bug #132 (Closed): Task sorting
All reports that include the 'active' column now sort on that column. Paul Beckingham
02:31 PM Bug #418 (Closed): due.before:eow not working
Probably already fixed when #416 was fixed. Paul Beckingham
01:34 PM Bug #417 (Closed): Sorting by countdown_compact not working
The fix has resulted in the need to support several new duration formats. Paul Beckingham

06/25/2010

11:14 AM Bug #417: Sorting by countdown_compact not working
To clarify, I think that sorting on countdown_compact is probably done on a string basis, as opposed to smart, e.g., I'm not sure that task knows that 1 d is farther away than 1 hour, if you know what I mean. If I run a report, with a few test ... Michelle Crane
09:12 AM Bug #416 (Closed): Sorting by due date with dateformat MD wrong
If Y/y is not included in the dateformat of any parsed date, the current year is assumed. Paul Beckingham
08:43 AM Bug #418: due.before:eow not working
Michelle says: (As an aside, I notice that my recurring task, which is due on Friday (tomorrow right now), refuses to show up when I ask for tasks due before eow. Is there something about recurring tasks that breaks the deadlines?) Paul Beckingham
08:42 AM Bug #417: Sorting by countdown_compact not working
Michelle says: I'm using the countdown_compact to squeeze in how far away each task is, but I can't use that to sort, since I end up with gibberish. Paul Beckingham
08:41 AM Bug #416: Sorting by due date with dateformat MD wrong
Michelle says: I've got a report with the following definition: task sam_minimal report.sam_minimal.description=A really minimal listing for samurize report.sam_minimal.columns=due,countdown_compact,description report.sam_minimal.labels=D... Paul Beckingham

06/20/2010

08:49 PM Feature #363: iCal export format
Well, well, well. It turns out there is iCalendar, vcalendar, and then whatever Google calendar and Apple iCal supports. We have more work to do. Paul Beckingham
08:09 PM Bug #414 (Closed): Tags filtering not working with unicode characters
Thank you Michal, it is now rewritten using isspace and ispunct, which are not so UTF8 hostile. Paul Beckingham
07:09 PM Bug #414: Tags filtering not working with unicode characters
The problem is that when matching tags (ie. attributes with the "word" modifier) in the function Att::match, functions isWordStart and isWordEnd are being used. These functions however use the isalnum function, which won't match any nonascii char... Michal Josífko
05:30 PM Feature #415 (Closed): (Optionally) Limit output to a single page
Paul Beckingham
05:10 PM Feature #415: (Optionally) Limit output to a single page
This is an idea from T. Charles Yun. Through configuration, limit the number of lines of output from a report to one page - the same number of lines in the terminal window. Paul Beckingham
03:05 PM Feature #408 (Closed): Allow deletion of annotations
Implemented by using "description" and not the ID of an annotation. Federico Hernandez
01:08 PM Feature #412 (Closed): Add a command to get all projects, tags and/or commands ever used
Implemented. Paul Beckingham
12:01 PM Bug #414: Tags filtering not working with unicode characters
This is all about the LOCALE. For example, with no LOCALE, the following works: ... Paul Beckingham

06/17/2010

06:45 PM Bug #414 (Assigned): Tags filtering not working with unicode characters
Nice bug report. Thank you Michal. It will be addressed in the upcoming 1.9.2 release. Paul Beckingham
06:21 PM Bug #414: Tags filtering not working with unicode characters
Hi, While I can use unicode characters in tags like this: task 1 +osobní I'm not able to filter on such tag: task ls +osobní, as there is no match. If I change the tag to plain ascii: task 1 -osobní +osobni I can successfully match the tag u... Michal Josífko

06/16/2010

04:51 PM Feature #413: Show more info in confirmation dialogs
It would be nice if task could provide the output of @task N info@ when doing things like @task N del@. This would probably best be implemented in a configurable way such as @confirmation.verbosity=compact/full@. My use case example: I find ta... John Florian

06/15/2010

09:12 AM Feature #412 (Assigned): Add a command to get all projects, tags and/or commands ever used
Suggest: rc.list.all.projects rc.list.all.tags be used in a similar fashion to rc.complete.all.projects. The _commands command doesn't apply. Paul Beckingham
09:02 AM Feature #412: Add a command to get all projects, tags and/or commands ever used
Find an easier command than using task rc.complete.all.projects=1 _projects task rc.complete.all.tags=1 _tags task rc.complete.all.commands=1 _commands See http://taskwarrior.org/boards/1/topics/show/519 for more detail. Dirk Deimeke
08:32 AM Bug #411 (Closed): "task projects" lists only projects with at least one active task
Man page corrected to be more explicit about this. Thanks Dirk, you're in the AUTHORS file now. Paul Beckingham
03:57 AM Bug #411: "task projects" lists only projects with at least one active task
Please change either the manpage saying projects Lists all project names used, and the number of tasks for each. or the behaviour of task. Dirk Deimeke

06/13/2010

06:39 PM Feature #410: Task dependencies
Well Cory, I hope you won't be disappointed. I've been through a dozen emails and forum conversations to gather all the opinions and ideas that I could. Task is going to support dependencies between tasks, and I feel it should also support gen... Paul Beckingham
06:09 PM Feature #410: Task dependencies
Can't wait for the RFC. Cory Donnelly
12:56 PM Feature #366 (Rejected): task command environment variable
Cannot be done as stated. Alternatives are: - A script/bash function could be used to achieve this, external to task - A script/bash function could set the window title - Hitting up-arrow, will also bring back the command Paul Beckingham
12:53 PM Feature #410: Task dependencies
It's time. We're finally going to implement task dependencies. Implementation details will appear in an RFC, not here. Paul Beckingham
12:45 PM Feature #298 (Closed): Configurable recurring task count
The new 'recurrence.limit' (default 1) will control how many future recurring tasks are generated. Paul Beckingham
12:13 PM Bug #409 (Rejected): Cannot change project on recurring tasks
Fixed in 1.9.1. Paul Beckingham
11:59 AM Bug #409: Cannot change project on recurring tasks
Paul Beckingham wrote: > That code was recently touched. Thanks John. I should mention that this is 1.8.5 -- I know I'm running old code, but it's the latest in the Fedora 12 repositories and I really don't have time to be manually installing... John Florian
11:31 AM Bug #409: Cannot change project on recurring tasks
That code was recently touched. Thanks John. Paul Beckingham
11:24 AM Bug #409: Cannot change project on recurring tasks
I was trying to reorganize my plethora of tasks into a new project structure. I have a recurring task under project X and want to change it project Y, but I get the following error: @You cannot remove the recurrence from a recurring task.@ John Florian

06/12/2010

03:26 PM Got Leopard? Got free time?
Are you running OSX 10.5 Leopard, and are willing to donate a little time? We are in need of a volunteer to take task releases as they occur, and build us a Leopard package. We have instructions, we can offer help, but we don't have Leopard. ... Paul Beckingham
01:25 PM Feature #408: Allow deletion of annotations
Allow deletion of annotations, with a syntax like this: ... Paul Beckingham

06/08/2010

04:40 PM Feature #407 (Closed): New task show command
Done. Federico Hernandez

06/04/2010

05:06 PM Feature #407: New task show command
@task config@ displays the values for *all* configuration variables. A @task show <config-section>@ will present these settings in a more structured way. Candidates for the different sections are colors, aliases, holidays, calendar, dateformats, ... Federico Hernandez
« Previous
Next »
 

Also available in: Atom