tasks/includes/t-items
Emmanuel BENOîT d28f5741fe Initial sub-tasks support
In addition to normal dependencies, the application now supports
sub-tasks. Sub-tasks can be added into any existing task (including
other sub-tasks, Inception-style).

Dependencies can only be added between global tasks, or between
sub-tasks of the same task. It is no longer possible to mark a task as
finished if it has incomplete sub-tasks, and conversedly, it is not
possible to reactivate a sub-task if its parent is marked as completed.

A pair of buttons allowing tasks to be moved up and down in the task
hierarachy have been added.
2012-02-10 09:20:35 +01:00
..
controllers.inc.php Initial sub-tasks support 2012-02-10 09:20:35 +01:00
fields.inc.php Initial import of tasks application 2012-02-05 18:47:04 +01:00
package.inc.php Item name on "new task" form 2012-02-07 09:29:20 +01:00
page_controllers.inc.php Added description field to items 2012-02-05 23:04:41 +01:00
pages.inc.php Initial import of tasks application 2012-02-05 18:47:04 +01:00
views.inc.php Added description field to items 2012-02-05 23:04:41 +01:00