The branch "develop" has been updated. The following is a summary of the commits.
from: 2995dab860b6de24e4ac446a319e446231d5a317 5187392 Send all task completion/incompletion requests through a single controller. 6b19b4d Don't make the log out link the most prominent link in the mobile display ----------------------------------------------------------------------- commit 51873929b59c15af674092baa534201fee363db1 Author: Chuck Hagenbuch <[email protected]> Date: Sat Nov 12 15:22:18 2011 -0500 Send all task completion/incompletion requests through a single controller. This handles both regular interface requests and AJAX JSON requests. nag/app/controllers/Complete.php | 41 --------------------------- nag/app/controllers/CompleteTask.php | 50 ++++++++++++++++++++++++++++++++++ nag/config/routes.php | 5 +-- nag/js/mobile.js | 1 + nag/lib/Block/Summary.php | 2 +- nag/lib/Task.php | 2 +- nag/mobile-view.php | 8 ----- nag/mobile.php | 2 +- nag/task.php | 39 +------------------------- nag/templates/view/task.inc | 4 +- nag/view.php | 2 +- 11 files changed, 60 insertions(+), 96 deletions(-) delete mode 100644 nag/app/controllers/Complete.php create mode 100644 nag/app/controllers/CompleteTask.php http://git.horde.org/horde-git/-/commit/51873929b59c15af674092baa534201fee363db1 ----------------------------------------------------------------------- commit 6b19b4dd9197c1d6177ad77520194a82ed0f04db Author: Chuck Hagenbuch <[email protected]> Date: Sat Nov 12 15:25:48 2011 -0500 Don't make the log out link the most prominent link in the mobile display nag/mobile.php | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/6b19b4dd9197c1d6177ad77520194a82ed0f04db __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
