[Pkg-owncloud-commits] [php-sabredav] 144/163: Merge branch 'master' of github.com:fruux/sabre-dav

David Prévot taffit at moszumanska.debian.org
Tue May 20 18:55:03 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 fd04e50a0123452612210c7590c4ae65a52776c5
Merge: 69aeb18 c7ffe4d
Author: Evert Pot <me at evertpot.com>
Date:   Thu May 15 14:33:41 2014 -0400

    Merge branch 'master' of github.com:fruux/sabre-dav

 .gitignore                                         |   7 ++
 examples/sql/mysql.propertystorage.sql             |   7 ++
 examples/sql/sqlite.propertystorage.sql            |   9 ++
 .../PropertyStorage/Backend/BackendInterface.php   |  48 +++++++++
 lib/DAV/PropertyStorage/Backend/PDO.php            | 107 +++++++++++++++++++++
 lib/DAV/PropertyStorage/Plugin.php                 | 106 ++++++++++++++++++++
 .../PropertyStorage/Backend/AbstractPDOTest.php    |  96 ++++++++++++++++++
 tests/Sabre/DAV/PropertyStorage/Backend/Mock.php   |  84 ++++++++++++++++
 .../DAV/PropertyStorage/Backend/PDOMysqlTest.php   |  31 ++++++
 .../DAV/PropertyStorage/Backend/PDOSqliteTest.php  |  37 +++++++
 tests/Sabre/DAV/PropertyStorage/PluginTest.php     |  58 +++++++++++
 tests/Sabre/TestUtil.php                           |   7 ++
 12 files changed, 597 insertions(+)

-- 
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