[Pkg-owncloud-commits] [php-sabredav] 129/148: Merge pull request #628 from fruux/refactor-mkcol

David Prévot taffit at moszumanska.debian.org
Wed Apr 15 01:37:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit c111cc4cf9d4f11e3ebcb2132eeeb3f56a8342c4
Merge: 2070b68 54808e5
Author: Evert Pot <me at evertpot.com>
Date:   Sun Apr 12 20:59:33 2015 -0400

    Merge pull request #628 from fruux/refactor-mkcol
    
    Refactoring MKCOL and extended collections

 lib/CalDAV/CalendarHome.php                        | 15 ++--
 lib/CalDAV/Plugin.php                              |  5 +-
 .../{UserAddressBooks.php => AddressBookHome.php}  | 23 +++---
 lib/CardDAV/AddressBookRoot.php                    |  2 +-
 lib/CardDAV/Plugin.php                             | 24 +++---
 lib/DAV/CorePlugin.php                             |  4 +-
 lib/DAV/IExtendedCollection.php                    | 24 +++++-
 lib/DAV/MkCol.php                                  | 73 +++++++++++++++++
 lib/DAV/PropPatch.php                              | 24 +++++-
 lib/DAV/Server.php                                 | 93 ++++++++--------------
 .../Sabre/CalDAV/CalendarHomeSubscriptionsTest.php | 10 ++-
 tests/Sabre/CalDAV/CalendarHomeTest.php            | 28 +++++--
 ...ddressBooksTest.php => AddressBookHomeTest.php} | 16 ++--
 tests/Sabre/CardDAV/AddressBookRootTest.php        |  2 +-
 14 files changed, 225 insertions(+), 118 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list