The branch "develop" has been updated. The following is a summary of the commits.
from: d66726c1fa4ea31907db491a12147aad972b4446 218811f Get objects through the Injector if possible f1e1c17 Move saving tasks into a controller ----------------------------------------------------------------------- commit 218811f03c8b24658258004b7fc3d8189d639e12 Author: Chuck Hagenbuch <[email protected]> Date: Sat Nov 12 16:01:37 2011 -0500 Get objects through the Injector if possible nag/app/controllers/CompleteTask.php | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/218811f03c8b24658258004b7fc3d8189d639e12 ----------------------------------------------------------------------- commit f1e1c176e0c14230f5f1fbdbcaea6e65d4780ab6 Author: Chuck Hagenbuch <[email protected]> Date: Sat Nov 12 16:07:37 2011 -0500 Move saving tasks into a controller nag/app/controllers/SaveTask.php | 89 ++++++++++++++++++++++++++++++++++++++ nag/config/routes.php | 5 ++ nag/lib/Form/Task.php | 4 +- nag/task.php | 89 +------------------------------------ 4 files changed, 98 insertions(+), 89 deletions(-) create mode 100644 nag/app/controllers/SaveTask.php http://git.horde.org/horde-git/-/commit/f1e1c176e0c14230f5f1fbdbcaea6e65d4780ab6 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
