A web app to manage tasks with dependencies between them
Find a file
Emmanuel BENOîT ad4071b4e8 User name display
If there is a display name, it will be used in all views (task lists,
task details, comments).

Made a view for task lists, because it was cleaner and because they're
all more or less the same anyway.
2012-02-06 08:55:33 +01:00
arse@62a4d0a391 "Installer" added 2012-02-06 00:28:07 +01:00
database User name display 2012-02-06 08:55:33 +01:00
includes User name display 2012-02-06 08:55:33 +01:00
site "Blocked tasks" display 2012-02-05 22:22:16 +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 Very basic user management 2012-02-06 00:09:21 +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