[Pkg-owncloud-commits] [php-sabre-vobject] branch master updated (4b9f717 -> fff1946)

David Prévot taffit at moszumanska.debian.org
Thu Apr 7 01:41:26 UTC 2016


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  4b9f717   Update changelog for 4.0.3-1 release
       new  0300489   We haven't used phpcs in a bit. Removing
       new  debb0b2   Useless var
       new  adcc2aa   Make sure that travis ignores the error on hhvm
       new  3919e59   Add `RECURRENCE-ID` to the first event in the series.
       new  ee2c033   Merge pull request #310 from fruux/fix-306-b
       new  3843882   Added test case for #306.
       new  8955a22   Merge pull request #311 from fruux/fix-306-c
       new  b193a7a   Updated changelog for #306
       new  a5acd54   Merge branch '3.5'
       new  b08d1ce   Updated changelog, bumped version
       new  73c3d9d   Better error message on validating N, ADR
       new  fa2697c   Engrish
       new  b6ec842   Corrected error level for validating N, ADR
       new  78fdbb7   Cache composer artifacts while travis builds
       new  4a6d79a   Merge pull request #313 from staabm/patch-2
       new  b676be9   incorrect work with timezone without event master
       new  403f3aa   Merge branch 'undefined_timezona_after_parseEventInfo' of https://github.com/vkomrakov-sugar/sabre-vobject into vkomrakov-sugar-undefined_timezona_after_parseEventInfo
       new  f775d2d   Alternative fix for #312. Extract the timezone, even when there's no master event.
       new  031cd48   updated changelog for #312.
       new  b81d993   Improved repair for default properties.
       new  c650b70   Moved our PHPUnit helper into the public API.
       new  4838839   Next version will be 4.1.
       new  4987fee   Switched to a name that's a bit more like the rest of PHPUnit
       new  c20acd7   A better error message for unsupported VALUE parameters.
       new  5b92c27   Releasing 3.5.1
       new  8899c0e   Merge branch '3.5'
       new  34720b9   Imported Upstream version 4.1.0
       new  acdfd08   Merge tag 'upstream/4.1.0'
       new  cb8fea3   Update Standards-Version to 3.9.8
       new  f11905c   Remove phpcs tests
       new  fff1946   Update changelog for 4.1.0-1 release

The 31 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                                        |  6 +-
 CHANGELOG.md                                       | 29 +++++++-
 debian/changelog                                   | 16 +++++
 debian/control                                     |  3 +-
 debian/rules                                       |  1 -
 debian/tests/control                               |  3 -
 lib/Component.php                                  |  1 +
 lib/Document.php                                   |  6 +-
 lib/ITip/Broker.php                                | 25 +++++--
 .../TestCase.php => lib/PHPUnitAssertions.php      | 15 ++++-
 lib/Property/Text.php                              |  4 +-
 lib/Recur/EventIterator.php                        | 13 +---
 lib/Version.php                                    |  2 +-
 tests/VObject/BirthdayCalendarGeneratorTest.php    | 28 ++++----
 tests/VObject/Component/VCalendarTest.php          |  7 +-
 tests/VObject/FreeBusyGeneratorTest.php            |  6 +-
 tests/VObject/ITip/BrokerProcessReplyTest.php      | 61 +++++++++++++++++
 tests/VObject/ITip/BrokerTester.php                |  8 ++-
 ...erTimezoneInParseEventInfoWithoutMasterTest.php | 77 ++++++++++++++++++++++
 tests/VObject/Parser/XmlTest.php                   |  9 +--
 tests/VObject/Property/ICalendar/RecurTest.php     |  9 +--
 .../EventIterator/ExpandFloatingTimesTest.php      | 11 ++--
 .../Recur/EventIterator/IncorrectExpandTest.php    |  8 ++-
 .../Recur/EventIterator/MaxInstancesTest.php       |  3 +-
 .../Recur/EventIterator/MissingOverriddenTest.php  |  8 ++-
 .../Recur/EventIterator/OverrideFirstEventTest.php |  9 +--
 tests/VObject/VCardConverterTest.php               | 34 +++++-----
 tests/phpcs/ruleset.xml                            | 57 ----------------
 28 files changed, 310 insertions(+), 149 deletions(-)
 rename tests/VObject/TestCase.php => lib/PHPUnitAssertions.php (82%)
 create mode 100644 tests/VObject/ITip/BrokerTimezoneInParseEventInfoWithoutMasterTest.php
 delete mode 100644 tests/phpcs/ruleset.xml

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



More information about the Pkg-owncloud-commits mailing list