[Pkg-owncloud-commits] [php-sabre-vobject] branch master updated (1d2c417 -> 53a59cd)

David Prévot taffit at moszumanska.debian.org
Tue Sep 23 03:10:49 UTC 2014


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

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

      from  1d2c417   Update changelog for 3.3.1-1 release
      adds  d6459e6   Updating RSVP status when a reply comes in.
      adds  cded08e   Typo
      adds  4ed1d44   added getScheduleStatus() method
      adds  9cd4e62   updated changelog
      adds  908f319   Merge pull request #118 from DominikTo/get-schedule-status
      adds  282819e   Support for detecting significant changes in iTip objects.
      adds  0a25ccb   PHP 5.3
      adds  7b93224   Support for SCHEDULE-FORCE-SEND
      adds  d1ae21c   When a parameter value contains +, quote the value.
      adds  31127f2   Updated changelog.
      adds  7df1c14   Don't generate REPLY messages for events that have been CANCELLED.
      adds  dc99f91   thnx @dominikTo
      adds  9086722   We're validating RELATED but it should have been RELATED-TO.
      adds  15fe6ba   SUMMARY in scheduling messages. #123
      adds  3ba403c   using getValue()
      adds  6893bcd   updated changelog
      adds  15bf238   Merge pull request #124 from fruux/itip-summary
      adds  89d161b   scheduleStatus() returns just the status code
      adds  65924b9   Merge branch '3.3' of github.com:fruux/sabre-vobject into 3.3
      adds  79c8e18   ATTACH is a URI value, unless it's specified as BINARY. We had it the other way around.
      adds  55a3718   Added test for first instance EXDATE issue
      adds  4ca75fa   typo
      adds  d1d81a2   Merge branch 'recurrence-exdate-issue' of https://github.com/DominikTo/sabre-vobject into DominikTo-recurrence-exdate-issue
      adds  ee6931d   Test cleanup. #131
      adds  c191225   Throw exception when there are no recurrence instances.
      adds  d45850b   check a̲l̲l̲ control chars from RFC5545 §3.3.11. (below \x80, anyway)
      adds  ab10781   Merge pull request #136 from mirabilos/fix-repairing-control-chars
      adds  1884a45   reject vcards in icalendar splitter
      adds  34d60cb   reject non-vcard data in vcard splitter
      adds  1a52170   ParseException instead of InvalidArgumentException
      adds  0f01cd1   Exception wording
      adds  b78c9cd   Merge pull request #133 from DominikTo/splitter-patch
      adds  8c8c86d   Updated changelog.
      adds  7ec8b58   No longer generate another DECLINE when an attendee deletes an already declined event.
      adds  ce6dc1a   Send CANCEL messages when ORGANIZER property gets deleted.
      adds  814003a   Unittests
      adds  2a5c49e   Set release date.
      adds  8f2f7b9   Imported Upstream version 3.3.2
       new  ee64842   Merge tag 'upstream/3.3.2'
       new  872f80d   Simplify DEP-8 handling
       new  09807b8   Bump standards version to 3.9.6
       new  53a59cd   Update changelog for 3.3.2-1 release

The 4 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:
 ChangeLog.md                                       |  22 ++
 debian/changelog                                   |  30 ++
 debian/control                                     |   3 +-
 debian/tests/control                               |   4 +-
 debian/tests/phpcs                                 |   2 -
 debian/tests/phpunit                               |   3 -
 lib/Component/VCalendar.php                        |   2 +-
 lib/Component/VEvent.php                           |   2 +-
 lib/Component/VJournal.php                         |   2 +-
 lib/Component/VTodo.php                            |   2 +-
 lib/ITip/Broker.php                                | 145 +++++++-
 lib/ITip/Message.php                               |  39 +++
 lib/Parameter.php                                  |  18 +-
 lib/Property.php                                   |   2 +-
 lib/Recur/EventIterator.php                        |   3 +
 lib/Recur/NoInstancesException.php                 |  18 +
 lib/Splitter/ICalendar.php                         |   4 +
 lib/Splitter/VCard.php                             |   5 +
 lib/StringUtil.php                                 |   2 +-
 lib/Version.php                                    |   2 +-
 tests/VObject/ICalendar/AttachParseTest.php        |  31 ++
 tests/VObject/ITip/BrokerAttendeeReplyTest.php     | 220 ++++++++++++
 tests/VObject/ITip/BrokerDeleteEventTest.php       |  44 ++-
 tests/VObject/ITip/BrokerNewEventTest.php          |  66 +++-
 tests/VObject/ITip/BrokerProcessReplyTest.php      |  46 +++
 tests/VObject/ITip/BrokerUpdateEventTest.php       | 372 ++++++++++++++++++++-
 tests/VObject/ITip/MessageTest.php                 |  32 ++
 tests/VObject/JCalTest.php                         |  11 +-
 tests/VObject/ParameterTest.php                    |  14 +
 tests/VObject/Parser/JsonTest.php                  |   2 +-
 tests/VObject/PropertyTest.php                     |  23 ++
 .../Recur/EventIterator/NoInstancesTest.php        |  40 +++
 tests/VObject/Splitter/ICalendarTest.php           |  19 ++
 tests/VObject/Splitter/VCardTest.php               |  36 ++
 34 files changed, 1221 insertions(+), 45 deletions(-)
 delete mode 100755 debian/tests/phpcs
 delete mode 100755 debian/tests/phpunit
 create mode 100644 lib/Recur/NoInstancesException.php
 create mode 100644 tests/VObject/ICalendar/AttachParseTest.php
 create mode 100644 tests/VObject/ITip/MessageTest.php
 create mode 100644 tests/VObject/Recur/EventIterator/NoInstancesTest.php

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list