[Pkg-owncloud-commits] [php-sabre-vobject] 62/106: Merge pull request #106 from fruux/new-rrule-parser
David Prévot
taffit at moszumanska.debian.org
Fri Aug 22 15:11:04 UTC 2014
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 e1f3f8cbeb9144b8f551ff7b4f273b65a4e37f3f
Merge: 42d1000 975a515
Author: Evert Pot <me at evertpot.com>
Date: Wed Aug 6 18:02:13 2014 -0400
Merge pull request #106 from fruux/new-rrule-parser
New rrule parser
lib/Sabre/VObject/Component.php | 41 +-
lib/Sabre/VObject/Component/VEvent.php | 15 +
lib/Sabre/VObject/Property/ICalendar/Recur.php | 50 +-
.../{RecurrenceIterator.php => RRuleParser.php} | 961 ++++++----------
lib/Sabre/VObject/RecurrenceIterator.php | 1179 ++++----------------
tests/Sabre/VObject/ComponentTest.php | 6 +-
tests/Sabre/VObject/DocumentTest.php | 5 +
tests/Sabre/VObject/FreeBusyGeneratorTest.php | 15 +-
tests/Sabre/VObject/Issue48Test.php | 6 +-
tests/Sabre/VObject/RRuleParserTest.php | 698 ++++++++++++
.../RecurrenceIterator/IncorrectExpandTest.php | 1 +
.../RecurrenceIterator/InfiniteLoopProblemTest.php | 1 +
.../Sabre/VObject/RecurrenceIterator/MainTest.php | 106 +-
.../RecurrenceIterator/MissingOverriddenTest.php | 1 +
.../RecurrenceIterator/OverrideFirstEventTest.php | 122 ++
.../UntilRespectsTimezoneTest.php | 60 -
16 files changed, 1490 insertions(+), 1777 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