[Pkg-owncloud-commits] [php-sabredav] branch 1.8 updated (aba72de -> c79b9e6)
David Prévot
taffit at moszumanska.debian.org
Tue Mar 31 22:25:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to branch 1.8
in repository php-sabredav.
from aba72de Update changelog for 1.8.10-2 release
new 5b4e0ad Update watch file
new b288922 Use php-symfony-class-loader instead of php-symfony-classloader
adds 0400870 Optimized a bunch of column types in the mysql example.
adds e2e2871 Bumped version.
adds 738e92a Set the release date. This is the final release.
adds 70911e2 vobject note.
adds 01fcf3f Merge branch '1.7' into 1.8
adds 05d9ec4 Testing sabredav 1.8 with vobject 3.3.0
adds 79c3292 Ensuring tests pass for vobject 3.3.0
adds ae817b7 Disabling this test for the moment.
adds 0886846 PHP 5.6 should no longer be optional for sabredav 1.8
adds d3ced8e Lets see if we can add vobject 3 to the build matrix like this.
adds 1d65e5b Missing fi;
adds 1fecd14 Space
adds 247be97 missing e.
adds 240b986 Merge branch '1.8' of github.com:fruux/sabre-dav into 1.8
adds c8ca4c2 Only accept HTTP and HTTPS as protocol
adds d144fd8 Fix unit test
adds 601b561 Merge pull request #516 from LukasReschke/only-redirect-to-http-and-https
adds 80b8cbd Updated changelog.
adds 4a5c8fd Releasing 1.8.11
adds 350d34d vobject 2.1.6
adds c9c7bee Don't test vobject anymore in this branch.
adds 453d51f Testing with --prefer-lowest.
adds 0620515 We must use composer update, instead of composer install for this.
adds 64fe7d2 PHP 5.6 is not allowed to fail.
adds 30f29b4 Added --prefer-source
adds e6aa636 Merge branch '1.7' into 1.8
adds ed2e7fe Hoping these work.
adds 77eb8dd Revert "Hoping these work."
adds bfeb480 double env: key.
adds fd23cfa Happy new year!
adds 4910462 Support empty usernames and passwords in basic auth. Fixes #568
adds 29d8594 Bumped versions, updated changelog.
adds 78b0a55 Preparing for a 1.8 release.
new 334bea1 Imported Upstream version 1.8.12
new 2a6dba9 Merge tag 'upstream/1.8.12' into 1.8
new 55032f8 Drop patches applied upstream
new c748b05 Drop now useless patch
new b8593d9 Update copyright
new 602674b Provide homemade autoload.php
new ac59f19 Install naturalselection and sabredav CLIs
new f6d45ec naturalselection.1: tfix
new c79b9e6 Update changelog for 1.8.12-1 release
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 17 ++-
ChangeLog | 13 +-
LICENSE | 2 +-
debian/autoload.php.tpl | 22 +++
debian/changelog | 17 +++
debian/clean | 2 +-
debian/control | 15 +-
debian/copyright | 5 +-
debian/install | 5 +-
debian/links | 2 +
debian/manpages | 2 +
...ssLoader-from-Symfony-instead-of-autoload.patch | 32 ----
.../patches/0001-Use-homemade-autoload.php.patch | 167 +++++++++++++++++++++
...stall-sabredav.php-in-usr-share-php-Sabre.patch | 17 +++
...ip-failing-tests-starting-with-PHP-5.5.10.patch | 36 -----
...03-Only-accept-HTTP-and-HTTPS-as-protocol.patch | 26 ----
debian/patches/0003-tfix-threshold.patch | 84 +++++++++++
debian/patches/0004-Fix-unit-test.patch | 102 -------------
debian/patches/0004-tfix-selection.patch | 23 +++
.../Use-installed-class-for-DEP-8-tests.patch | 21 +--
debian/patches/series | 8 +-
debian/rules | 35 ++++-
debian/sabredav.1.in | 5 +
debian/tests/control | 2 +-
debian/tests/phpunit | 4 +-
debian/watch | 6 +-
examples/sql/mysql.addressbook.sql | 2 +-
examples/sql/mysql.calendars.sql | 14 +-
examples/sql/mysql.locks.sql | 6 +-
lib/Sabre/CalDAV/Backend/AbstractBackend.php | 2 +-
lib/Sabre/CalDAV/Backend/BackendInterface.php | 2 +-
lib/Sabre/CalDAV/Backend/NotificationSupport.php | 2 +-
lib/Sabre/CalDAV/Backend/PDO.php | 2 +-
lib/Sabre/CalDAV/Backend/SharingSupport.php | 2 +-
lib/Sabre/CalDAV/Calendar.php | 2 +-
lib/Sabre/CalDAV/CalendarObject.php | 2 +-
lib/Sabre/CalDAV/CalendarQueryParser.php | 2 +-
lib/Sabre/CalDAV/CalendarQueryValidator.php | 2 +-
lib/Sabre/CalDAV/CalendarRootNode.php | 2 +-
.../CalDAV/Exception/InvalidComponentType.php | 2 +-
lib/Sabre/CalDAV/ICSExportPlugin.php | 2 +-
lib/Sabre/CalDAV/ICalendar.php | 2 +-
lib/Sabre/CalDAV/ICalendarObject.php | 2 +-
lib/Sabre/CalDAV/IShareableCalendar.php | 2 +-
lib/Sabre/CalDAV/ISharedCalendar.php | 2 +-
lib/Sabre/CalDAV/Notifications/Collection.php | 2 +-
lib/Sabre/CalDAV/Notifications/ICollection.php | 2 +-
lib/Sabre/CalDAV/Notifications/INode.php | 2 +-
.../CalDAV/Notifications/INotificationType.php | 2 +-
lib/Sabre/CalDAV/Notifications/Node.php | 2 +-
.../CalDAV/Notifications/Notification/Invite.php | 2 +-
.../Notifications/Notification/InviteReply.php | 2 +-
.../Notifications/Notification/SystemStatus.php | 2 +-
lib/Sabre/CalDAV/Plugin.php | 2 +-
lib/Sabre/CalDAV/Principal/Collection.php | 2 +-
lib/Sabre/CalDAV/Principal/IProxyRead.php | 2 +-
lib/Sabre/CalDAV/Principal/IProxyWrite.php | 2 +-
lib/Sabre/CalDAV/Principal/ProxyRead.php | 2 +-
lib/Sabre/CalDAV/Principal/ProxyWrite.php | 2 +-
lib/Sabre/CalDAV/Principal/User.php | 2 +-
lib/Sabre/CalDAV/Property/AllowedSharingModes.php | 2 +-
lib/Sabre/CalDAV/Property/Invite.php | 2 +-
.../CalDAV/Property/ScheduleCalendarTransp.php | 2 +-
.../Property/SupportedCalendarComponentSet.php | 2 +-
.../CalDAV/Property/SupportedCalendarData.php | 2 +-
.../CalDAV/Property/SupportedCollationSet.php | 2 +-
lib/Sabre/CalDAV/Schedule/IMip.php | 2 +-
lib/Sabre/CalDAV/Schedule/IOutbox.php | 2 +-
lib/Sabre/CalDAV/Schedule/Outbox.php | 2 +-
lib/Sabre/CalDAV/ShareableCalendar.php | 2 +-
lib/Sabre/CalDAV/SharedCalendar.php | 2 +-
lib/Sabre/CalDAV/SharingPlugin.php | 2 +-
lib/Sabre/CalDAV/UserCalendars.php | 2 +-
lib/Sabre/CalDAV/Version.php | 2 +-
lib/Sabre/CardDAV/AddressBook.php | 2 +-
lib/Sabre/CardDAV/AddressBookQueryParser.php | 2 +-
lib/Sabre/CardDAV/AddressBookRoot.php | 2 +-
lib/Sabre/CardDAV/Backend/AbstractBackend.php | 2 +-
lib/Sabre/CardDAV/Backend/BackendInterface.php | 2 +-
lib/Sabre/CardDAV/Backend/PDO.php | 2 +-
lib/Sabre/CardDAV/Card.php | 2 +-
lib/Sabre/CardDAV/IAddressBook.php | 2 +-
lib/Sabre/CardDAV/ICard.php | 2 +-
lib/Sabre/CardDAV/IDirectory.php | 2 +-
lib/Sabre/CardDAV/Plugin.php | 2 +-
.../CardDAV/Property/SupportedAddressData.php | 2 +-
lib/Sabre/CardDAV/UserAddressBooks.php | 2 +-
lib/Sabre/CardDAV/VCFExportPlugin.php | 2 +-
lib/Sabre/CardDAV/Version.php | 2 +-
lib/Sabre/DAV/Auth/Backend/AbstractBasic.php | 2 +-
lib/Sabre/DAV/Auth/Backend/AbstractDigest.php | 2 +-
lib/Sabre/DAV/Auth/Backend/Apache.php | 2 +-
lib/Sabre/DAV/Auth/Backend/BackendInterface.php | 2 +-
lib/Sabre/DAV/Auth/Backend/File.php | 2 +-
lib/Sabre/DAV/Auth/Backend/PDO.php | 2 +-
lib/Sabre/DAV/Auth/Plugin.php | 2 +-
lib/Sabre/DAV/Browser/GuessContentType.php | 2 +-
lib/Sabre/DAV/Browser/MapGetToPropFind.php | 2 +-
lib/Sabre/DAV/Browser/Plugin.php | 4 +-
lib/Sabre/DAV/Client.php | 4 +-
lib/Sabre/DAV/Collection.php | 2 +-
lib/Sabre/DAV/Exception.php | 2 +-
lib/Sabre/DAV/Exception/BadRequest.php | 2 +-
lib/Sabre/DAV/Exception/Conflict.php | 2 +-
lib/Sabre/DAV/Exception/ConflictingLock.php | 2 +-
lib/Sabre/DAV/Exception/FileNotFound.php | 2 +-
lib/Sabre/DAV/Exception/Forbidden.php | 2 +-
lib/Sabre/DAV/Exception/InsufficientStorage.php | 2 +-
lib/Sabre/DAV/Exception/InvalidResourceType.php | 2 +-
lib/Sabre/DAV/Exception/LengthRequired.php | 2 +-
.../DAV/Exception/LockTokenMatchesRequestUri.php | 2 +-
lib/Sabre/DAV/Exception/Locked.php | 2 +-
lib/Sabre/DAV/Exception/MethodNotAllowed.php | 2 +-
lib/Sabre/DAV/Exception/NotAuthenticated.php | 2 +-
lib/Sabre/DAV/Exception/NotFound.php | 2 +-
lib/Sabre/DAV/Exception/NotImplemented.php | 2 +-
lib/Sabre/DAV/Exception/PaymentRequired.php | 2 +-
lib/Sabre/DAV/Exception/PreconditionFailed.php | 2 +-
lib/Sabre/DAV/Exception/ReportNotSupported.php | 2 +-
.../DAV/Exception/RequestedRangeNotSatisfiable.php | 2 +-
lib/Sabre/DAV/Exception/ServiceUnavailable.php | 2 +-
lib/Sabre/DAV/Exception/UnsupportedMediaType.php | 2 +-
lib/Sabre/DAV/FS/Directory.php | 2 +-
lib/Sabre/DAV/FS/File.php | 2 +-
lib/Sabre/DAV/FS/Node.php | 2 +-
lib/Sabre/DAV/FSExt/Directory.php | 2 +-
lib/Sabre/DAV/FSExt/File.php | 2 +-
lib/Sabre/DAV/FSExt/Node.php | 2 +-
lib/Sabre/DAV/File.php | 2 +-
lib/Sabre/DAV/ICollection.php | 2 +-
lib/Sabre/DAV/IExtendedCollection.php | 2 +-
lib/Sabre/DAV/IFile.php | 2 +-
lib/Sabre/DAV/INode.php | 2 +-
lib/Sabre/DAV/IProperties.php | 2 +-
lib/Sabre/DAV/IQuota.php | 2 +-
lib/Sabre/DAV/Locks/Backend/AbstractBackend.php | 2 +-
lib/Sabre/DAV/Locks/Backend/BackendInterface.php | 2 +-
lib/Sabre/DAV/Locks/Backend/FS.php | 2 +-
lib/Sabre/DAV/Locks/Backend/File.php | 2 +-
lib/Sabre/DAV/Locks/Backend/PDO.php | 2 +-
lib/Sabre/DAV/Locks/LockInfo.php | 2 +-
lib/Sabre/DAV/Locks/Plugin.php | 2 +-
lib/Sabre/DAV/Mount/Plugin.php | 2 +-
lib/Sabre/DAV/Node.php | 2 +-
lib/Sabre/DAV/ObjectTree.php | 2 +-
lib/Sabre/DAV/PartialUpdate/IFile.php | 2 +-
lib/Sabre/DAV/PartialUpdate/IPatchSupport.php | 2 +-
lib/Sabre/DAV/PartialUpdate/Plugin.php | 2 +-
lib/Sabre/DAV/Property.php | 2 +-
lib/Sabre/DAV/Property/GetLastModified.php | 2 +-
lib/Sabre/DAV/Property/Href.php | 2 +-
lib/Sabre/DAV/Property/HrefList.php | 2 +-
lib/Sabre/DAV/Property/IHref.php | 2 +-
lib/Sabre/DAV/Property/LockDiscovery.php | 2 +-
lib/Sabre/DAV/Property/ResourceType.php | 2 +-
lib/Sabre/DAV/Property/Response.php | 2 +-
lib/Sabre/DAV/Property/ResponseList.php | 2 +-
lib/Sabre/DAV/Property/SupportedLock.php | 2 +-
lib/Sabre/DAV/Property/SupportedReportSet.php | 2 +-
lib/Sabre/DAV/PropertyInterface.php | 2 +-
lib/Sabre/DAV/Server.php | 2 +-
lib/Sabre/DAV/ServerPlugin.php | 2 +-
lib/Sabre/DAV/SimpleCollection.php | 2 +-
lib/Sabre/DAV/SimpleFile.php | 2 +-
lib/Sabre/DAV/StringUtil.php | 2 +-
lib/Sabre/DAV/TemporaryFileFilterPlugin.php | 2 +-
lib/Sabre/DAV/Tree.php | 2 +-
lib/Sabre/DAV/Tree/Filesystem.php | 2 +-
lib/Sabre/DAV/URLUtil.php | 2 +-
lib/Sabre/DAV/UUIDUtil.php | 2 +-
lib/Sabre/DAV/Version.php | 4 +-
lib/Sabre/DAV/XMLUtil.php | 2 +-
lib/Sabre/DAVACL/AbstractPrincipalCollection.php | 2 +-
lib/Sabre/DAVACL/Exception/AceConflict.php | 2 +-
lib/Sabre/DAVACL/Exception/NeedPrivileges.php | 2 +-
lib/Sabre/DAVACL/Exception/NoAbstract.php | 2 +-
.../DAVACL/Exception/NotRecognizedPrincipal.php | 2 +-
.../DAVACL/Exception/NotSupportedPrivilege.php | 2 +-
lib/Sabre/DAVACL/IACL.php | 2 +-
lib/Sabre/DAVACL/IPrincipal.php | 2 +-
lib/Sabre/DAVACL/IPrincipalCollection.php | 2 +-
lib/Sabre/DAVACL/Plugin.php | 2 +-
lib/Sabre/DAVACL/Principal.php | 2 +-
.../DAVACL/PrincipalBackend/AbstractBackend.php | 2 +-
.../DAVACL/PrincipalBackend/BackendInterface.php | 2 +-
lib/Sabre/DAVACL/PrincipalBackend/PDO.php | 2 +-
lib/Sabre/DAVACL/PrincipalCollection.php | 2 +-
lib/Sabre/DAVACL/Property/Acl.php | 2 +-
lib/Sabre/DAVACL/Property/AclRestrictions.php | 2 +-
.../DAVACL/Property/CurrentUserPrivilegeSet.php | 2 +-
lib/Sabre/DAVACL/Property/Principal.php | 2 +-
.../DAVACL/Property/SupportedPrivilegeSet.php | 2 +-
lib/Sabre/DAVACL/Version.php | 2 +-
lib/Sabre/HTTP/AWSAuth.php | 2 +-
lib/Sabre/HTTP/AbstractAuth.php | 2 +-
lib/Sabre/HTTP/BasicAuth.php | 4 +-
lib/Sabre/HTTP/DigestAuth.php | 2 +-
lib/Sabre/HTTP/Request.php | 2 +-
lib/Sabre/HTTP/Response.php | 2 +-
lib/Sabre/HTTP/Util.php | 2 +-
lib/Sabre/HTTP/Version.php | 4 +-
lib/Sabre/autoload.php | 2 +-
tests/Sabre/CalDAV/Backend/AbstractPDOTest.php | 4 +-
tests/Sabre/CalDAV/CalendarQueryValidatorTest.php | 44 +++---
.../CalDAV/ExpandEventsDTSTARTandDTENDTest.php | 2 +-
.../ExpandEventsDTSTARTandDTENDbyDayTest.php | 2 +-
.../Sabre/CalDAV/ExpandEventsDoubleEventsTest.php | 2 +-
tests/Sabre/CalDAV/GetEventsByTimerangeTest.php | 2 +-
tests/Sabre/CalDAV/Issue203Test.php | 2 +-
tests/Sabre/CalDAV/Issue205Test.php | 2 +-
tests/Sabre/CalDAV/Issue211Test.php | 2 +-
tests/Sabre/CalDAV/Issue220Test.php | 2 +-
tests/Sabre/CalDAV/Issue228Test.php | 2 +-
tests/Sabre/CalDAV/Schedule/IMip/Mock.php | 2 +-
tests/Sabre/DAV/ClientTest.php | 26 +++-
tests/Sabre/DAV/HttpDeleteTest.php | 2 +-
tests/Sabre/DAV/HttpPutTest.php | 2 +-
tests/Sabre/DAV/Mock/Collection.php | 2 +-
tests/Sabre/DAV/Mock/File.php | 2 +-
tests/Sabre/DAVServerTest.php | 2 +-
tests/Sabre/HTTP/BasicAuthTest.php | 20 +++
tests/composer.vobject3.json | 2 +-
tests/phpunit.xml | 3 -
223 files changed, 709 insertions(+), 468 deletions(-)
create mode 100644 debian/autoload.php.tpl
create mode 100644 debian/links
create mode 100644 debian/manpages
delete mode 100644 debian/patches/0001-Use-ClassLoader-from-Symfony-instead-of-autoload.patch
create mode 100644 debian/patches/0001-Use-homemade-autoload.php.patch
create mode 100644 debian/patches/0002-Install-sabredav.php-in-usr-share-php-Sabre.patch
delete mode 100644 debian/patches/0002-Skip-failing-tests-starting-with-PHP-5.5.10.patch
delete mode 100644 debian/patches/0003-Only-accept-HTTP-and-HTTPS-as-protocol.patch
create mode 100644 debian/patches/0003-tfix-threshold.patch
delete mode 100644 debian/patches/0004-Fix-unit-test.patch
create mode 100644 debian/patches/0004-tfix-selection.patch
create mode 100644 debian/sabredav.1.in
--
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