A web app to manage tasks with dependencies between them
Find a file
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
arse@cdb2e952f5 Item name on "new task" form 2012-02-07 09:29:20 +01:00
database Fixed sub-task handling 2012-02-15 10:48:11 +01:00
includes Fixed sub-task handling 2012-02-15 10:48:11 +01:00
site Initial sub-tasks support 2012-02-10 09:20:35 +01:00
.gitignore Initial import of tasks application 2012-02-05 18:47:04 +01:00
.gitmodules Initial import of tasks application 2012-02-05 18:47:04 +01:00
database.sql Initial sub-tasks support 2012-02-10 09:20:35 +01:00
README Initial import of tasks application 2012-02-05 18:47:04 +01:00

Requires PostgreSQL 9.0+

1) Copy/rename database/config-sample.sql to database/config.sql,
2) Set the web app's user name and the database's name in database/config.sql,
3) Run the database.sql script from psql,
4) Copy/rename includes/config-sample.inc.php to includes/config.inc.php,
5) Set user name / password in includes/config.inc.php