[Pkg-owncloud-commits] [php-sabre-vobject] branch upstream updated (52b2e7f -> 5a30cbd)

David Prévot taffit at moszumanska.debian.org
Sat Jan 10 14:20:19 UTC 2015


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  52b2e7f   Imported Upstream version 3.3.4
       new  6e290cf   phpcbf fix
       new  726e9d8   Merge pull request #169 from DavidPrevot/phpcbf
       new  684ae8a   That statement hasn't been true for a long time.
       new  f7e4977   When expanding, ignore events that are recurring but have 0 valid recurrence instances.
       new  80fa80c   The new php codesniffer is stricter ;)
       new  f19e947   Making sure this unittest doesn't break in some PHP versions.
       new  1a13ab4   Releasing vobject 2.1.6.
       new  43e7f32   Merge branch '2.1' into 3.3
       new  8885ebb   Unused code.
       new  1c253c2   Suggestions from sensiolabs insight.
       new  0217497   Happy new year!
       new  c7542c4   Merge branch '2.1' into 3.3
       new  edfd580   Removed reference to unreleased version.
       new  f127baa   Happy new year!
       new  747fbc0   Repair of vCard UID when missing
       new  140520b   Add warning when repaired
       new  3f7b9c2   Updated repair test case for UID injection
       new  2ee999b   Merge pull request #174 from tave/tave-uid-repair-handling
       new  3b188e2   Merge branch '3.3' of github.com:fruux/sabre-vobject into 3.3
       new  d563f55   Merge branch '3.3' of github.com:fruux/sabre-vobject into 3.3
       new  317eac6   SCHEDULE-STATUS must only contain a status code.
       new  e0d3502   CS.
       new  5679ac5   Skip the BOM if exists.
       new  628228a   Replace <feff> by chr()s.
       new  a72947c   Updated changelog.
       new  4bc725c   Test demonstrating failure reported in #179
       new  02cd2b5   Correctly serializing floating DATE-TIME in jCal.
       new  17b76de   Validator upgrades.
       new  63a287e   PHP 5.3 fix.
       new  bd33848   Merge pull request #180 from fruux/validation-upgrades
       new  969afea   test for vcard converter issue
       new  ed12b5e   renamed test
       new  2160023   moved test into VCardConverterTests
       new  ef3fb4a   Merge pull request #173 from fruux/x-ablabel-convert-issue
       new  361a2da   Fix for #173
       new  f939acd   Updated changelog.
       new  d45fe01   Beautification as per @hywan's comments in #173
       new  5c8f5a1   3.3 is an active branch.
       new  77cb636   Releasing 3.3.5
       new  5a30cbd   Imported Upstream version 3.3.5

The 40 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                                       |  30 +++-
 LICENSE                                            |   2 +-
 README.md                                          |   1 +
 lib/Cli.php                                        |   4 +-
 lib/Component.php                                  |  40 ++---
 lib/Component/VAlarm.php                           |   2 +-
 lib/Component/VCalendar.php                        |  94 +++++++++--
 lib/Component/VCard.php                            |  62 +++++---
 lib/Component/VEvent.php                           |   2 +-
 lib/Component/VFreeBusy.php                        |   2 +-
 lib/Component/VJournal.php                         |   2 +-
 lib/Component/VTimeZone.php                        |   2 +-
 lib/Component/VTodo.php                            |   2 +-
 lib/DateTimeParser.php                             |   2 +-
 lib/Document.php                                   |   2 +-
 lib/ElementList.php                                |   2 +-
 lib/EofException.php                               |   2 +-
 lib/FreeBusyGenerator.php                          |   2 +-
 lib/ITip/Broker.php                                |   5 +-
 lib/ITip/ITipException.php                         |   2 +-
 lib/ITip/Message.php                               |   2 +-
 .../SameOrganizerForAllComponentsException.php     |   2 +-
 lib/Node.php                                       |  23 ++-
 lib/Parameter.php                                  |   2 +-
 lib/ParseException.php                             |   2 +-
 lib/Parser/Json.php                                |   2 +-
 lib/Parser/MimeDir.php                             |  18 ++-
 lib/Parser/Parser.php                              |   2 +-
 lib/Property.php                                   |   2 +-
 lib/Property/Binary.php                            |   2 +-
 lib/Property/Boolean.php                           |   2 +-
 lib/Property/FlatText.php                          |   2 +-
 lib/Property/Float.php                             |   2 +-
 lib/Property/ICalendar/CalAddress.php              |   2 +-
 lib/Property/ICalendar/Date.php                    |   2 +-
 lib/Property/ICalendar/DateTime.php                |  22 ++-
 lib/Property/ICalendar/Duration.php                |   2 +-
 lib/Property/ICalendar/Period.php                  |   2 +-
 lib/Property/ICalendar/Recur.php                   |   2 +-
 lib/Property/Integer.php                           |   2 +-
 lib/Property/Text.php                              |   2 +-
 lib/Property/Time.php                              |   2 +-
 lib/Property/Unknown.php                           |   2 +-
 lib/Property/Uri.php                               |   2 +-
 lib/Property/UtcOffset.php                         |   2 +-
 lib/Property/VCard/Date.php                        |   2 +-
 lib/Property/VCard/DateAndOrTime.php               |   2 +-
 lib/Property/VCard/DateTime.php                    |   2 +-
 lib/Property/VCard/LanguageTag.php                 |   2 +-
 lib/Property/VCard/TimeStamp.php                   |   2 +-
 lib/Reader.php                                     |   2 +-
 lib/Recur/EventIterator.php                        |  14 +-
 lib/Recur/NoInstancesException.php                 |   2 +-
 lib/Recur/RDateIterator.php                        |   2 +-
 lib/Recur/RRuleIterator.php                        |   2 +-
 lib/RecurrenceIterator.php                         |   2 +-
 lib/Splitter/ICalendar.php                         |   2 +-
 lib/Splitter/SplitterInterface.php                 |   2 +-
 lib/Splitter/VCard.php                             |   2 +-
 lib/StringUtil.php                                 |   2 +-
 lib/TimeZoneUtil.php                               |   2 +-
 lib/UUIDUtil.php                                   |   2 +-
 lib/VCardConverter.php                             |  10 +-
 lib/Version.php                                    |   4 +-
 lib/timezonedata/exchangezones.php                 |   2 +-
 lib/timezonedata/lotuszones.php                    |   2 +-
 lib/timezonedata/php-bc.php                        |   4 +-
 lib/timezonedata/php-workaround.php                |   2 +-
 lib/timezonedata/windowszones.php                  |   4 +-
 tests/VObject/CliTest.php                          |   3 +-
 tests/VObject/Component/VCalendarTest.php          | 172 +++++++++++++++++++++
 tests/VObject/Component/VCardTest.php              | 112 ++++++++++++++
 tests/VObject/ITip/BrokerProcessReplyTest.php      |   9 +-
 tests/VObject/ITip/BrokerTester.php                |   2 +-
 tests/VObject/JCalTest.php                         |   8 +
 tests/VObject/ReaderTest.php                       |  16 +-
 tests/VObject/VCardConverterTest.php               |  77 ++++++---
 77 files changed, 659 insertions(+), 183 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