The branch "caldav" has been updated. The following is a summary of the commits.
from: b9236820cea2761b5b8c0ece890d1a426e4a206a 1b80a10 Throw Horde_Exception_NotFound. 620b817 Add CardDAV support. 4ac13f1 Remove outdated file. ff21d66 We don't need no custom root node classes. ----------------------------------------------------------------------- commit 1b80a101cad45364f840ea5f62152cbc44c4efc7 Author: Jan Schneider <[email protected]> Date: Wed May 1 16:12:08 2013 +0200 Throw Horde_Exception_NotFound. turba/contact.php | 4 ++-- turba/delete.php | 4 ++-- turba/deletefile.php | 4 ++-- turba/edit.php | 4 ++-- turba/lib/Ajax/Application/Handler/Smartmobile.php | 3 ++- turba/lib/Api.php | 8 ++++++-- turba/lib/Application.php | 1 + turba/lib/Driver.php | 7 +++++-- turba/lib/Form/AddContact.php | 3 ++- turba/lib/List.php | 3 ++- turba/lib/Object/Group.php | 5 +++-- turba/lib/View/Browse.php | 14 +++++++------- turba/merge.php | 2 +- turba/vcard.php | 4 ++-- 14 files changed, 39 insertions(+), 27 deletions(-) http://git.horde.org/horde-git/-/commit/1b80a101cad45364f840ea5f62152cbc44c4efc7 ----------------------------------------------------------------------- commit 620b817da16569a967e729ced2c0dec561af9c4c Author: Jan Schneider <[email protected]> Date: Wed May 1 16:24:06 2013 +0200 Add CardDAV support. framework/Dav/lib/Horde/Dav/Contacts/Backend.php | 217 ++++++++++++++++++++ framework/Dav/lib/Horde/Dav/Contacts/RootNode.php | 49 +++++ framework/Dav/package.xml | 10 +- framework/Rpc/lib/Horde/Rpc/Webdav.php | 8 +- turba/lib/Application.php | 227 +++++++++++++++++++++ turba/lib/Driver.php | 9 +- 6 files changed, 516 insertions(+), 4 deletions(-) create mode 100644 framework/Dav/lib/Horde/Dav/Contacts/Backend.php create mode 100644 framework/Dav/lib/Horde/Dav/Contacts/RootNode.php http://git.horde.org/horde-git/-/commit/620b817da16569a967e729ced2c0dec561af9c4c ----------------------------------------------------------------------- commit 4ac13f1064e73bbe19b541d859eada975e0d4be5 Author: Jan Schneider <[email protected]> Date: Wed May 1 16:24:47 2013 +0200 Remove outdated file. framework/Rpc/lib/Horde/Rpc/Webdav2.php | 60 ------------------------------- 1 files changed, 0 insertions(+), 60 deletions(-) delete mode 100644 framework/Rpc/lib/Horde/Rpc/Webdav2.php http://git.horde.org/horde-git/-/commit/4ac13f1064e73bbe19b541d859eada975e0d4be5 ----------------------------------------------------------------------- commit ff21d660a1cdbeb503802aa2db03d111a1484396 Author: Jan Schneider <[email protected]> Date: Wed May 1 16:28:10 2013 +0200 We don't need no custom root node classes. framework/Dav/lib/Horde/Dav/Calendar/RootNode.php | 49 --------------------- framework/Dav/lib/Horde/Dav/Contacts/RootNode.php | 49 --------------------- framework/Dav/package.xml | 6 +-- framework/Rpc/lib/Horde/Rpc/Webdav.php | 4 +- 4 files changed, 3 insertions(+), 105 deletions(-) delete mode 100644 framework/Dav/lib/Horde/Dav/Calendar/RootNode.php delete mode 100644 framework/Dav/lib/Horde/Dav/Contacts/RootNode.php http://git.horde.org/horde-git/-/commit/ff21d660a1cdbeb503802aa2db03d111a1484396 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
