[Pkg-owncloud-commits] [php-sabredav] 68/75: Merge tag 'upstream/2.2.0_alpha3'
David Prévot
taffit at moszumanska.debian.org
Thu Feb 26 18:51:55 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 b2f395fb027864db4858a253a784e9b563fa0872
Merge: 53efe6d 43741ea
Author: David Prévot <taffit at debian.org>
Date: Wed Feb 25 22:06:17 2015 -0400
Merge tag 'upstream/2.2.0_alpha3'
Upstream version 2.2.0~alpha3
# gpg: Signature faite le mer. 25 févr. 2015 22:06:06 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
.travis.yml | 4 +-
ChangeLog.md => CHANGELOG.md | 34 ++-
README.md | 4 +-
bin/build.php | 2 +-
composer.json | 5 +-
lib/CalDAV/Backend/AbstractBackend.php | 2 +-
lib/CalDAV/Backend/BackendInterface.php | 16 +-
lib/CalDAV/ICSExportPlugin.php | 19 +-
lib/DAV/Browser/Plugin.php | 17 +-
lib/DAV/FS/Directory.php | 4 +-
lib/DAV/FS/File.php | 7 +-
lib/DAV/FS/Node.php | 2 -
lib/DAV/FSExt/Directory.php | 11 +-
lib/DAV/FSExt/File.php | 16 +-
.../PropertyStorage/Backend/BackendInterface.php | 16 ++
lib/DAV/PropertyStorage/Backend/PDO.php | 31 ++-
lib/DAV/PropertyStorage/Plugin.php | 15 ++
lib/DAV/Server.php | 32 +--
lib/DAV/SimpleFile.php | 2 +-
lib/DAV/Version.php | 2 +-
lib/DAVACL/AbstractPrincipalCollection.php | 2 +-
lib/DAVACL/PrincipalBackend/AbstractBackend.php | 5 +-
lib/DAVACL/PrincipalBackend/BackendInterface.php | 3 +-
.../Sabre/CalDAV/ExpandEventsFloatingTimeTest.php | 40 ++++
tests/Sabre/DAV/Browser/PluginTest.php | 10 +
tests/Sabre/DAV/FSExt/FileTest.php | 73 +++---
tests/Sabre/DAV/FSExt/ServerTest.php | 18 +-
tests/Sabre/DAV/Locks/PluginTest.php | 9 +-
.../PropertyStorage/Backend/AbstractPDOTest.php | 17 ++
tests/Sabre/DAV/ServerRangeTest.php | 137 +++++------
tests/Sabre/DAV/ServerSimpleTest.php | 251 ++++++++++-----------
tests/Sabre/DAV/SimpleFileTest.php | 2 +-
tests/Sabre/DAVACL/PrincipalCollectionTest.php | 9 +
tests/Sabre/DAVServerTest.php | 5 +
34 files changed, 531 insertions(+), 291 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