[Pkg-owncloud-commits] [php-sabredav] 143/163: Merge pull request #447 from fruux/property-storage
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 c7ffe4d2f07f18eb6ce71c43bad386f51c69c051
Merge: 51991e3 f5dc36e
Author: Evert Pot <me at evertpot.com>
Date: Thu May 15 14:33:30 2014 -0400
Merge pull request #447 from fruux/property-storage
Property storage plugin
.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