The branch "caldav" has been updated. The following is a summary of the commits.
from: 24b272196b6a521a2791ad74513a687450ae96cd 160fa4c Use BSD license to match Sabre. b5928a2 Visibility fixed in next release. 899cbbd Merge future additions from upstream. cecf9df Add Horde_Dav_Client. b6cb50e [jan] Use Horde_Dav for accessing remote calendars. ----------------------------------------------------------------------- commit 160fa4c3bba3277175dd940ce88d2a7354fda2ea Author: Jan Schneider <[email protected]> Date: Thu Mar 21 11:24:55 2013 +0100 Use BSD license to match Sabre. framework/Dav/doc/Horde/Dav/COPYING | 458 ----------------------------------- framework/Dav/doc/Horde/Dav/LICENSE | 24 ++ framework/Dav/package.xml | 6 +- 3 files changed, 27 insertions(+), 461 deletions(-) delete mode 100644 framework/Dav/doc/Horde/Dav/COPYING create mode 100644 framework/Dav/doc/Horde/Dav/LICENSE http://git.horde.org/horde-git/-/commit/160fa4c3bba3277175dd940ce88d2a7354fda2ea ----------------------------------------------------------------------- commit b5928a2f2a20768fc10b4ae31b65a863fc72fd93 Author: Jan Schneider <[email protected]> Date: Thu Mar 21 13:50:35 2013 +0100 Visibility fixed in next release. framework/Dav/vendor/sabre/dav/lib/Sabre/DAV/Client.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/b5928a2f2a20768fc10b4ae31b65a863fc72fd93 ----------------------------------------------------------------------- commit 899cbbd23bc431a3c9abb252189cf61a7215a779 Author: Jan Schneider <[email protected]> Date: Thu Mar 21 15:59:08 2013 +0100 Merge future additions from upstream. .../dav/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php | 48 +++++ 1 files changed, 48 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/899cbbd23bc431a3c9abb252189cf61a7215a779 ----------------------------------------------------------------------- commit cecf9df1f69c9b6650f4b0bf0d0b810ed96b005c Author: Jan Schneider <[email protected]> Date: Thu Mar 21 16:01:34 2013 +0100 Add Horde_Dav_Client. framework/Dav/lib/Horde/Dav/Client.php | 152 +++++++++++++++++++++++++++++ framework/Dav/lib/Horde/Dav/Exception.php | 24 +++++ framework/Dav/package.xml | 12 ++- 3 files changed, 184 insertions(+), 4 deletions(-) create mode 100644 framework/Dav/lib/Horde/Dav/Client.php create mode 100644 framework/Dav/lib/Horde/Dav/Exception.php http://git.horde.org/horde-git/-/commit/cecf9df1f69c9b6650f4b0bf0d0b810ed96b005c ----------------------------------------------------------------------- commit b6cb50ebda9e07d16ed53d0bc53a3294b00d0ebe Author: Jan Schneider <[email protected]> Date: Thu Mar 21 16:10:41 2013 +0100 [jan] Use Horde_Dav for accessing remote calendars. kronolith/docs/CHANGES | 1 + kronolith/lib/Driver/Ical.php | 179 ++++++++++++++++++++--------------------- kronolith/package.xml | 9 ++ 3 files changed, 97 insertions(+), 92 deletions(-) http://git.horde.org/horde-git/-/commit/b6cb50ebda9e07d16ed53d0bc53a3294b00d0ebe -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
