[commits] Horde branch FRAMEWORK_5_2 updated. e12e4e7c5beaf39bb3f65c6a91e4b242a428c87f
Jan Schneider
jan at horde.org
Thu Mar 19 14:57:31 UTC 2015
The branch "FRAMEWORK_5_2" has been updated.
The following is a summary of the commits.
from: 698933e20e0df966a0c61e46d11e50698b8e05e4
3a8da6d Don't restrict to recur start/end.
284d73a Start refactoring handling of exceptions/recurrence during save.
3fcde83 Use new Kronolith_Icalendar_Handler for data.php too.
09d7654 Add missing files.
eedd77e Use Kronolith_Icalendar_Handler in Kronolith_Api::import.
66912b3 Perform this check in the handler.
a72b73b Catch exception.
ff8467e No need to filter by start/end here either.
e12e4e7 [mjr] Fix creating recurrence exceptions from CalDAV clients.
Summary: http://github.com/horde/horde/compare/698933e20e0df966a0c61e46d11e50698b8e05e4...e12e4e7c5beaf39bb3f65c6a91e4b242a428c87f
-----------------------------------------------------------------------
commit 3a8da6d9e9b8f6197573d56e0d09d37dea054ffc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Mar 17 20:08:51 2015 -0400
Don't restrict to recur start/end.
This isn't necessary since any event with the same
baseid will match anyway.
kronolith/lib/Event.php | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/3a8da6d9e9b8f6197573d56e0d09d37dea054ffc
-----------------------------------------------------------------------
commit 284d73a27a26e9edb31fe14888a9c233d0efcc04
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Mar 18 00:07:10 2015 -0400
Start refactoring handling of exceptions/recurrence during save.
This commit extracts commons iCal related code and wraps dav specific logic.
(Hopefully) fixes Bug: 13898 and Bug: 13815.
Still need to refactor other places we deal with exceptions.
Conflicts:
kronolith/package.xml
kronolith/lib/Application.php | 60 +++--------------------------------------
kronolith/lib/Event.php | 14 ---------
kronolith/package.xml | 10 ++++++-
3 files changed, 13 insertions(+), 71 deletions(-)
http://github.com/horde/horde/commit/284d73a27a26e9edb31fe14888a9c233d0efcc04
-----------------------------------------------------------------------
commit 3fcde836fa74f671a793d61a359d1aee96ed39a5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Mar 18 00:29:49 2015 -0400
Use new Kronolith_Icalendar_Handler for data.php too.
kronolith/data.php | 40 ++++++++++++++++++----------------------
1 files changed, 18 insertions(+), 22 deletions(-)
http://github.com/horde/horde/commit/3fcde836fa74f671a793d61a359d1aee96ed39a5
-----------------------------------------------------------------------
commit 09d76545f68dcb6928b3fe03fbf20ddc853d9ca7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Mar 18 00:38:32 2015 -0400
Add missing files.
kronolith/lib/Icalendar/Handler/Base.php | 141 ++++++++++++++++++++++++++++
kronolith/lib/Icalendar/Handler/Dav.php | 150 ++++++++++++++++++++++++++++++
2 files changed, 291 insertions(+), 0 deletions(-)
create mode 100644 kronolith/lib/Icalendar/Handler/Base.php
create mode 100644 kronolith/lib/Icalendar/Handler/Dav.php
http://github.com/horde/horde/commit/09d76545f68dcb6928b3fe03fbf20ddc853d9ca7
-----------------------------------------------------------------------
commit eedd77ed439d484fd64703dbc95f952d591cd53b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Mar 18 00:43:48 2015 -0400
Use Kronolith_Icalendar_Handler in Kronolith_Api::import.
kronolith/lib/Api.php | 29 ++---------------------------
1 files changed, 2 insertions(+), 27 deletions(-)
http://github.com/horde/horde/commit/eedd77ed439d484fd64703dbc95f952d591cd53b
-----------------------------------------------------------------------
commit 66912b32363f5ee19416866a45d09c3f1b189531
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Mar 18 00:45:34 2015 -0400
Perform this check in the handler.
kronolith/lib/Api.php | 4 ----
kronolith/lib/Icalendar/Handler/Base.php | 7 ++++++-
2 files changed, 6 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/66912b32363f5ee19416866a45d09c3f1b189531
-----------------------------------------------------------------------
commit a72b73b7ebd674f5a66b960319e29261de0221d1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Mar 18 00:47:31 2015 -0400
Catch exception.
kronolith/data.php | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/a72b73b7ebd674f5a66b960319e29261de0221d1
-----------------------------------------------------------------------
commit ff8467edbc3d7bf074c1ff78ab7595b8a9d9706d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Mar 18 12:53:32 2015 -0400
No need to filter by start/end here either.
kronolith/lib/Event.php | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/ff8467edbc3d7bf074c1ff78ab7595b8a9d9706d
-----------------------------------------------------------------------
commit e12e4e7c5beaf39bb3f65c6a91e4b242a428c87f
Author: Jan Schneider <jan at horde.org>
Date: Thu Mar 19 15:57:21 2015 +0100
[mjr] Fix creating recurrence exceptions from CalDAV clients.
kronolith/docs/CHANGES | 1 +
kronolith/package.xml | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/e12e4e7c5beaf39bb3f65c6a91e4b242a428c87f
More information about the commits
mailing list