Paul Beckingham 77200d7eb4 Bug #837
- Fixed bug #837, which caused incorrect urgency calculations for tasks that
  have completed dependencies, and problems when editing those tasks (thanks
  to Matt Kraai).
- Added Task::addDependency (const std::string&) method for reconstructing
  dependencies on tasks with no ID.
- Modfified Task::urgency_blocked so that it considers the blocking task's
  status.  This is an expensive test, and so it is wrapped by a cheaper test
  to see if there are/were any dependencies at all.  This means that urgency
  calculations are not slowed for tasks without dependencies, and is slower
  but more accurate for tasks that do have dependencies.
- Modified edit command so that dependencies are shown as IDs or UUIDs
  depending on whether the task is pending or not.
- Modified edit command so that dependencies are parsed as IDs or UUIDs
  depending on whether the task is pending or not.
- Modified wording in the template of the edit command to reflect the above.
- Added unit tests bug.837.t.
2012-03-04 00:05:11 -05:00
Bug
2012-02-26 17:05:16 -05:00
2011-08-09 22:46:41 -04:00
2012-01-02 23:32:10 -05:00
Bug
2012-02-26 17:05:16 -05:00
2012-03-04 00:05:11 -05:00
2012-03-04 00:05:11 -05:00
Git
2012-02-26 12:35:43 -05:00
2012-02-28 00:27:48 -05:00
2012-03-04 00:05:11 -05:00
2011-09-14 01:10:52 +02:00
2012-03-03 17:05:22 -05:00
2011-05-28 00:02:04 -04:00
2012-01-02 23:32:10 -05:00
2012-03-03 15:34:13 -05:00
2011-12-18 12:37:09 -05:00
2012-01-02 23:32:10 -05:00
2012-03-03 14:24:41 -05:00
2011-10-08 00:09:34 +02:00

Thank you for taking a look at taskwarrior!

Taskwarrior is a GTD, todo list, task management, command line utility with a
multitude of features.  It is a portable, well supported, very active project,
and it is Open Source.  Taskwarrior has binary distributions, online
documentation, demonstration movies, and you'll find all the details at:

    http://taskwarrior.org

At the site you'll find a wiki, discussion forums, downloads, news and more.

Your contributions are especially welcome.  Whether it comes in the form of
code patches, ideas, discussion, bug reports, encouragement or criticism, your
input is needed.

Please send your support questions and code patches to:

    support@taskwarrior.org

Consider joining taskwarrior.org and participating in the future of taskwarrior.

---

taskwarrior is released under the MIT license. For details check the LICENSE
file.
Description
No description provided
Readme MIT 40 MiB
2.6-dev Latest
2026-01-28 20:05:37 +01:00
Languages
C++ 62.8%
Python 33.3%
Shell 2.2%
CMake 0.8%
Vim Script 0.5%
Other 0.4%