A web app to manage tasks with dependencies between them
Emmanuel BENOîT
a9035d5be6
Moving a subtask to its grandparent, or making a task a sub-task of one of its siblings, didn't work as expected. While the icons were being updated correctly, the task didn't appear in the right location. That was because, while the cached structure was being updated, the task itself wasn't. |
||
---|---|---|
arse@90e09c35cd | ||
database | ||
includes | ||
site | ||
.gitignore | ||
.gitmodules | ||
database.sql | ||
README |
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, 6) Copy/rename site/.htaccess.sample to site/.htaccess, 7) Update the rewrite rules in site/.htaccess as necessary. Ideally, only the site/ directory should be available through the web server.