[Pkg-owncloud-commits] [php-sabre-vobject] branch upstream updated (d9a938e -> 4774ea8)

David Prévot taffit at moszumanska.debian.org
Sat Dec 12 19:27:01 UTC 2015


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  d9a938e   Imported Upstream version 4.0.0~beta1
       new  e1ed124   ParseException should not extend InvalidDataException.
       new  c18bc8f   Updated changelog
       new  6ddbbd0   Charset in reader.
       new  32a7b92   Keyword changes.
       new  1a6c843   Moved $maxInstances to Settings::$maxRecurrences.
       new  dd2370b   Updated changelog
       new  b2f169d   Merge pull request #273 from fruux/max-instances-to-settings
       new  1020880   Automatically insert UID in VCard, VJournal and VTodo.
       new  f39a095   Default properties in sub-components now also work as expected.
       new  81a393c   Merge pull request #276 from fruux/automatic-uid
       new  e9b4c9d   vCard 4 is the new default!
       new  87d2d78   Updated changelog
       new  2fe68b8   Merge pull request #277 from fruux/vcard-4-default
       new  91060b9   Fixed composer link
       new  35c22be   Unittest to reproduce #278
       new  0764d15   VCalendar: Fix timezones stripping.
       new  61d1b39   Merge pull request #279 from Hywan/issue_278
       new  ab51e50   Fixed test. Updated changelog. #278
       new  fecabf4   Making sure generateicalendardata still works.
       new  ae0737d   A lot of small improvements
       new  bd65fae   Merge pull request #280 from jakobsack/master
       new  627df4c   Merge branch 'master' of github.com:fruux/sabre-vobject
       new  1aecfe6   Fixed an E_STRICT issue.
       new  949d7ee   Releasing 4.0
       new  14b3f01   Updated readme for version 4.
       new  4774ea8   Imported Upstream version 4.0.0

The 26 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                                       | 14 +++++
 README.md                                          | 39 +++++++-----
 bin/generateicalendardata.php                      | 14 ++---
 composer.json                                      | 27 ++++++++-
 lib/Component.php                                  | 18 +++---
 lib/Component/VCalendar.php                        |  2 +-
 lib/Component/VCard.php                            |  3 +-
 lib/Component/VJournal.php                         | 14 +++++
 lib/Component/VTodo.php                            | 14 +++++
 lib/FreeBusyGenerator.php                          |  6 +-
 lib/ITip/Broker.php                                |  2 +-
 lib/Parameter.php                                  |  2 +-
 lib/ParseException.php                             |  2 +-
 lib/Reader.php                                     |  5 +-
 lib/Recur/EventIterator.php                        | 27 ++++-----
 lib/Recur/RDateIterator.php                        |  7 +++
 lib/Settings.php                                   | 17 ++++++
 lib/VCardConverter.php                             |  3 +
 lib/Version.php                                    |  2 +-
 tests/VObject/BirthdayCalendarGeneratorTest.php    | 22 +++++++
 tests/VObject/CliTest.php                          | 12 +---
 tests/VObject/Component/VCalendarTest.php          | 32 ++++++++++
 tests/VObject/Component/VCardTest.php              |  2 +-
 tests/VObject/ComponentTest.php                    |  3 +-
 tests/VObject/DateTimeParserTest.php               |  2 -
 tests/VObject/DocumentTest.php                     |  4 +-
 tests/VObject/FreeBusyGeneratorTest.php            |  4 +-
 tests/VObject/ITip/BrokerAttendeeReplyTest.php     | 19 ++++++
 tests/VObject/ITip/BrokerDeleteEventTest.php       |  3 +
 tests/VObject/ITip/BrokerNewEventTest.php          | 55 ++++-------------
 tests/VObject/ITip/BrokerTester.php                |  2 +-
 tests/VObject/ITip/BrokerUpdateEventTest.php       |  5 ++
 tests/VObject/Issue153Test.php                     |  2 +-
 tests/VObject/Issue36WorkAroundTest.php            |  2 +-
 tests/VObject/Issue40Test.php                      |  4 +-
 tests/VObject/Issue96Test.php                      |  2 +-
 tests/VObject/IssueUndefinedIndexTest.php          |  1 -
 tests/VObject/JCalTest.php                         |  2 +-
 tests/VObject/Parser/QuotedPrintableTest.php       |  8 +--
 tests/VObject/Property/BinaryTest.php              |  2 +-
 tests/VObject/Property/TextTest.php                |  2 +-
 .../EventIterator/InfiniteLoopProblemTest.php      |  4 +-
 tests/VObject/Recur/EventIterator/Issue26Test.php  |  1 -
 tests/VObject/Recur/EventIterator/MainTest.php     | 69 +++++++++++-----------
 .../Recur/EventIterator/MaxInstancesTest.php       |  8 +--
 tests/VObject/Recur/RRuleIteratorTest.php          | 16 ++---
 tests/VObject/TestCase.php                         | 23 ++++++--
 tests/VObject/VCard21Test.php                      |  4 +-
 48 files changed, 343 insertions(+), 190 deletions(-)

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