[commits] Horde branch master updated. f6007c3822b6322d0b218e79354f25db131308cb

Jan Schneider jan at horde.org
Mon Aug 9 13:31:47 UTC 2010


The branch "master" has been updated.
The following is a summary of the commits.

from: ebc4e03cc5c0814b4f82994cc54db551003dbdb0

7fc6791 Add toiCalendar().
784ff94 phpdoc
ab560a8 Enable track_errors.
168f28c Add (read-only) CalDAV client support.
94ecea5 Use Kronolith::(un)subscribeRemoteCalendar().
9d2802c Fix class name.
b4bec57 Bubble up the error message from the server.
595c1f0 Once again fix parameter names for remote calendars.
f6007c3 Implement reading individual CalDAV events.

-----------------------------------------------------------------------

commit 7fc6791f3784f52de4bf40f7ea15460e530801e5
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 5 15:06:56 2010 +0200

    Add toiCalendar().

 framework/Date/lib/Horde/Date.php |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Date/lib/Horde/Date.php?rt=horde-git&r1=d4b6994753687e423f469cd6dffe15c7ba5d09e7&r2=7fc6791f3784f52de4bf40f7ea15460e530801e5

-----------------------------------------------------------------------

commit 784ff94e1605a3810a99648eea0ffbcaf6aa0701
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 5 15:07:05 2010 +0200

    phpdoc

 framework/Date/lib/Horde/Date.php |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)

http://git.horde.org/diff.php/framework/Date/lib/Horde/Date.php?rt=horde-git&r1=7fc6791f3784f52de4bf40f7ea15460e530801e5&r2=784ff94e1605a3810a99648eea0ffbcaf6aa0701

-----------------------------------------------------------------------

commit ab560a86954fbb6c21f9725f1302cc2cf8eb0eb0
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 5 16:12:49 2010 +0200

    Enable track_errors.

 framework/Http/lib/Horde/Http/Response/Fopen.php |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Response/Fopen.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=ab560a86954fbb6c21f9725f1302cc2cf8eb0eb0

-----------------------------------------------------------------------

commit 168f28cf5b84a03e9c46bfcdc16dfafe3448cc7f
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 9 14:34:10 2010 +0200

    Add (read-only) CalDAV client support.

 kronolith/lib/Driver/Ical.php |  293 ++++++++++++++++++++++++++++++++++++++--
 1 files changed, 278 insertions(+), 15 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=b71500d4f627b4f7f6df3210cada7026b132abe5&r2=168f28cf5b84a03e9c46bfcdc16dfafe3448cc7f

-----------------------------------------------------------------------

commit 94ecea550f9a7a31c7edeaa3e253bfd7ee182efa
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 9 14:52:43 2010 +0200

    Use Kronolith::(un)subscribeRemoteCalendar().

 kronolith/lib/Api.php |   41 ++++++++---------------------------------
 1 files changed, 8 insertions(+), 33 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-git&r1=7ecb46bf083a9cd1b8bfe56785b6b91bc81174a3&r2=94ecea550f9a7a31c7edeaa3e253bfd7ee182efa

-----------------------------------------------------------------------

commit 9d2802c0fa03749db45b7e87c9863f419f182bf3
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 9 14:54:53 2010 +0200

    Fix class name.

 framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=9d2802c0fa03749db45b7e87c9863f419f182bf3

-----------------------------------------------------------------------

commit b4bec57aa93fa1e8bd04938be7fafdffca420226
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 9 15:07:00 2010 +0200

    Bubble up the error message from the server.

 kronolith/lib/Driver/Ical.php |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=168f28cf5b84a03e9c46bfcdc16dfafe3448cc7f&r2=b4bec57aa93fa1e8bd04938be7fafdffca420226

-----------------------------------------------------------------------

commit 595c1f06a117a81ea09259940a60cb79564b2bef
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 9 15:07:23 2010 +0200

    Once again fix parameter names for remote calendars.

 kronolith/js/kronolith.js          |    2 +-
 kronolith/lib/Ajax/Application.php |    2 +-
 kronolith/lib/Kronolith.php        |    5 +++--
 3 files changed, 5 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-git&r1=b8fddd7910ba55bebea83680586e0e19785b6a8c&r2=595c1f06a117a81ea09259940a60cb79564b2bef
http://git.horde.org/diff.php/kronolith/lib/Ajax/Application.php?rt=horde-git&r1=7ecb46bf083a9cd1b8bfe56785b6b91bc81174a3&r2=595c1f06a117a81ea09259940a60cb79564b2bef
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=73d6cbe80185537f3845952d00e351a4a1b26b03&r2=595c1f06a117a81ea09259940a60cb79564b2bef

-----------------------------------------------------------------------

commit f6007c3822b6322d0b218e79354f25db131308cb
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 9 15:30:31 2010 +0200

    Implement reading individual CalDAV events.

 kronolith/lib/Driver/Ical.php |   37 +++++++++++++++++++++++++++++++------
 1 files changed, 31 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-git&r1=b4bec57aa93fa1e8bd04938be7fafdffca420226&r2=f6007c3822b6322d0b218e79354f25db131308cb




More information about the commits mailing list