Initial import of tasks application
This initial import is a heavily modified version of the code I had here, as Arse was modified for other purposes in the meantime and the application no longer worked with it. In addition: * I did not import the user management part yet, * task dependencies are supported in-base, but there is no interface for that yet.
This commit is contained in:
commit
9677ad4dd3
36 changed files with 3919 additions and 0 deletions
includes/t-data
10
includes/t-data/package.inc.php
Normal file
10
includes/t-data/package.inc.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
$package[ 'requires' ][] = 'core';
|
||||
|
||||
$package[ 'files' ][] = 'item';
|
||||
$package[ 'files' ][] = 'dao_items';
|
||||
$package[ 'files' ][] = 'dao_tasks';
|
||||
|
||||
$package[ 'daos' ][] = 'items';
|
||||
$package[ 'daos' ][] = 'tasks';
|
Loading…
Add table
Add a link
Reference in a new issue