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: ...
- 05:58 PM Support #383 (Closed): odd feedback when changing an existing, recurring project
- 04:00 PM Bug #393 (Assigned): color.project.none= and color.due.none= directives don't work
- 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
- 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.
- 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.
- 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.
06/27/2010
- 06:44 PM Feature #32 (Closed): Unit test timesheet report contents
- 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.
- 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.
- 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...
- 04:56 PM Bug #405 (Closed): after upgrade, "due:" filter not working for tasks created in version 1.9.0
- 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, ...
- 03:58 PM Bug #405: after upgrade, "due:" filter not working for tasks created in version 1.9.0
- Replicated. I tried this: ...
- 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...
- 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.
- 03:00 PM Bug #132 (Closed): Task sorting
- All reports that include the 'active' column now sort on that column.
- 02:31 PM Bug #418 (Closed): due.before:eow not working
- Probably already fixed when #416 was fixed.
- 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.
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 ...
- 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.
- 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?)
- 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.
- 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...
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.
- 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.
- 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...
- 05:30 PM Feature #415 (Closed): (Optionally) Limit output to a single page
- 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.
- 03:05 PM Feature #408 (Closed): Allow deletion of annotations
- Implemented by using "description" and not the ID of an annotation.
- 01:08 PM Feature #412 (Closed): Add a command to get all projects, tags and/or commands ever used
- Implemented.
- 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: ...
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.
- 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...
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...
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.
- 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.
- 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.
- 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.
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...
- 06:09 PM Feature #410: Task dependencies
- Can't wait for the RFC.
- 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
- 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.
- 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.
- 12:13 PM Bug #409 (Rejected): Cannot change project on recurring tasks
- Fixed in 1.9.1.
- 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...
- 11:31 AM Bug #409: Cannot change project on recurring tasks
- That code was recently touched. Thanks John.
- 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.@
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. ...
- 01:25 PM Feature #408: Allow deletion of annotations
- Allow deletion of annotations, with a syntax like this: ...
06/08/2010
- 04:40 PM Feature #407 (Closed): New task show command
- Done.
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, ...
Also available in: Atom