[commits] Horde branch H4-Icalendar updated. 6ed3f6f055704f3726ea1ae677dc5c79988b1818
Jan Schneider
jan at horde.org
Mon Nov 1 16:48:20 UTC 2010
The branch "H4-Icalendar" has been updated.
The following is a summary of the commits.
from: cd610d77298872377e0cf26f38fe801223a3891c
89dc917c Add more writer tests.
e52c409 Add ORGANIZER as valid property.
b6742b9 Fix tests.
6ed3f6f Implement vCalendar 1.0 writer. Improve RFC 2445 writer.
-----------------------------------------------------------------------
commit 89dc917cc29ddf1c1b61883bc1f355b06649df2d
Author: Jan Schneider <jan at horde.org>
Date: Thu Oct 28 23:14:02 2010 +0200
Add more writer tests.
framework/Icalendar/test/Horde/Icalendar/WriterTest.php | 193 +++++++++++++++
1 files changed, 193 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/framework/Icalendar/test/Horde/Icalendar/WriterTest.php?rt=horde-git&r1=cd610d77298872377e0cf26f38fe801223a3891c&r2=89dc917cc29ddf1c1b61883bc1f355b06649df2d
-----------------------------------------------------------------------
commit e52c4091f9d063560c9b826c3981acae2ecaeeb2
Author: Jan Schneider <jan at horde.org>
Date: Mon Nov 1 17:24:39 2010 +0100
Add ORGANIZER as valid property.
framework/Icalendar/lib/Horde/Icalendar/Vevent.php | 14 +++++++++++++-
framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php | 4 ++++
framework/Icalendar/lib/Horde/Icalendar/Vjournal.php | 14 +++++++++++++-
framework/Icalendar/lib/Horde/Icalendar/Vtodo.php | 14 +++++++++++++-
4 files changed, 43 insertions(+), 3 deletions(-)
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vevent.php?rt=horde-git&r1=a7eff62db28e781ed13d953dd95c048044be33d0&r2=e52c4091f9d063560c9b826c3981acae2ecaeeb2
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php?rt=horde-git&r1=a7eff62db28e781ed13d953dd95c048044be33d0&r2=e52c4091f9d063560c9b826c3981acae2ecaeeb2
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vjournal.php?rt=horde-git&r1=3aff8859076d8d7e00b5cf4dabbdb87ba661ca2b&r2=e52c4091f9d063560c9b826c3981acae2ecaeeb2
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vtodo.php?rt=horde-git&r1=a7eff62db28e781ed13d953dd95c048044be33d0&r2=e52c4091f9d063560c9b826c3981acae2ecaeeb2
-----------------------------------------------------------------------
commit b6742b9c49112ccc8c6ae395fa8718e85bf93072
Author: Jan Schneider <jan at horde.org>
Date: Mon Nov 1 17:45:12 2010 +0100
Fix tests.
framework/Icalendar/test/Horde/Icalendar/WriterTest.php | 60 +++++++--------
1 files changed, 29 insertions(+), 31 deletions(-)
http://git.horde.org/diff.php/framework/Icalendar/test/Horde/Icalendar/WriterTest.php?rt=horde-git&r1=89dc917cc29ddf1c1b61883bc1f355b06649df2d&r2=b6742b9c49112ccc8c6ae395fa8718e85bf93072
-----------------------------------------------------------------------
commit 6ed3f6f055704f3726ea1ae677dc5c79988b1818
Author: Jan Schneider <jan at horde.org>
Date: Mon Nov 1 17:46:48 2010 +0100
Implement vCalendar 1.0 writer. Improve RFC 2445 writer.
framework/Icalendar/lib/Horde/Icalendar/Vevent.php | 2 +-
framework/Icalendar/lib/Horde/Icalendar/Vtodo.php | 19 +
framework/Icalendar/lib/Horde/Icalendar/Writer/Base.php | 112 ++++++-
framework/Icalendar/lib/Horde/Icalendar/Writer/Vcalendar/10.php | 112 +++++++
framework/Icalendar/lib/Horde/Icalendar/Writer/Vcalendar/20.php | 39 ++-
5 files changed, 251 insertions(+), 33 deletions(-)
create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Writer/Vcalendar/10.php
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vevent.php?rt=horde-git&r1=e52c4091f9d063560c9b826c3981acae2ecaeeb2&r2=6ed3f6f055704f3726ea1ae677dc5c79988b1818
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vtodo.php?rt=horde-git&r1=e52c4091f9d063560c9b826c3981acae2ecaeeb2&r2=6ed3f6f055704f3726ea1ae677dc5c79988b1818
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Writer/Base.php?rt=horde-git&r1=cd610d77298872377e0cf26f38fe801223a3891c&r2=6ed3f6f055704f3726ea1ae677dc5c79988b1818
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Writer/Vcalendar/10.php?rt=horde-git&r=6ed3f6f055704f3726ea1ae677dc5c79988b1818
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Writer/Vcalendar/20.php?rt=horde-git&r1=cd610d77298872377e0cf26f38fe801223a3891c&r2=6ed3f6f055704f3726ea1ae677dc5c79988b1818
More information about the commits
mailing list