[Pkg-owncloud-commits] [php-sabre-vobject] branch upstream updated (6a375d9 -> 702401b)

David Prévot taffit at moszumanska.debian.org
Mon Jul 21 19:19:15 UTC 2014


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  6a375d9   Imported Upstream version 3.2.3
       new  3287abe   PHP 5.3
       new  c335f67   Bumped version.
       new  2db065e   Added phpcs.
       new  a7fc457   Fixing coding standards.
       new  655a5dd   Converting X-APPLE-OMIT-YEAR.
       new  98529b1   test for #96
       new  e6aa8c3   updated #96 test
       new  8d52dad   re-added vCard source info #96
       new  03a65de   Merge pull request #97 from DominikTo/issue96test
       new  06915fd   Added reference to issue number.
       new  254675c   Yahoo sometimes emits URLS as QUOTED-PRINTABLE.
       new  a064447   Bumped date.
       new  702401b   Imported Upstream version 3.2.4

The 13 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:
 .gitignore                                        |  1 +
 .travis.yml                                       |  2 +
 ChangeLog.md                                      |  9 ++++
 composer.json                                     |  3 +-
 lib/Sabre/VObject/Cli.php                         | 55 ++++++++++++----------
 lib/Sabre/VObject/Component.php                   | 13 ++++--
 lib/Sabre/VObject/Component/VEvent.php            |  2 +-
 lib/Sabre/VObject/DateTimeParser.php              |  6 ++-
 lib/Sabre/VObject/ElementList.php                 |  2 +-
 lib/Sabre/VObject/EofException.php                |  4 +-
 lib/Sabre/VObject/Node.php                        |  6 +--
 lib/Sabre/VObject/Parameter.php                   | 44 +++++++++--------
 lib/Sabre/VObject/ParseException.php              |  3 +-
 lib/Sabre/VObject/Parser/Json.php                 | 20 +++++---
 lib/Sabre/VObject/Parser/MimeDir.php              | 35 +++++++-------
 lib/Sabre/VObject/Property/Float.php              |  9 ++--
 lib/Sabre/VObject/Property/ICalendar/DateTime.php | 28 +++++++----
 lib/Sabre/VObject/Property/ICalendar/Period.php   |  9 ++--
 lib/Sabre/VObject/Property/Text.php               | 17 ++++---
 lib/Sabre/VObject/Property/Uri.php                |  4 +-
 lib/Sabre/VObject/Reader.php                      |  4 +-
 lib/Sabre/VObject/RecurrenceIterator.php          |  4 +-
 lib/Sabre/VObject/Splitter/ICalendar.php          |  2 +-
 lib/Sabre/VObject/Splitter/SplitterInterface.php  |  4 +-
 lib/Sabre/VObject/StringUtil.php                  |  4 +-
 lib/Sabre/VObject/TimeZoneUtil.php                |  2 +-
 lib/Sabre/VObject/UUIDUtil.php                    |  9 ++--
 lib/Sabre/VObject/VCardConverter.php              | 44 ++++++++++++++++-
 lib/Sabre/VObject/Version.php                     |  2 +-
 tests/Sabre/VObject/Issue96Test.php               | 24 ++++++++++
 tests/Sabre/VObject/VCardConverterTest.php        | 51 ++++++++++++++++++++
 tests/phpcs/ruleset.xml                           | 57 +++++++++++++++++++++++
 32 files changed, 358 insertions(+), 121 deletions(-)
 create mode 100644 tests/Sabre/VObject/Issue96Test.php
 create mode 100644 tests/phpcs/ruleset.xml

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