Native PHP5 code for Nag.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 27 Jan 2011 21:51:59 +0000 (16:51 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 27 Jan 2011 21:53:33 +0000 (16:53 -0500)
commit7153a4bf59bf720ca92b99c21daf7bc362f7f3fc
tree3e289be795db13f0213b8e363011eff5e269946d
parent5a4e83c1e408192f34fe5a7a77a693143801198c
Native PHP5 code for Nag.

Only thing not touched is the Kolab driver code, as Gunnar indicated
they all need to be rewritten.
29 files changed:
nag/data.php
nag/lib/Api.php
nag/lib/Application.php
nag/lib/Block/summary.php
nag/lib/Driver.php
nag/lib/Driver/Sql.php
nag/lib/Form/CreateTaskList.php [new file with mode: 0644]
nag/lib/Form/DeleteTaskList.php [new file with mode: 0644]
nag/lib/Form/EditTaskList.php [new file with mode: 0644]
nag/lib/Form/Renderer/Task.php [new file with mode: 0644]
nag/lib/Form/Type/NagAlarm.php [new file with mode: 0644]
nag/lib/Form/Type/NagDue.php [new file with mode: 0644]
nag/lib/Form/Type/NagMethod.php [new file with mode: 0644]
nag/lib/Form/Type/NagStart.php [new file with mode: 0644]
nag/lib/Form/task.php [new file with mode: 0644]
nag/lib/Forms/CreateTaskList.php [deleted file]
nag/lib/Forms/DeleteTaskList.php [deleted file]
nag/lib/Forms/EditTaskList.php [deleted file]
nag/lib/Forms/task.php [deleted file]
nag/lib/Nag.php
nag/lib/Task.php
nag/lib/Ui/VarRenderer/Nag.php
nag/list.php
nag/mobile.php
nag/quick.php
nag/scripts/import_vtodos.php
nag/task.php
nag/tasks/index.php
nag/view.php