The branch "FRAMEWORK_5_2" has been updated. The following is a summary of the commits.
from: 0d092b2172b366eeba19eb062ed1009eed21efa0 0ded4b5 Fix subtracting alarm time (Bug #13584). 101fdd4 [jan] Fix notification and alarm issues if alarm is longer than a day (Bug #13584). Summary: http://github.com/horde/horde/compare/0d092b2172b366eeba19eb062ed1009eed21efa0...101fdd4e62941f645b7fa0f3283ef13d3696dddf ----------------------------------------------------------------------- commit 0ded4b505dc90d7a29f2242b24b48ce0601a1c0b Author: Jan Schneider <[email protected]> Date: Tue Sep 23 15:35:36 2014 +0200 Fix subtracting alarm time (Bug #13584). We only need to subtract the alarm where we set the alarm time. The start date and time for the event always keeps the same. This fixes several issues with notification text and links, and alarm messages, especially if the alarm time is longer than a day. kronolith/lib/Event.php | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/0ded4b505dc90d7a29f2242b24b48ce0601a1c0b ----------------------------------------------------------------------- commit 101fdd4e62941f645b7fa0f3283ef13d3696dddf Author: Jan Schneider <[email protected]> Date: Tue Sep 23 15:38:45 2014 +0200 [jan] Fix notification and alarm issues if alarm is longer than a day (Bug #13584). kronolith/docs/CHANGES | 2 ++ kronolith/package.xml | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/101fdd4e62941f645b7fa0f3283ef13d3696dddf -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
