[commits] Horde branch H4-Icalendar updated. cd610d77298872377e0cf26f38fe801223a3891c
Jan Schneider
jan at horde.org
Thu Oct 28 20:29:55 UTC 2010
The branch "H4-Icalendar" has been updated.
The following is a summary of the commits.
from: 5728d7ecd3ece89e16c731394d8be6539969af44
a7eff62 Lots of phpdoc and small fixes.
38c1512 Implement parameter writing and fix date property exporting.
51cd43d Implement RFC 2445 line-folding.
3aff885 Multiple descriptions are allowed in VJOURNALs.
cd610d7 Implement parameter and text value escaping. The first test passes.
-----------------------------------------------------------------------
commit a7eff62db28e781ed13d953dd95c048044be33d0
Author: Jan Schneider <jan at horde.org>
Date: Thu Oct 28 18:05:38 2010 +0200
Lots of phpdoc and small fixes.
framework/Icalendar/lib/Horde/Icalendar/Base.php | 183 ++++--
framework/Icalendar/lib/Horde/Icalendar/Exception.php | 17 +
framework/Icalendar/lib/Horde/Icalendar/Valarm.php | 26 +-
framework/Icalendar/lib/Horde/Icalendar/Vcalendar.php | 42 ++-
framework/Icalendar/lib/Horde/Icalendar/Vevent.php | 38 +-
framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php | 34 +-
framework/Icalendar/lib/Horde/Icalendar/Vjournal.php | 26 +-
framework/Icalendar/lib/Horde/Icalendar/Vtimezone.php | 26 +-
framework/Icalendar/lib/Horde/Icalendar/Vtodo.php | 26 +-
framework/Icalendar/lib/Horde/Icalendar/Writer.php | 27 -
framework/Icalendar/lib/Horde/Icalendar/Writer/Base.php | 54 ++-
framework/Icalendar/lib/Horde/Icalendar/Writer/Vcalendar/20.php | 29 +
framework/Icalendar/test/Horde/Icalendar/WriterTest.php | 8 +-
13 files changed, 415 insertions(+), 121 deletions(-)
delete mode 100644 framework/Icalendar/lib/Horde/Icalendar/Writer.php
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Base.php?rt=horde-git&r1=233584b3e2d190d00762abde2931225c4392d47e&r2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Exception.php?rt=horde-git&r1=233584b3e2d190d00762abde2931225c4392d47e&r2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Valarm.php?rt=horde-git&r1=233584b3e2d190d00762abde2931225c4392d47e&r2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vcalendar.php?rt=horde-git&r1=233584b3e2d190d00762abde2931225c4392d47e&r2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vevent.php?rt=horde-git&r1=233584b3e2d190d00762abde2931225c4392d47e&r2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php?rt=horde-git&r1=233584b3e2d190d00762abde2931225c4392d47e&r2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vjournal.php?rt=horde-git&r1=233584b3e2d190d00762abde2931225c4392d47e&r2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vtimezone.php?rt=horde-git&r1=233584b3e2d190d00762abde2931225c4392d47e&r2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vtodo.php?rt=horde-git&r1=233584b3e2d190d00762abde2931225c4392d47e&r2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Writer.php?rt=horde-git&r1=233584b3e2d190d00762abde2931225c4392d47e&r2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Writer/Base.php?rt=horde-git&r1=233584b3e2d190d00762abde2931225c4392d47e&r2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Writer/Vcalendar/20.php?rt=horde-git&r1=233584b3e2d190d00762abde2931225c4392d47e&r2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/test/Horde/Icalendar/WriterTest.php?rt=horde-git&r1=233584b3e2d190d00762abde2931225c4392d47e&r2=a7eff62db28e781ed13d953dd95c048044be33d0
-----------------------------------------------------------------------
commit 38c151239155a2835f5407ffe666a35f106a7f7b
Author: Jan Schneider <jan at horde.org>
Date: Thu Oct 28 18:39:46 2010 +0200
Implement parameter writing and fix date property exporting.
framework/Icalendar/lib/Horde/Icalendar/Base.php | 2 +-
framework/Icalendar/lib/Horde/Icalendar/Writer/Base.php | 38 ++++++-
framework/Icalendar/lib/Horde/Icalendar/Writer/Vcalendar/20.php | 27 ++---
framework/Icalendar/test/Horde/Icalendar/WriterTest.php | 4 +-
4 files changed, 50 insertions(+), 21 deletions(-)
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Base.php?rt=horde-git&r1=a7eff62db28e781ed13d953dd95c048044be33d0&r2=38c151239155a2835f5407ffe666a35f106a7f7b
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Writer/Base.php?rt=horde-git&r1=a7eff62db28e781ed13d953dd95c048044be33d0&r2=38c151239155a2835f5407ffe666a35f106a7f7b
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Writer/Vcalendar/20.php?rt=horde-git&r1=a7eff62db28e781ed13d953dd95c048044be33d0&r2=38c151239155a2835f5407ffe666a35f106a7f7b
http://git.horde.org/diff.php/framework/Icalendar/test/Horde/Icalendar/WriterTest.php?rt=horde-git&r1=a7eff62db28e781ed13d953dd95c048044be33d0&r2=38c151239155a2835f5407ffe666a35f106a7f7b
-----------------------------------------------------------------------
commit 51cd43db68c80b3fea21ee094107680bee9bbed4
Author: Jan Schneider <jan at horde.org>
Date: Thu Oct 28 19:27:31 2010 +0200
Implement RFC 2445 line-folding.
framework/Icalendar/lib/Horde/Icalendar/Writer/Base.php | 32 +++++-
framework/Icalendar/lib/Horde/Icalendar/Writer/Vcalendar/20.php | 31 ++++++
framework/Icalendar/test/Horde/Icalendar/WriterTest.php | 8 +-
3 files changed, 61 insertions(+), 10 deletions(-)
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Writer/Base.php?rt=horde-git&r1=38c151239155a2835f5407ffe666a35f106a7f7b&r2=51cd43db68c80b3fea21ee094107680bee9bbed4
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Writer/Vcalendar/20.php?rt=horde-git&r1=38c151239155a2835f5407ffe666a35f106a7f7b&r2=51cd43db68c80b3fea21ee094107680bee9bbed4
http://git.horde.org/diff.php/framework/Icalendar/test/Horde/Icalendar/WriterTest.php?rt=horde-git&r1=38c151239155a2835f5407ffe666a35f106a7f7b&r2=51cd43db68c80b3fea21ee094107680bee9bbed4
-----------------------------------------------------------------------
commit 3aff8859076d8d7e00b5cf4dabbdb87ba661ca2b
Author: Jan Schneider <jan at horde.org>
Date: Thu Oct 28 22:00:19 2010 +0200
Multiple descriptions are allowed in VJOURNALs.
framework/Icalendar/lib/Horde/Icalendar/Vjournal.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vjournal.php?rt=horde-git&r1=a7eff62db28e781ed13d953dd95c048044be33d0&r2=3aff8859076d8d7e00b5cf4dabbdb87ba661ca2b
-----------------------------------------------------------------------
commit cd610d77298872377e0cf26f38fe801223a3891c
Author: Jan Schneider <jan at horde.org>
Date: Thu Oct 28 22:26:25 2010 +0200
Implement parameter and text value escaping. The first test passes.
framework/Icalendar/lib/Horde/Icalendar/Base.php | 9 +
framework/Icalendar/lib/Horde/Icalendar/Writer/Base.php | 51 +++--
framework/Icalendar/lib/Horde/Icalendar/Writer/Vcalendar/20.php | 69 +++++--
framework/Icalendar/test/Horde/Icalendar/WriterTest.php | 46 ++---
4 files changed, 114 insertions(+), 61 deletions(-)
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Base.php?rt=horde-git&r1=38c151239155a2835f5407ffe666a35f106a7f7b&r2=cd610d77298872377e0cf26f38fe801223a3891c
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Writer/Base.php?rt=horde-git&r1=51cd43db68c80b3fea21ee094107680bee9bbed4&r2=cd610d77298872377e0cf26f38fe801223a3891c
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Writer/Vcalendar/20.php?rt=horde-git&r1=51cd43db68c80b3fea21ee094107680bee9bbed4&r2=cd610d77298872377e0cf26f38fe801223a3891c
http://git.horde.org/diff.php/framework/Icalendar/test/Horde/Icalendar/WriterTest.php?rt=horde-git&r1=51cd43db68c80b3fea21ee094107680bee9bbed4&r2=cd610d77298872377e0cf26f38fe801223a3891c
More information about the commits
mailing list