[Pkg-owncloud-commits] [php-sabre-vobject] 259/341: Merge pull request #192 from Hywan/xcard

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:35:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabre-vobject.

commit d9ae72685f7c78f061be7e02189249e0412b6e6a
Merge: 3ee2b9d a995fcf
Author: Evert Pot <me at evertpot.com>
Date:   Mon Feb 9 11:37:27 2015 -0500

    Merge pull request #192 from Hywan/xcard
    
    Implement xCard support

 lib/Component/VCalendar.php          |    9 +-
 lib/Component/VCard.php              |   77 +-
 lib/DateTimeParser.php               |  201 +++-
 lib/Document.php                     |    2 +-
 lib/Parameter.php                    |    6 +-
 lib/Parser/MimeDir.php               |    3 +-
 lib/Parser/XML.php                   |  361 +++++--
 lib/Property.php                     |   10 +-
 lib/Property/ICalendar/Recur.php     |   21 +-
 lib/Property/Text.php                |   75 +-
 lib/Property/Uri.php                 |    8 +-
 lib/Property/VCard/DateAndOrTime.php |   96 +-
 lib/Property/VCard/TimeStamp.php     |   19 +-
 lib/Writer.php                       |   11 +-
 resources/schema/xcard.rng           |  388 +++++++
 tests/VObject/DateTimeParserTest.php |  270 +++++
 tests/VObject/Parser/XmlTest.php     | 1847 +++++++++++++++++++++++++++++++++-
 17 files changed, 3168 insertions(+), 236 deletions(-)

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