[Pkg-owncloud-commits] [php-sabredav] branch master updated (d83e37c -> 9bd3719)

David Prévot taffit at moszumanska.debian.org
Fri Nov 28 22:47:46 UTC 2014


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

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

      from  d83e37c   Update changelog for 2.1.0~alpha2-1 release
       new  c3217f7   Removing hhvm nightly.
       new  2dc96f2   Adding the zip dependency versions.
       new  c50044d   Swapped table names by accident.
       new  45c2679   Fix for #541
       new  329531e   More hardcoded table names #541
       new  6c6b874   Updated changelog, bumped version.
       new  78a1af5   #550 Don't select a shared calendar as schedule-default-calendar-URL, unit tests
       new  f1cb621   Merge pull request #553 from armin-hackmann/2.1
       new  f6be169   Updated changelog
       new  6b0555a   IScheduleObject is now also a ICalendar object.
       new  4881c44   Add a test for expand() with floating date-time
       new  e4752e5   typo, thanks @dominikTo
       new  fbc02ec   calendar-timezone support for calendar-query and calendar-multiget.
       new  0b3bcf7   calendar-timezone support in free-busy-query REPORT
       new  b363dec   Support for calendar-timezone in scheduling freebusy request.
       new  1e31c0a   Updated changelog.
       new  e608d49   Merge pull request #555 from fruux/floating-times-reports
       new  e0290e7   Merge branch '2.1' of github.com:fruux/sabre-dav into 2.1
       new  3f9b7ef   Only marking iCalendar objects as modified when they generate scheduling messags.
       new  1187bc1   Updated changelog.
       new  13b29ae   Support REDIRECT_REMOTE_USER.
       new  b9e23af   Going to release this version as stable.
       new  3b6f976   Depending on a stable vobject again.
       new  68888e0   Updated changelog.
       new  e09e276   Test for EmailAddressSet
       new  39574e4   Added CalendarRoot for forward compatbility.
       new  c77de87   Bumped version.
       new  520dcd2   Using class_alias instead.
       new  74e2701   Ensuring that the sync-token field gets initialized with a value.
       new  a6fc446   Merge branch '2.0' into 2.1
       new  9f9db43   Ensuring that the sync-token field gets initialized with a value.
       new  c611c26   Merge branch '2.0' of github.com:fruux/sabre-dav into 2.0
       new  2690536   Merge branch '2.0' into 2.1
       new  0f192d4   Release date set.
       new  60fcd59   IMipHandler did not strip mailto: frome email addresses.
       new  bf94308   Adding sync-token back to the ics generator.
       new  8e7b566   Several issues fixed in the migration process.
       new  e977b95   Prepping for a release.
       new  0a1b57d   Imported Upstream version 2.1.1
       new  a6d462b   Merge tag 'upstream/2.1.1'
       new  8145fae   Use php-symfony-class-loader instead of php-symfony-classloader
       new  9bd3719   Update changelog for 2.1.1-1 release

The 42 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                                        |   3 -
 ChangeLog.md                                       |  39 +++++
 bin/migrateto20.php                                |   4 +-
 bin/migrateto21.php                                |  23 +--
 composer.json                                      |   2 +-
 debian/changelog                                   |  25 +++
 debian/control                                     |   2 +-
 debian/tests/control                               |   2 +-
 lib/CalDAV/Backend/PDO.php                         |   8 +-
 lib/CalDAV/CalendarRootNode.php                    |   2 +
 lib/CalDAV/ICSExportPlugin.php                     |   1 +
 lib/CalDAV/Plugin.php                              | 109 ++++++++++---
 lib/CalDAV/Schedule/IMipPlugin.php                 |  11 +-
 lib/CalDAV/Schedule/ISchedulingObject.php          |   2 +-
 lib/CalDAV/Schedule/Plugin.php                     |  27 +++-
 lib/CalDAV/Schedule/SchedulingObject.php           | 116 +-------------
 lib/DAV/Auth/Backend/Apache.php                    |   3 +
 lib/DAV/Version.php                                |   2 +-
 .../Sabre/CalDAV/ExpandEventsFloatingTimeTest.php  | 170 +++++++++++++++++++++
 tests/Sabre/CalDAV/FreeBusyReportTest.php          |  29 +++-
 .../Sabre/CalDAV/Property/EmailAddressSetTest.php  |  43 ++++++
 .../Sabre/CalDAV/Schedule/FreeBusyRequestTest.php  |   3 +-
 tests/Sabre/CalDAV/Schedule/IMipPluginTest.php     |  46 +++++-
 .../Sabre/CalDAV/Schedule/PluginPropertiesTest.php |  17 +++
 ... => PluginPropertiesWithSharedCalendarTest.php} |  29 +++-
 tests/Sabre/DAV/Auth/Backend/ApacheTest.php        |  21 ++-
 26 files changed, 551 insertions(+), 188 deletions(-)
 create mode 100644 tests/Sabre/CalDAV/ExpandEventsFloatingTimeTest.php
 create mode 100644 tests/Sabre/CalDAV/Property/EmailAddressSetTest.php
 copy tests/Sabre/CalDAV/Schedule/{PluginPropertiesTest.php => PluginPropertiesWithSharedCalendarTest.php} (67%)

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