tasks/database
Emmanuel BENOîT 2051303262 Fixed sub-task handling
The previous implementation of sub-tasks did not work as expected: it
was possible to mark sub-tasks as completed before the parent task's
dependencies were satisfied. In addition, it was impossible to retrieve
a task's path from the database without running a recursive query.

Full paths to sub-tasks added to views, since it is now possible to
obtain them.
2012-02-15 10:48:11 +01:00
..
upgrade Fixed sub-task handling 2012-02-15 10:48:11 +01:00
config-sample.sql Initial import of tasks application 2012-02-05 18:47:04 +01:00
create-tables.sql Fixed sub-task handling 2012-02-15 10:48:11 +01:00
items-functions.sql Added description field to items 2012-02-05 23:04:41 +01:00
items-tree-triggers.sql Initial import of tasks application 2012-02-05 18:47:04 +01:00
task-containers.sql Fixed sub-task handling 2012-02-15 10:48:11 +01:00
task-dependencies.sql Initial sub-tasks support 2012-02-10 09:20:35 +01:00
tasks-functions.sql Fixed sub-task handling 2012-02-15 10:48:11 +01:00
tasks-move-sub.sql Fixed sub-task handling 2012-02-15 10:48:11 +01:00
tasks-view.sql Fixed sub-task handling 2012-02-15 10:48:11 +01:00
users-functions.sql User edition 2012-02-06 10:03:11 +01:00