The branch "master" has been updated. The following is a summary of the commits.
from: e86a5796586fe5db310c6ec857338dcc6caae923 e6e7c20 Don't restrict to recur start/end. dbc46bc Start refactoring handling of exceptions/recurrence during save. 76a7e67 Use new Kronolith_Icalendar_Handler for data.php too. 5a7386f Add missing files. e4dde89 Use Kronolith_Icalendar_Handler in Kronolith_Api::import. 4e77e27 Perform this check in the handler. e8aa31d Catch exception. Summary: http://github.com/horde/horde/compare/e86a5796586fe5db310c6ec857338dcc6caae923...e8aa31df40e6916c6c1515e54bf3a1d94c48c1e3 ----------------------------------------------------------------------- commit e6e7c20caf82f853def3d6e29f866defac0a750a Author: Michael J Rubinsky <[email protected]> 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/e6e7c20caf82f853def3d6e29f866defac0a750a ----------------------------------------------------------------------- commit dbc46bc90b2c4cd4f1a1efc3a65756fe3012f7d3 Author: Michael J Rubinsky <[email protected]> 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. kronolith/lib/Application.php | 60 +++-------------------------------------- kronolith/lib/Event.php | 14 --------- kronolith/package.xml | 14 ++++++++- 3 files changed, 16 insertions(+), 72 deletions(-) http://github.com/horde/horde/commit/dbc46bc90b2c4cd4f1a1efc3a65756fe3012f7d3 ----------------------------------------------------------------------- commit 76a7e67dae84434da123d7794eaa1548137503b2 Author: Michael J Rubinsky <[email protected]> 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/76a7e67dae84434da123d7794eaa1548137503b2 ----------------------------------------------------------------------- commit 5a7386f9fbf6832d5ce31fcc425a95fba9cecfec Author: Michael J Rubinsky <[email protected]> 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/5a7386f9fbf6832d5ce31fcc425a95fba9cecfec ----------------------------------------------------------------------- commit e4dde893ff6d38c9fe55282f0708afeefd9eac90 Author: Michael J Rubinsky <[email protected]> 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/e4dde893ff6d38c9fe55282f0708afeefd9eac90 ----------------------------------------------------------------------- commit 4e77e27fe773a22f1e721ae18f2f4a95a85cccf0 Author: Michael J Rubinsky <[email protected]> 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/4e77e27fe773a22f1e721ae18f2f4a95a85cccf0 ----------------------------------------------------------------------- commit e8aa31df40e6916c6c1515e54bf3a1d94c48c1e3 Author: Michael J Rubinsky <[email protected]> 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/e8aa31df40e6916c6c1515e54bf3a1d94c48c1e3 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
