[Pkg-owncloud-commits] [php-sabre-vobject] branch upstream updated (3b4d4fb -> 35c365f)

David Prévot taffit at moszumanska.debian.org
Sat Sep 5 16:44:03 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  3b4d4fb   Imported Upstream version 4.0.0~alpha1
      adds  3e4480b   Updating changelog for next tag.
      adds  87009d5   Maybe we'll get less errors here.
      adds  a738153   Added new mexican timezone
      adds  8619f79   Added getBirthdayEvent method for VCards
      adds  caadb36   Added BirthdayCalendarGenerator
      adds  66c2468   Rely on converter instead of duplicating X-APPLE-OMIT-YEAR handling
      adds  d67f9ab   Properly using params
      adds  b2a44c6   Fixed docblock
      adds  b05b356   Support for formatting
      adds  130f362   cs fixes
      adds  cc13ef0   Adding a property for dates with unknown year
      adds  0253228   Using VALUE=DATE
      adds  b9c364f   Timezone is now no longer needed
      adds  a5bf96f   Added DEFAULT_YEAR constant
      adds  2a62379   Added a few more tests
      adds  c9129dc   Merge branch 'master' into birthday-event
      adds  0d1e240   Merge pull request #239 from fruux/birthday-event
      adds  87c6a50   Fixed CHANGELOG
      adds  402e62a   Merge branch 'master' of github.com:fruux/sabre-vobject
      adds  57383ae   add test for isInTimeRange()
      adds  7e0b7f2   passing timezone of timeRange request to EventIterator and actually setting given timezone in EventIterator
      adds  d1a3ddb   Merge pull request #250 from armin-hackmann/master-fix-isInTimeRange-recurring-allDay-events
      adds  6bd2166   Updated changelog
      adds  20a7cc5   Added duplicate merger.
      adds  25711e0   BirthdayCalendarGenerator now skips cards without FN
      adds  01a5d40   Updated changelog
      adds  8661bf8   Less expensive test first
      adds  c0893ce   Merge pull request #251 from fruux/DominikTo/patch-01
      adds  32dd00c   Merge branch 'master' of github.com:fruux/sabre-vobject
      adds  8815afc   Tnx @staabm
      adds  c2606c5   Updated changelog, bumped version.
      adds  b42d829   Merge branch '3.4'
      adds  662fe47   Added isInTimeRange test for NoInstancesException case
      adds  9a48c45   Handle NoInstancesException in isInTimeRange()
      adds  9704c28   Updated changelog
      adds  62d9d01   Merge pull request #253 from fruux/DominikTo/isInTimeRange-NoInstancesException
      adds  5a01188   Added isInTimeRange test for NoInstancesException case
      adds  f04cafb   Handle NoInstancesException in isInTimeRange()
      adds  82b7378   Removed test that doesn't work in 3.4 branch
      adds  9816217   Updated changelog, bumped version.
      adds  65ab8a1   Merge branch '3.4'
      adds  4fc6674   Added BirthdayCalendarGeneratorTest for empty BDAY properties
      adds  0f9e370   BirthdayCalendarGenerator skips cards with empty BDAY props
      adds  b2b471d   Merge pull request #252 from fruux/DominikTo/EmptyBDAYProperty
      adds  a949a23   Test for undefined index issue
      adds  54c97f9   Merge pull request #254 from fruux/DominikTo/undefined-index
      adds  55a7814   Now throwing an exception for issue #254.
      adds  7b36905   Releasing sabre/vobject 3.4.7
      adds  2b3aac6   Merge branch '3.4'
       new  35c365f   Imported Upstream version 4.0.0~alpha2

The 1 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                                     |   2 +
 CHANGELOG.md                                    |  28 ++
 bin/fetch_windows_zones.php                     |   6 +-
 bin/mergeduplicates.php                         | 184 ++++++++
 lib/BirthdayCalendarGenerator.php               | 191 +++++++++
 lib/Component/VEvent.php                        |  15 +-
 lib/Parser/MimeDir.php                          |   3 +
 lib/Recur/EventIterator.php                     |   2 +-
 lib/Version.php                                 |   2 +-
 lib/timezonedata/windowszones.php               |   5 +-
 tests/VObject/BirthdayCalendarGeneratorTest.php | 538 ++++++++++++++++++++++++
 tests/VObject/Component/VEventTest.php          |  12 +
 tests/VObject/IssueUndefinedIndexTest.php       |  30 ++
 13 files changed, 1012 insertions(+), 6 deletions(-)
 create mode 100755 bin/mergeduplicates.php
 create mode 100644 lib/BirthdayCalendarGenerator.php
 create mode 100644 tests/VObject/BirthdayCalendarGeneratorTest.php
 create mode 100644 tests/VObject/IssueUndefinedIndexTest.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