[commits] Horde-Hatchery branch master updated. 3bb6a41bb44e24953a2d8b9b04ecf8fc4904f57e

Jan Schneider jan at horde.org
Thu Sep 10 21:16:41 UTC 2009


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

from: 2255ebdd05701fdcc59b1cde670ada1d0a1cad45

95d623e... Use Horde_Support_Guid.
3bb6a41... Start working on a new iCalendar library. It's only 20% done, and I'm still not happy with the name, thus in the hatchery.

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

commit 95d623ef3b92818099d9621d625546aa47257530
Author: Jan Schneider <jan at horde.org>
Date:   Tue Sep 8 23:59:44 2009 +0200

    Use Horde_Support_Guid.

 kronolith/lib/Driver.php     |   15 ---------------
 kronolith/lib/Driver/Sql.php |    4 ++--
 2 files changed, 2 insertions(+), 17 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Driver.php?rt=horde-hatchery&r1=7c068474beb913598aa72764fa1bb89d1fb5db96&r2=95d623ef3b92818099d9621d625546aa47257530
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-hatchery&r1=24ed26d4f3114322bbd6e202452ece91501708b0&r2=95d623ef3b92818099d9621d625546aa47257530

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

commit 3bb6a41bb44e24953a2d8b9b04ecf8fc4904f57e
Author: Jan Schneider <jan at horde.org>
Date:   Thu Sep 10 23:15:17 2009 +0200

    Start working on a new iCalendar library.
    It's only 20% done, and I'm still not happy with the name, thus in the hatchery.

 framework/Icalendar/lib/Horde/Icalendar/Base.php                |   32 +
 framework/Icalendar/lib/Horde/Icalendar/Component/Base.php      |  199 +++++++
 framework/Icalendar/lib/Horde/Icalendar/Component/Valarm.php    |   19 +
 framework/Icalendar/lib/Horde/Icalendar/Component/Vevent.php    |   40 ++
 framework/Icalendar/lib/Horde/Icalendar/Component/Vfreebusy.php |   36 ++
 framework/Icalendar/lib/Horde/Icalendar/Component/Vjournal.php  |   25 +
 framework/Icalendar/lib/Horde/Icalendar/Component/Vtimezone.php |   24 +
 framework/Icalendar/lib/Horde/Icalendar/Component/Vtodo.php     |   31 +
 framework/Icalendar/lib/Horde/Icalendar/Exception.php           |    5 +
 framework/Icalendar/lib/Horde/Icalendar/Icalendar.php           |   11 +
 framework/Icalendar/lib/Horde/Icalendar/Writer.php              |   27 +
 framework/Icalendar/lib/Horde/Icalendar/Writer/Base.php         |    6 +
 framework/Icalendar/lib/Horde/Icalendar/Writer/Icalendar/20.php |    6 +
 framework/Icalendar/test/Horde/Icalendar/AllTests.php           |   54 ++
 framework/Icalendar/test/Horde/Icalendar/WriterTest.php         |   66 ++
 15 files changed, 581 insertions(+), 0 deletions(-)
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Base.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Component/Base.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Component/Valarm.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Component/Vevent.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Component/Vfreebusy.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Component/Vjournal.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Component/Vtimezone.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Component/Vtodo.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Exception.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Icalendar.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Writer.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Writer/Base.php
 create mode 100644 framework/Icalendar/lib/Horde/Icalendar/Writer/Icalendar/20.php
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/AllTests.php
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/WriterTest.php

http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Base.php?rt=horde-hatchery&r=3bb6a41bb44e24953a2d8b9b04ecf8fc4904f57e
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Component/Base.php?rt=horde-hatchery&r=3bb6a41bb44e24953a2d8b9b04ecf8fc4904f57e
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Component/Valarm.php?rt=horde-hatchery&r=3bb6a41bb44e24953a2d8b9b04ecf8fc4904f57e
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Component/Vevent.php?rt=horde-hatchery&r=3bb6a41bb44e24953a2d8b9b04ecf8fc4904f57e
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Component/Vfreebusy.php?rt=horde-hatchery&r=3bb6a41bb44e24953a2d8b9b04ecf8fc4904f57e
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Component/Vjournal.php?rt=horde-hatchery&r=3bb6a41bb44e24953a2d8b9b04ecf8fc4904f57e
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Component/Vtimezone.php?rt=horde-hatchery&r=3bb6a41bb44e24953a2d8b9b04ecf8fc4904f57e
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Component/Vtodo.php?rt=horde-hatchery&r=3bb6a41bb44e24953a2d8b9b04ecf8fc4904f57e
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Exception.php?rt=horde-hatchery&r=3bb6a41bb44e24953a2d8b9b04ecf8fc4904f57e
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Icalendar.php?rt=horde-hatchery&r=3bb6a41bb44e24953a2d8b9b04ecf8fc4904f57e
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Writer.php?rt=horde-hatchery&r=3bb6a41bb44e24953a2d8b9b04ecf8fc4904f57e
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Writer/Base.php?rt=horde-hatchery&r=3bb6a41bb44e24953a2d8b9b04ecf8fc4904f57e
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Writer/Icalendar/20.php?rt=horde-hatchery&r=3bb6a41bb44e24953a2d8b9b04ecf8fc4904f57e
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/AllTests.php?rt=horde-hatchery&r=3bb6a41bb44e24953a2d8b9b04ecf8fc4904f57e
http://git.horde.org/co.php/framework/Icalendar/test/Horde/Icalendar/WriterTest.php?rt=horde-hatchery&r=3bb6a41bb44e24953a2d8b9b04ecf8fc4904f57e




More information about the commits mailing list