[Pkg-owncloud-commits] [php-sabredav] 50/163: Merge pull request #429 from fruux/property-refactor
David Prévot
taffit at moszumanska.debian.org
Tue May 20 18:54:53 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag upstream/2.0.0_beta1
in repository php-sabredav.
commit df819dc0a20949014871e5bcb32e9a76ac624038
Merge: 313e7f1 f066cc8
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Tue Apr 8 17:36:51 2014 -0400
Merge pull request #429 from fruux/property-refactor
Property refactor
.gitignore | 35 +-
lib/Sabre/CalDAV/Backend/AbstractBackend.php | 42 +--
lib/Sabre/CalDAV/Backend/BackendInterface.php | 40 +--
lib/Sabre/CalDAV/Backend/PDO.php | 223 ++++---------
lib/Sabre/CalDAV/Backend/SubscriptionSupport.php | 42 +--
lib/Sabre/CalDAV/Calendar.php | 19 +-
lib/Sabre/CalDAV/SharingPlugin.php | 37 +--
lib/Sabre/CalDAV/Subscriptions/Subscription.php | 46 +--
lib/Sabre/CardDAV/AddressBook.php | 46 +--
lib/Sabre/CardDAV/Backend/BackendInterface.php | 21 +-
lib/Sabre/CardDAV/Backend/PDO.php | 90 +++---
lib/Sabre/CardDAV/Plugin.php | 53 ++-
lib/Sabre/DAV/CorePlugin.php | 64 +++-
lib/Sabre/DAV/FSExt/Node.php | 41 ++-
lib/Sabre/DAV/IProperties.php | 41 +--
lib/Sabre/DAV/PropPatch.php | 344 ++++++++++++++++++++
lib/Sabre/DAV/Server.php | 121 ++-----
lib/Sabre/DAV/Tree.php | 6 +-
lib/Sabre/DAVACL/Plugin.php | 60 ++--
lib/Sabre/DAVACL/Principal.php | 22 +-
.../DAVACL/PrincipalBackend/BackendInterface.php | 54 +---
lib/Sabre/DAVACL/PrincipalBackend/PDO.php | 111 ++-----
tests/Sabre/CalDAV/Backend/AbstractPDOTest.php | 53 +--
tests/Sabre/CalDAV/Backend/AbstractTest.php | 10 +-
tests/Sabre/CalDAV/Backend/Mock.php | 42 ---
.../CalDAV/Backend/MockSubscriptionSupport.php | 51 +--
tests/Sabre/CalDAV/CalendarTest.php | 9 +-
tests/Sabre/CalDAV/SharingPluginTest.php | 12 +-
.../CalDAV/Subscriptions/SubscriptionTest.php | 7 +-
.../CalDAV/UserCalendarsSharedCalendarsTest.php | 1 -
tests/Sabre/CalDAV/UserCalendarsTest.php | 1 -
tests/Sabre/CardDAV/AddressBookTest.php | 9 +-
tests/Sabre/CardDAV/Backend/AbstractPDOTest.php | 22 +-
tests/Sabre/CardDAV/Backend/Mock.php | 30 +-
tests/Sabre/CardDAV/PluginTest.php | 10 +-
tests/Sabre/DAV/FSExt/NodeTest.php | 35 +-
tests/Sabre/DAV/HTTPPreferParsingTest.php | 9 +-
tests/Sabre/DAV/Mock/PropertiesCollection.php | 96 ++++++
tests/Sabre/DAV/PropPatchTest.php | 357 +++++++++++++++++++++
.../Sabre/DAV/Property/SupportedReportSetTest.php | 2 -
tests/Sabre/DAV/ServerPluginTest.php | 1 -
tests/Sabre/DAV/ServerPreconditionTest.php | 20 --
tests/Sabre/DAV/ServerPropsInfiniteDepthTest.php | 214 ------------
tests/Sabre/DAV/ServerPropsTest.php | 76 +----
tests/Sabre/DAV/ServerSimpleTest.php | 5 -
tests/Sabre/DAV/ServerUpdatePropertiesTest.php | 51 ++-
tests/Sabre/DAV/TreeTest.php | 21 +-
tests/Sabre/DAVACL/ExpandPropertiesTest.php | 59 +---
tests/Sabre/DAVACL/PluginUpdatePropertiesTest.php | 24 +-
.../DAVACL/PrincipalBackend/AbstractPDOTest.php | 28 +-
tests/Sabre/DAVACL/PrincipalBackend/Mock.php | 71 ++--
tests/Sabre/DAVACL/PrincipalTest.php | 8 +-
tests/Sabre/DAVServerTest.php | 1 +
53 files changed, 1503 insertions(+), 1390 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