[Pkg-owncloud-commits] [php-sabredav] 39/42: Merge tag 'upstream/2.1.0_alpha2'
David Prévot
taffit at moszumanska.debian.org
Wed Oct 29 20:52:08 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit c9e02d083fc9d9b29f33394c5f36dc0e20c84470
Merge: edd3a98 93d8f34
Author: David Prévot <taffit at debian.org>
Date: Wed Oct 29 15:02:51 2014 -0400
Merge tag 'upstream/2.1.0_alpha2'
Upstream version 2.1.0~alpha2
# gpg: Signature faite le mer. 29 oct. 2014 15:02:36 AST
# gpg: avec la clef RSA 058C1CF944F6BD3C
# gpg: Bonne signature de « David Prévot <david at tilapin.org> »
# gpg: alias « David Prévot <davidp at altern.org> »
# gpg: alias « David Prévot <davidp at no-log.org> »
# gpg: alias « David Prévot <taffit at debian.org> »
# gpg: Attention : cette clef n'est pas certifiée avec une signature de confiance.
# gpg: Rien n'indique que la signature appartient à son propriétaire.
# Empreinte de clef principale : AE14 AD01 426D 2BFB 82EF 7E1E B82A 217A FDFE 09F2
# Empreinte de la sous-clef : 7875 4D07 BC09 5C74 48F7 8D66 058C 1CF9 44F6 BD3C
ChangeLog.md | 29 +++-
examples/sql/mysql.calendars.sql | 0
lib/CalDAV/Backend/BackendInterface.php | 2 -
lib/CalDAV/Backend/PDO.php | 59 ++++++-
lib/CalDAV/CalendarHome.php | 50 ++++--
lib/CalDAV/CalendarObject.php | 5 +-
lib/CalDAV/CalendarQueryParser.php | 2 -
lib/CalDAV/Notifications/Plugin.php | 162 ++++++++++++++++++++
lib/CalDAV/Plugin.php | 132 +++++++---------
lib/CalDAV/Schedule/IInbox.php | 2 +-
lib/CalDAV/Schedule/ISchedulingObject.php | 2 +-
lib/CalDAV/Schedule/Plugin.php | 152 +++++++-----------
lib/CalDAV/SharedCalendar.php | 2 -
lib/CalDAV/UserCalendars.php | 2 +-
lib/CardDAV/AddressBookQueryParser.php | 2 -
lib/CardDAV/Backend/PDO.php | 11 +-
lib/DAV/Auth/Backend/BasicCallBack.php | 1 -
lib/DAV/Auth/Backend/PDO.php | 4 +-
lib/DAV/Browser/Plugin.php | 2 +-
lib/DAV/Client.php | 7 -
lib/DAV/Exception/InvalidSyncToken.php | 4 +-
lib/DAV/Locks/Backend/PDO.php | 14 +-
lib/DAV/Locks/Plugin.php | 2 -
lib/DAV/PartialUpdate/Plugin.php | 2 +-
lib/DAV/Property/GetLastModified.php | 1 -
lib/DAV/Server.php | 6 +-
lib/DAV/Tree.php | 2 +-
lib/DAV/URLUtil.php | 8 +-
lib/DAV/UUIDUtil.php | 2 +-
lib/DAV/Version.php | 2 +-
lib/DAVACL/AbstractPrincipalCollection.php | 12 +-
lib/DAVACL/Plugin.php | 5 +-
lib/DAVACL/PrincipalBackend/PDO.php | 18 ++-
tests/Sabre/CalDAV/Backend/AbstractPDOTest.php | 20 +++
tests/Sabre/CalDAV/Backend/Mock.php | 161 +------------------
tests/Sabre/CalDAV/Backend/MockSharing.php | 170 +++++++++++++++++++++
.../Sabre/CalDAV/CalendarHomeNotificationsTest.php | 53 +++++++
.../CalDAV/CalendarHomeSharedCalendarsTest.php | 2 +-
.../Sabre/CalDAV/CalendarHomeSubscriptionsTest.php | 4 +-
tests/Sabre/CalDAV/CalendarObjectTest.php | 2 +-
.../Sabre/CalDAV/Notifications/CollectionTest.php | 2 +-
tests/Sabre/CalDAV/Notifications/NodeTest.php | 2 +-
tests/Sabre/CalDAV/Notifications/PluginTest.php | 165 ++++++++++++++++++++
tests/Sabre/CalDAV/PluginTest.php | 78 ----------
.../Sabre/CalDAV/Schedule/ScheduleDeliverTest.php | 18 ++-
tests/Sabre/CalDAV/ShareableCalendarTest.php | 6 +-
tests/Sabre/CalDAV/SharedCalendarTest.php | 2 +-
tests/Sabre/DAV/Mock/File.php | 13 ++
tests/Sabre/DAV/PropertyStorage/PluginTest.php | 24 ++-
tests/Sabre/DAV/ServerEventsTest.php | 16 ++
tests/Sabre/DAVServerTest.php | 9 ++
tests/phpunit.xml | 2 +-
52 files changed, 933 insertions(+), 522 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