[Pkg-owncloud-commits] [php-sabredav] branch upstream updated (2a7914e -> fe28910)

David Prévot taffit at moszumanska.debian.org
Wed Jul 23 16:41:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a change to branch upstream
in repository php-sabredav.

      from  2a7914e   Imported Upstream version 2.0.0
       new  63a3ccc   Build script tweaks.
       new  fd9a6e4   Note about dependencies.
       new  ffda5e1   Merge branch 'master' of github.com:fruux/sabre-dav
       new  24fb741   More detail when this xml body could not parse. For hhvm testing.
       new  e8a2e51   Removing the composer self-update to see how hhvm responds.
       new  dc88f83   Even more info
       new  21a529e   This should ensure that hhvm doesn't trip over this unittest.
       new  f886369   apc is no longer a thing in modern php versions.
       new  359286c   Fatal error during PROPFIND on file with no Depth header.
       new  5e9d2e7   Bumped version, changelog
       new  ce1b61b   Don't return 404 properties on an allprops request.
       new  749711a   Set release date.
       new  45a4c81   Mistake in example. Subscription = Subscriptions.
       new  38fe570   Fix classname.
       new  bfabac0   syncing postgres sql files with mysql/sqlite
       new  a98c163   Updated changelog.
       new  712f415   thnx @armin-hackmann
       new  9a77932   Using phpunit 4.1
       new  695c268   Removed these broken and way old examples.
       new  bf9e836   Updated changelog.
       new  1505cf4   Using sabre/event 1.0.1
       new  07f41f4   Releasing today.
       new  f66ca0c   Imported Upstream version 2.0.2
       new  2368dd6   pathFilter() method is now callable
       new  210180a   Test for #474
       new  6e4843e   Invokable pathFilter() without using __call()
       new  699adb7   Updated changelog #474
       new  e061cca   This was actually a future version.
       new  d0ba5ee   Fix typo
       new  048df88   Fixed CSP policy and removed extra backslash.
       new  ce1afff   Fixed unittests for #476.
       new  8414e10   This was reported in a different github issue.
       new  c64d8d9   There were more than 1 bonus backslashes.
       new  176a045   TooMuhchMatches was broken.
       new  14d9bc7   Fixes #477.
       new  6010016   Going to release sabre/dav 2.0.3
       new  fe28910   Imported Upstream version 2.0.3

The 37 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                                        |  2 +-
 ChangeLog.md                                       | 38 ++++++++++++++++++++++
 bin/build.php                                      |  2 +-
 composer.json                                      |  3 +-
 examples/basicauth.php                             | 26 ---------------
 examples/calendarserver.php                        |  2 +-
 examples/digestauth.php                            | 25 --------------
 examples/sql/pgsql.addressbook.sql                 | 23 +++++++++++--
 examples/sql/pgsql.calendars.sql                   | 26 ++++++++++++---
 examples/sql/pgsql.locks.sql                       | 12 +++++--
 examples/sql/pgsql.principals.sql                  |  2 +-
 examples/sql/pgsql.propertystorage.sql             | 12 +++++++
 examples/sql/pgsql.users.sql                       |  3 +-
 lib/DAV/Browser/Plugin.php                         | 16 ++++-----
 .../{TooMuchMatches.php => TooManyMatches.php}     |  4 +--
 lib/DAV/IFile.php                                  |  2 +-
 lib/DAV/PropFind.php                               |  2 ++
 lib/DAV/PropertyStorage/Plugin.php                 |  9 +++--
 lib/DAV/Server.php                                 |  4 ++-
 lib/DAV/Version.php                                |  2 +-
 tests/Sabre/DAV/Browser/PluginTest.php             |  4 +--
 tests/Sabre/DAV/Exception/TooManyMatchesTest.php   | 36 ++++++++++++++++++++
 tests/Sabre/DAV/Mount/PluginTest.php               |  2 +-
 tests/Sabre/DAV/PropFindTest.php                   |  9 -----
 tests/Sabre/DAV/PropertyStorage/PluginTest.php     | 38 +++++++++++++++++++---
 tests/Sabre/DAV/ServerPropsTest.php                | 38 ++++++++++++++++------
 26 files changed, 231 insertions(+), 111 deletions(-)
 delete mode 100644 examples/basicauth.php
 delete mode 100644 examples/digestauth.php
 create mode 100644 examples/sql/pgsql.propertystorage.sql
 rename lib/DAV/Exception/{TooMuchMatches.php => TooManyMatches.php} (94%)
 create mode 100644 tests/Sabre/DAV/Exception/TooManyMatchesTest.php

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