The branch "master" has been updated. The following is a summary of the commits.
from: 2dfc534510d2821c0a32f7688d927764befa05a2 853ba99 Fix variable name. 041ac8d Move alarm updating to Nag_Driver::modify(). Summary: http://github.com/horde/horde/compare/2dfc534510d2821c0a32f7688d927764befa05a2...041ac8db0cd279f3c5ddae127940c5d5bf7f0fa1 ----------------------------------------------------------------------- commit 853ba997111d530ebc46b94f8cd8b5f255973aa8 Author: Jan Schneider <[email protected]> Date: Mon Oct 14 17:56:12 2013 +0200 Fix variable name. nag/lib/CompleteTask.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/853ba997111d530ebc46b94f8cd8b5f255973aa8 http://git.horde.org/horde-git/-/commit/853ba997111d530ebc46b94f8cd8b5f255973aa8 ----------------------------------------------------------------------- commit 041ac8db0cd279f3c5ddae127940c5d5bf7f0fa1 Author: Jan Schneider <[email protected]> Date: Mon Oct 14 17:57:46 2013 +0200 Move alarm updating to Nag_Driver::modify(). If done in Nag_Task::toggleComplete(), it will get overwritten in later Nag_Task::save() calls. Added benefit: this works now correctly from *any* place where we modify the task. nag/docs/CHANGES | 1 + nag/lib/Driver.php | 23 ++++++++++++++++++++++- nag/lib/Task.php | 13 ------------- nag/package.xml | 2 ++ 4 files changed, 25 insertions(+), 14 deletions(-) http://github.com/horde/horde/commit/041ac8db0cd279f3c5ddae127940c5d5bf7f0fa1 http://git.horde.org/horde-git/-/commit/041ac8db0cd279f3c5ddae127940c5d5bf7f0fa1 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
