[Pkg-owncloud-commits] [php-sabre-vobject] 194/341: Merge pull request #160 from Hywan/xml

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:35:47 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 a99483355dc41ed6ddf10399b1037b675fa82f57
Merge: 125b1cf 6b63610
Author: Evert Pot <me at evertpot.com>
Date:   Thu Jan 22 11:15:48 2015 -0500

    Merge pull request #160 from Hywan/xml
    
    Implement xCal support

 composer.json                        |    3 +-
 lib/Component.php                    |   81 ++-
 lib/Component/VCalendar.php          |   12 +-
 lib/Component/VCard.php              |    8 +-
 lib/Node.php                         |   20 +-
 lib/Parameter.php                    |   28 +-
 lib/Parser/Json.php                  |    6 +-
 lib/Parser/MimeDir.php               |    8 +-
 lib/Parser/Parser.php                |    4 +-
 lib/Parser/XML.php                   |  278 ++++++++
 lib/Parser/XML/Element/KeyValue.php  |   69 ++
 lib/Property.php                     |   79 ++-
 lib/Property/Boolean.php             |   23 +-
 lib/Property/Float.php               |   52 +-
 lib/Property/ICalendar/DateTime.php  |    3 +-
 lib/Property/ICalendar/Period.php    |   29 +-
 lib/Property/ICalendar/Recur.php     |    2 +-
 lib/Property/Integer.php             |   16 +-
 lib/Property/Text.php                |   36 +-
 lib/Property/Time.php                |   22 +-
 lib/Property/Unknown.php             |    2 +-
 lib/Property/Uri.php                 |    2 +-
 lib/Property/UtcOffset.php           |   41 +-
 lib/Property/VCard/Date.php          |    2 +-
 lib/Property/VCard/DateAndOrTime.php |   58 +-
 lib/Property/VCard/DateTime.php      |    2 +-
 lib/Property/VCard/LanguageTag.php   |    2 +-
 lib/Property/VCard/TimeStamp.php     |    2 +-
 lib/Reader.php                       |   23 +-
 lib/Writer.php                       |   77 +++
 resources/schema/xcal.rng            | 1192 ++++++++++++++++++++++++++++++++++
 tests/VObject/JCalTest.php           |    2 +-
 tests/VObject/JCardTest.php          |    2 +-
 tests/VObject/Parser/JsonTest.php    |    9 +-
 tests/VObject/Parser/XmlTest.php     | 1137 ++++++++++++++++++++++++++++++++
 tests/VObject/ReaderTest.php         |   48 +-
 tests/VObject/WriterTest.php         |   41 ++
 37 files changed, 3314 insertions(+), 107 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