[Pkg-owncloud-commits] [php-sabre-vobject] branch master updated (273ab84 -> 2df8012)

David Prévot taffit at moszumanska.debian.org
Mon Jul 21 19:19:13 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  273ab84   Update changelog for 3.2.3-1 release
       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
       new  4d4c8b6   Merge tag 'upstream/3.2.4'
       new  ddc3073   Run phpcs with other tests
       new  2df8012   Update changelog for 3.2.4-1 release

The 16 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 +-
 debian/changelog                                  | 11 +++++
 debian/control                                    |  1 +
 debian/rules                                      |  1 +
 debian/tests/control                              |  3 ++
 debian/tests/phpcs                                |  2 +
 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 +++++++++++++++++++++++
 37 files changed, 376 insertions(+), 121 deletions(-)
 create mode 100755 debian/tests/phpcs
 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