[Pkg-owncloud-commits] [php-sabre-vobject] branch master updated (89e1ebf -> 3771073)

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:57:10 UTC 2015


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  89e1ebf   Update changelog for 3.3.5-1 release
       new  f049232   Updated changelog.
       new  52e9ec2   Merge branch 'validation-upgrades' into 3.3
       new  fa16e57   Fix double-escaping of , and ; in compound properties
       new  93e5c75   Merge pull request #182 from thomascube/2.1
       new  d6c1915   Updated changelog.
       new  f03fe38   Merge branch '2.1' into 3.3
       new  fe021e2   s/LAST-MODIFICATION/LAST-MODIFIED/g
       new  512250a   Keep floating time on Recur\EventIterator::getEventObject to correctly expand with reference timezone (if any)
       new  ef3d237   Merge pull request #188 from armin-hackmann/3.3
       new  5239256   Updated changelog.
       new  6c3d1bb   Dropped incorrect docblock.
       new  c3ebe64   Releasing 2.1.7.
       new  9c999aa   Merge branch '2.1' into 3.3
       new  e08b33a   Fixed short array syntax for PHP < 5.4
       new  97f6729   Merge pull request #195 from rickdenhaan/3.3
       new  fa70cac   Making the recurrence iterator faster on large calendars.
       new  5b473b5   Removed UID index.
       new  28210d7   We have to remove Hoa\Bench for the moment because it breaks the PHP 5.3 build.
       new  022ee31   Updated microsoft timezone listings.
       new  0873d63   Skip missing timezones in unittests.
       new  7851c99   Fix CS.
       new  9df2e6d   Fix CS.
       new  e14e75b   Create and declare the AVAILABILITY component.
       new  8bdf16d   Fix CS.
       new  5e8dd3e   Update API documentation.
       new  829b707   Add validation rules.
       new  38d589b   Add the validate rule about DTEND and DURATION.
       new  9baa901   Add tests for Section 3.1: `availabilityprop`.
       new  0b5497b   Create the AVAILABLE component.
       new  4bfbde5   Add validation rules.
       new  741e2d1   We are in PHP5.3 on this branch :-).
       new  698986d   Add tests for Section 3.1, availableprop.
       new  b8e7c5c   Declare the AVAILABLE component.
       new  775f186   Fix for PHP5.3.
       new  918d68c   Add tests for Section 3.1: `availableprop`.
       new  b8ef802   Declare the BUSYTYPE property.
       new  a8d75d2   Add tests for Section 3.2 of draft…-availability….
       new  85a2a4d   Merge pull request #202 from Hywan/vavailability
       new  bad08df   add support for milliseconds in DateTimeParser::parseVCardDateTime
       new  90c2a3c   add a bit documentation and milliseconds to parseVCardTime()
       new  e062757   discard millisecond values in DateTimeParser (if present)
       new  ed7af0b   add a bit of documentation
       new  cc1950e   Merge pull request #204 from armin-hackmann/3.3-milliseconds-in-DateTimeParser
       new  8856197   Fixes issue with #168 in Free/Busy Generator
       new  5447137   Test for recurrence rules with no valid instances
       new  9076695   Merge pull request #208 from mporcheron/3.3
       new  546148c   new test showing bug #126
       new  af31801   sort EXDATE values before adding it to $significantChangeHash probably related to #126
       new  e7e0038   make sure, to get all EXDATES in an vevent on parseEventInfo()
       new  d13f432   use existing $exdate-array for the $significantChangeHash to have them all sorted
       new  94c1cff   corrected syntax
       new  13efc2e   Merge pull request #205 from armin-hackmann/3.3-sort-exdates-for-significantChange-check
       new  c82e2c4   Updated changelog
       new  323c1cc   Merge branch '3.3' into recur-optimize
       new  f57b03d   Merge pull request #196 from fruux/recur-optimize
       new  09363e9   Going to release this as version 3.4
       new  20c72dd   Releasing today.
       new  5ffeea8   Not using CRLF constant. It's messing with the unittests.
       new  946f48f   Updated changelog, releasing this as 3.4.1.
       new  38a88f4   Imported Upstream version 3.4.1
       new  2d4dbb3   Merge tag 'upstream/3.4.1'
       new  9afe095   watch: GitHub uses https
       new  48ee68b   Provide homemade autoload.php
       new  77825d7   Install vendor and generate_vcards CLIs
       new  3771073   Update changelog for 3.4.1-1 release

The 65 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                                       |  37 ++
 bin/fetch_windows_zones.php                        |   2 +-
 bin/generate_vcards                                |  40 +--
 bin/rrulebench.php                                 |  32 ++
 debian/changelog                                   |  17 +
 debian/clean                                       |   1 +
 debian/control                                     |   4 +-
 debian/generate_vcards.1.in                        |   2 +
 debian/install                                     |   4 +-
 debian/manpages                                    |   2 +
 ...ssLoader-from-Symfony-instead-of-autoload.patch |  47 ---
 .../patches/0001-Use-homemade-autoloader.php.patch | 129 +++++++
 ...ject-Workaround-the-lack-of-PSR-4-support.patch |  27 --
 ...Loader-from-Symfony-instead-of-autoLoader.patch |  31 ++
 debian/patches/series                              |   4 +-
 debian/rules                                       |  31 +-
 debian/tests/control                               |   2 +-
 debian/vobject.1.in                                |   2 +
 debian/watch                                       |   2 +-
 lib/Component/Available.php                        | 108 ++++++
 lib/Component/VAlarm.php                           |   1 +
 lib/Component/VAvailability.php                    |  99 ++++++
 lib/Component/VCalendar.php                        |  80 +++--
 lib/Component/VCard.php                            |   1 +
 lib/Component/VEvent.php                           |   4 +-
 lib/Component/VFreeBusy.php                        |   1 +
 lib/Component/VJournal.php                         |   3 +-
 lib/Component/VTimeZone.php                        |   3 +-
 lib/Component/VTodo.php                            |   3 +-
 lib/DateTimeParser.php                             |   5 +-
 lib/FreeBusyGenerator.php                          |  14 +-
 lib/ITip/Broker.php                                |  20 +-
 lib/Recur/EventIterator.php                        |  36 +-
 lib/Version.php                                    |   2 +-
 lib/timezonedata/windowszones.php                  |   6 +-
 tests/VObject/Component/VAlarmTest.php             |   2 +-
 tests/VObject/Component/VAvailabilityTest.php      | 385 +++++++++++++++++++++
 tests/VObject/DateTimeParserTest.php               |  30 +-
 tests/VObject/FreeBusyGeneratorTest.php            |  18 +
 tests/VObject/ITip/BrokerUpdateEventTest.php       |  91 +++++
 .../EventIterator/ExpandFloatingTimesTest.php      | 119 +++++++
 tests/VObject/Recur/EventIterator/MainTest.php     |   2 +-
 tests/VObject/TimeZoneUtilTest.php                 |  13 +-
 43 files changed, 1304 insertions(+), 158 deletions(-)
 create mode 100644 bin/rrulebench.php
 create mode 100644 debian/clean
 create mode 100644 debian/generate_vcards.1.in
 create mode 100644 debian/manpages
 delete mode 100644 debian/patches/0001-Use-ClassLoader-from-Symfony-instead-of-autoload.patch
 create mode 100644 debian/patches/0001-Use-homemade-autoloader.php.patch
 delete mode 100644 debian/patches/0002-Subject-Workaround-the-lack-of-PSR-4-support.patch
 create mode 100644 debian/patches/0002-Use-ClassLoader-from-Symfony-instead-of-autoLoader.patch
 create mode 100644 debian/vobject.1.in
 create mode 100644 lib/Component/Available.php
 create mode 100644 lib/Component/VAvailability.php
 create mode 100644 tests/VObject/Component/VAvailabilityTest.php
 create mode 100644 tests/VObject/Recur/EventIterator/ExpandFloatingTimesTest.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