Summary | Extended parameter support for the vfreebusy component of iCalendars |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | wrobel (at) gentoo (dot) org |
Created | 11/23/2006 (6904 days ago) |
Due | |
Updated | 11/25/2006 (6902 days ago) |
Assigned | |
Resolved | 11/24/2006 (6903 days ago) |
Milestone | |
Patch | No |
set to E_ALL by the way.
New Attachment: test.patch
turned of so the notice created a problem. Patch for the test attached.
PHP Notice: Undefined index: X-SUMMARY in
/home/jan/headhorde/framework/iCalendar/tests/vfreebusy.php on line 134
checked that the test runs through on my machine after I made the
modifications. And even now, after the CVS update, the test runs
through.
I guess I made an incorrect assumption somewhere and it is somehow not
independant of the machine it runs on (maybe timezone problems or
something like that).
Could you attach your test diff? Maybe that gives me an idea about
what could be wrong.
State ⇒ Resolved
it'll affect any existing functionality, but the vfreebusy.phpt test
doesn't pass now - can you take a look and send an update? Thanks!
New Attachment: framework_iCalendar_iCalendar_vfreebusy.php-Kolab_iCalendar_fixes-20061124.patch
There are still some long lines in there, hope that's ok.
State ⇒ Feedback
!empty() or !isset() instead of array_key_exists:
http://www.horde.org/horde/docs/?f=CODING_STANDARDS.html#existence-checking
Hansen but I guess you don't need the author for the patch, right?
http://www.kolab.org/pipermail/kolab-devel/2006-November/006242.html
State ⇒ Stalled
New Attachment: vfreebusy.phpt
I did actually forget to clarify the origins of the original patch. So
please wait until I get the ok from the Kolab people. Sorry for that.
Priority ⇒ 1. Low
State ⇒ New
New Attachment: framework_iCalendar_iCalendar_vfreebusy.php-Kolab_iCalendar_fixes-20061115.patch
Queue ⇒ Horde Framework Packages
Summary ⇒ Extended parameter support for the vfreebusy component of iCalendars
Type ⇒ Enhancement
properties:
http://www.kanzaki.com/docs/ical/freebusy.html
This is currently not supported by the iCalendar module of the Horde
framework. The attached patch would add support for these extended
parameters.
I will also attach a test suite for the modified class.
Some elements of the patch are also discussed here:
http://www.kolab.org/pipermail/kolab-devel/2006-November/006236.html