[Pkg-owncloud-commits] [php-sabre-vobject] 10/341: Merge pull request #141 from fruux/datetimeimmutable
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:26 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 e4598a3d0ca12356f5a113f35d6c2b44958330e5
Merge: 8f81374 5335ba3
Author: Evert Pot <me at evertpot.com>
Date: Sat Sep 20 03:48:52 2014 +0100
Merge pull request #141 from fruux/datetimeimmutable
DateTimeImmutable migration
.travis.yml | 2 +-
ChangeLog.md | 8 +-
composer.json | 2 +-
lib/Component/VAlarm.php | 29 +-
lib/Component/VCalendar.php | 16 +-
lib/Component/VEvent.php | 11 +-
lib/Component/VFreeBusy.php | 9 +-
lib/Component/VJournal.php | 9 +-
lib/Component/VTodo.php | 9 +-
lib/DateTimeParser.php | 19 +-
lib/FreeBusyGenerator.php | 32 +-
lib/Property/ICalendar/DateTime.php | 74 +--
lib/Property/ICalendar/Duration.php | 8 +-
lib/Property/ICalendar/Period.php | 22 +-
lib/Property/Time.php | 6 +-
lib/Property/VCard/Date.php | 2 +-
lib/Property/VCard/DateAndOrTime.php | 45 +-
lib/Property/VCard/DateTime.php | 2 +-
lib/Property/VCard/TimeStamp.php | 6 +-
lib/Recur/EventIterator.php | 62 +--
lib/Recur/RDateIterator.php | 26 +-
lib/Recur/RRuleIterator.php | 102 +++--
tests/VObject/DateTimeParserTest.php | 148 +++---
tests/VObject/EmClientTest.php | 4 +-
tests/VObject/FreeBusyGeneratorTest.php | 8 +-
tests/VObject/Property/ICalendar/DateTimeTest.php | 14 +-
.../EventIterator/InfiniteLoopProblemTest.php | 12 +-
tests/VObject/Recur/EventIterator/Issue48Test.php | 8 +-
tests/VObject/Recur/EventIterator/Issue50Test.php | 12 +-
tests/VObject/Recur/EventIterator/MainTest.php | 504 ++++++++++-----------
tests/VObject/Recur/RDateIteratorTest.php | 18 +-
31 files changed, 625 insertions(+), 604 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