The branch "master" has been updated. The following is a summary of the commits.
from: 0df69b1fd4d0c18114bdddbac5fec1ec868b06fb ef93707 Fix _listEvents() for recurrence without fixed end date. f9ecfbb Fix 'hide_exceptions' option 0e2557e Fix _listEvents() for recurrence without fixed end date. ----------------------------------------------------------------------- commit ef93707a86275bf93d7bc2ddce7573a3b5a81a0a Author: Thomas Jarosch <[email protected]> Date: Sun Aug 25 22:38:15 2013 +0200 Fix _listEvents() for recurrence without fixed end date. If we have a recurrence without a fixed end date, we have to calculate the next recurrence to see if it's outside the requested start <-> end time period. Bug 12160 Signed-off-by: Michael J Rubinsky <[email protected]> kronolith/lib/Driver/Kolab.php | 23 ++++++++++++++++------- 1 files changed, 16 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/ef93707a86275bf93d7bc2ddce7573a3b5a81a0a ----------------------------------------------------------------------- commit f9ecfbb38fbb4eef5c1abedceefb00168a624347 Author: Thomas Jarosch <[email protected]> Date: Sun Aug 25 22:44:18 2013 +0200 Fix 'hide_exceptions' option Part of bug 12160 Signed-off-by: Michael J Rubinsky <[email protected]> kronolith/lib/Driver/Kolab.php | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/f9ecfbb38fbb4eef5c1abedceefb00168a624347 ----------------------------------------------------------------------- commit 0e2557ed260eb075896ed8e326e8ff77e99b6e9a Author: Thomas Jarosch <[email protected]> Date: Sun Aug 25 23:00:19 2013 +0200 Fix _listEvents() for recurrence without fixed end date. If we have a recurrence without a fixed end date, we have to calculate the next recurrence to see if it's outside the requested start <-> end time period. Ported and adapted the fix from the Kolab driver. Bug 12160 Signed-off-by: Michael J Rubinsky <[email protected]> kronolith/lib/Driver/Horde.php | 24 +++++++++++++++++------- kronolith/lib/Driver/Ical.php | 23 ++++++++++++++++------- 2 files changed, 33 insertions(+), 14 deletions(-) http://git.horde.org/horde-git/-/commit/0e2557ed260eb075896ed8e326e8ff77e99b6e9a -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
