[Pkg-owncloud-commits] [php-sabredav] 38/42: Imported Upstream version 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 93d8f34971534c84e03d3231c03dd570c71afa43
Merge: e93693c 8b9db51
Author: David Prévot <taffit at debian.org>
Date:   Wed Oct 29 15:02:33 2014 -0400

    Imported Upstream version 2.1.0~alpha2

 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