[Pkg-owncloud-commits] [php-sabre-vobject] branch upstream updated (5c347d3 -> 8f2f7b9)
David Prévot
taffit at moszumanska.debian.org
Tue Sep 23 03:10:20 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to branch upstream
in repository php-sabre-vobject.
from 5c347d3 Imported Upstream version 3.3.1
new d6459e6 Updating RSVP status when a reply comes in.
new cded08e Typo
new 4ed1d44 added getScheduleStatus() method
new 9cd4e62 updated changelog
new 908f319 Merge pull request #118 from DominikTo/get-schedule-status
new 282819e Support for detecting significant changes in iTip objects.
new 0a25ccb PHP 5.3
new 7b93224 Support for SCHEDULE-FORCE-SEND
new d1ae21c When a parameter value contains +, quote the value.
new 31127f2 Updated changelog.
new 7df1c14 Don't generate REPLY messages for events that have been CANCELLED.
new dc99f91 thnx @dominikTo
new 9086722 We're validating RELATED but it should have been RELATED-TO.
new 15fe6ba SUMMARY in scheduling messages. #123
new 3ba403c using getValue()
new 6893bcd updated changelog
new 15bf238 Merge pull request #124 from fruux/itip-summary
new 89d161b scheduleStatus() returns just the status code
new 65924b9 Merge branch '3.3' of github.com:fruux/sabre-vobject into 3.3
new 79c8e18 ATTACH is a URI value, unless it's specified as BINARY. We had it the other way around.
new 55a3718 Added test for first instance EXDATE issue
new 4ca75fa typo
new d1d81a2 Merge branch 'recurrence-exdate-issue' of https://github.com/DominikTo/sabre-vobject into DominikTo-recurrence-exdate-issue
new ee6931d Test cleanup. #131
new c191225 Throw exception when there are no recurrence instances.
new d45850b check a̲l̲l̲ control chars from RFC5545 §3.3.11. (below \x80, anyway)
new ab10781 Merge pull request #136 from mirabilos/fix-repairing-control-chars
new 1884a45 reject vcards in icalendar splitter
new 34d60cb reject non-vcard data in vcard splitter
new 1a52170 ParseException instead of InvalidArgumentException
new 0f01cd1 Exception wording
new b78c9cd Merge pull request #133 from DominikTo/splitter-patch
new 8c8c86d Updated changelog.
new 7ec8b58 No longer generate another DECLINE when an attendee deletes an already declined event.
new ce6dc1a Send CANCEL messages when ORGANIZER property gets deleted.
new 814003a Unittests
new 2a5c49e Set release date.
new 8f2f7b9 Imported Upstream version 3.3.2
The 38 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 ++
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 ++
29 files changed, 1188 insertions(+), 36 deletions(-)
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