[Pkg-owncloud-commits] [php-sabre-vobject] branch master updated (f35b455 -> a531788)

David Prévot taffit at moszumanska.debian.org
Fri Nov 28 22:27:07 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  f35b455   Update changelog for 3.3.3-1 release
       new  9b55b9d   Added utility for easily checking vobject equivalence.
       new  98d3426   Simpler way to check UTF-8.
       new  52c60ba   Merge pull request #156 from Hywan/string_utils
       new  08e8b7f   Allowing 'reference timezones' for freebusy reports and other places.
       new  0951c59   Reference timezone to expander and recurrence iterator.
       new  ce70a88   Testing reference timezone in recurrence expansion.
       new  e6c72b7   Updated changelog and bumped version.
       new  86a6d9b   Support for converting ANNIVERSARY
       new  151d53e   PHP 5.3
       new  20ae0ac   Missing space.
       new  680a274   select() all group properties without specifying the name
       new  686303e   Support for multiple anniversaries in a vCard
       new  36f13b7   remove unneeded whitespace
       new  7d55c2b   Merge pull request #154 from fruux/anniversary
       new  c5a7b9f   Merge branch '3.3' of github.com:fruux/sabre-vobject into 3.3
       new  af31051   Merge branch '3.3' into freebusy-tz
       new  c265c28   Updated changelog.
       new  d133646   Updated changelog.
       new  221e570   Typo
       new  23e7647   Tests for Property\ICalendar\DateTime
       new  45bc18d   Reference timezone testing in freebusy generator.
       new  2fa83e0   Keep forgetting PHP 5.3
       new  eb27990   Another PHP 5.3 issue.
       new  9b61b8f   Merge pull request #159 from fruux/freebusy-tz
       new  71ce91c   Added getTimeZone to VTIMEZONE components.
       new  a798e6a   Typo. #163
       new  8ddc2c9   A few more unittests.
       new  e7cbc59   Preparing for a release.
       new  52b2e7f   Imported Upstream version 3.3.4
       new  4fcbc79   Merge tag 'upstream/3.3.4'
       new  1864cb7   Use php-symfony-class-loader instead of php-symfony-classloader
       new  a531788   Update changelog for 3.3.4-1 release

The 32 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                                       |  17 ++
 debian/changelog                                   |  19 ++
 debian/control                                     |   2 +-
 debian/tests/control                               |   2 +-
 lib/Component.php                                  |  10 +-
 lib/Component/VCalendar.php                        |  23 +-
 lib/Component/VTimeZone.php                        |  16 +-
 lib/DateTimeParser.php                             |  43 ++--
 lib/FreeBusyGenerator.php                          |  41 +++-
 lib/ITip/Broker.php                                |   4 +
 lib/Property/ICalendar/DateTime.php                |  36 +--
 lib/Recur/EventIterator.php                        |  52 ++++-
 lib/Recur/RRuleIterator.php                        |   6 +-
 lib/StringUtil.php                                 |   9 +-
 lib/VCardConverter.php                             | 137 +++++++-----
 lib/Version.php                                    |   2 +-
 tests/VObject/Component/VCalendarTest.php          |  56 ++++-
 tests/VObject/Component/VTimeZoneTest.php          |  25 ++-
 tests/VObject/FreeBusyGeneratorTest.php            | 245 +++++++++++++++------
 tests/VObject/ITip/BrokerAttendeeReplyTest.php     | 145 ++++++++++++
 tests/VObject/Parser/MimeDirTest.php               |  21 ++
 tests/VObject/Property/ICalendar/DateTimeTest.php  |  39 +++-
 .../Recur/EventIterator/IncorrectExpandTest.php    |   1 -
 .../Recur/EventIterator/MissingOverriddenTest.php  |   1 -
 tests/VObject/TestCase.php                         |  50 +++++
 tests/VObject/VCardConverterTest.php               | 199 +++++++++++------
 26 files changed, 945 insertions(+), 256 deletions(-)
 create mode 100644 tests/VObject/Parser/MimeDirTest.php
 create mode 100644 tests/VObject/TestCase.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