Taskwarrior - Command line Task Management taskwarrior.org https://taskwarrior.org
Find a file
Paul Beckingham 79e2c591f1 Bug #1022
- Fixed bug #1022, where dependencies were note released when a blocking task
  was completed (thanks to Arkady Grudzinsky).
- The Task object now caches ::is_blocked and ::is_blocking Booleans that are
  determined on pending.data load.
- Simplified and sped up color rule processing using cached values, reducing
  the number of map lookups, and removed loop invariants when the rules are
  not defined.
- Simplified urgency calculations given the cached values for blocked/blocking.
- On load, pending.data is scanned for accurate blocked/blocking status
  determination.
- Obsoleted and removed complex single-task dependency calculations.
- Sped up 'nag' processing by using cached values..
- Modified the 'show' command to consider color.blocking to be valid.
- Added default config value for color.blocking, and included it in the
  precedence list ahead of blocked, as it is more important.
- Updated taskrc.5 man page to include the new color.blocking rule, and its
  place in the rule precedence.
2012-07-09 01:29:51 -04:00
doc Bug #1022 2012-07-09 01:29:51 -04:00
i18n Documentation 2011-08-09 22:46:41 -04:00
package-config Package config 2012-04-03 21:25:24 +02:00
scripts Bugs 2012-07-08 10:47:01 -04:00
src Bug #1022 2012-07-09 01:29:51 -04:00
test Bug #1022 2012-07-09 01:29:51 -04:00
.gitignore Documentation 2012-04-13 00:45:18 -04:00
AUTHORS Bug #972, #1018 2012-07-08 14:24:39 -04:00
ChangeLog Bug #1022 2012-07-09 01:29:51 -04:00
cmake.h.in Fixed bugs #533 and #536 2011-09-14 01:10:52 +02:00
CMakeLists.txt Version 2012-07-04 17:19:39 -04:00
commit.h.in L10N 2011-05-28 00:02:04 -04:00
COPYING Copyright 2012-01-02 23:32:10 -05:00
DEVELOPER Documentation 2012-07-08 11:03:01 -04:00
EXPOSITION Documentation 2012-07-08 11:03:01 -04:00
INSTALL Documentation 2012-04-09 00:22:24 -04:00
LICENSE Copyright 2012-01-02 23:32:10 -05:00
NEWS Bug #1022 2012-07-09 01:29:51 -04:00
README Documentation 2012-04-09 00:22:24 -04: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.