[commits] Horde-Hatchery branch master updated.

Jan Schneider jan at horde.org
Tue Mar 3 23:14:18 UTC 2009


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

from: 6171e8faeca539b2746ee9e251a6781d501465aa

972c819... Move methods around, phpdoc.
b7ccfec... Remove unnecessary open() calls.
b86295f... Get rid of $startOfPeriod/$endOfPeriod variables. Rename _getEvents() to addEvents() and make addEvents() and addCoverDates() public.
533bec7... Nuke BC stuff.
2450b7d... self -> Kronolith
69fd446... Drop ics.php.
b3d5c3d... Refactor so that each driver's listEvents() method is returning a complete day/events hash. Kronolith::listEvents() now only aggregates those event lists. Drop listEventIds(). removeUserData() still has to be refactored.
fa4fa6a... Turn timeObjects into a driver.

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

commit 972c81917619e87d0e518acb35fc915eb9cc02a3
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 27 13:19:27 2009 +0100

    Move methods around, phpdoc.

 kronolith/lib/Kronolith.php |  499 ++++++++++++++++++++++---------------------
 1 files changed, 254 insertions(+), 245 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=92befb78fac3bc173afa31225f1e065ea8612e58&r2=972c81917619e87d0e518acb35fc915eb9cc02a3

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

commit b7ccfecc7074d0589f21f6818c71dae00ed21705
Author: Jan Schneider <jan at horde.org>
Date:   Fri Feb 27 14:56:18 2009 +0100

    Remove unnecessary open() calls.

 kronolith/lib/Kronolith.php |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=972c81917619e87d0e518acb35fc915eb9cc02a3&r2=b7ccfecc7074d0589f21f6818c71dae00ed21705

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

commit b86295f7eff0aba24e3ab1d889d20498483e3338
Author: Jan Schneider <jan at horde.org>
Date:   Sun Mar 1 14:59:53 2009 +0100

    Get rid of $startOfPeriod/$endOfPeriod variables.
    Rename _getEvents() to addEvents() and make addEvents() and addCoverDates()
    public.

 kronolith/lib/Kronolith.php |   64 +++++++++++++++++++-----------------------
 1 files changed, 29 insertions(+), 35 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=b7ccfecc7074d0589f21f6818c71dae00ed21705&r2=b86295f7eff0aba24e3ab1d889d20498483e3338

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

commit 533bec7aea4e4aa5678a11ca7d99584217b56dfc
Author: Jan Schneider <jan at horde.org>
Date:   Sun Mar 1 15:01:06 2009 +0100

    Nuke BC stuff.

 kronolith/lib/Kronolith.php |   26 +-------------------------
 1 files changed, 1 insertions(+), 25 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=b86295f7eff0aba24e3ab1d889d20498483e3338&r2=533bec7aea4e4aa5678a11ca7d99584217b56dfc

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

commit 2450b7d304545787e14dda86a95a0e6e529ceb80
Author: Jan Schneider <jan at horde.org>
Date:   Sun Mar 1 15:14:22 2009 +0100

    self -> Kronolith

 kronolith/lib/Kronolith.php |   46 +++++++++++++++++++++---------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=533bec7aea4e4aa5678a11ca7d99584217b56dfc&r2=2450b7d304545787e14dda86a95a0e6e529ceb80

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

commit 69fd446760c496584b06a6db2d6015574708b331
Author: Jan Schneider <jan at horde.org>
Date:   Sun Mar 1 15:36:41 2009 +0100

    Drop ics.php.

 kronolith/ics.php |   81 -----------------------------------------------------
 1 files changed, 0 insertions(+), 81 deletions(-)
 delete mode 100644 kronolith/ics.php

http://git.horde.org/diff.php/kronolith/ics.php?rt=horde-hatchery&r1=92befb78fac3bc173afa31225f1e065ea8612e58&r2=69fd446760c496584b06a6db2d6015574708b331

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

commit b3d5c3dc173dc976e1f2821ed09437d8a5f1be1d
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 3 19:34:04 2009 +0100

    Refactor so that each driver's listEvents() method is returning a complete
    day/events hash. Kronolith::listEvents() now only aggregates those event
    lists.
    Drop listEventIds(). removeUserData() still has to be refactored.

 kronolith/data.php                |   57 +++++------
 kronolith/feed/index.php          |    4 +-
 kronolith/lib/Driver.php          |   14 +++
 kronolith/lib/Driver/Holidays.php |   39 +++++---
 kronolith/lib/Driver/Ical.php     |   22 ++++-
 kronolith/lib/Driver/Kolab.php    |   74 ++++++++--------
 kronolith/lib/Driver/Sql.php      |  186 ++++++++++++++++++++++---------------
 kronolith/lib/FreeBusy.php        |    4 +-
 kronolith/lib/Kronolith.php       |  143 ++++++++--------------------
 kronolith/lib/Views/Day.php       |    3 +-
 kronolith/lib/Views/Month.php     |    5 +-
 kronolith/lib/Views/Year.php      |    5 +-
 kronolith/lib/api.php             |   97 ++++++++++---------
 kronolith/lib/tests/bug6031.phpt  |   14 +--
 kronolith/scripts/agenda.php      |   16 ++--
 15 files changed, 342 insertions(+), 341 deletions(-)

http://git.horde.org/diff.php/kronolith/data.php?rt=horde-hatchery&r1=92befb78fac3bc173afa31225f1e065ea8612e58&r2=b3d5c3dc173dc976e1f2821ed09437d8a5f1be1d
http://git.horde.org/diff.php/kronolith/feed/index.php?rt=horde-hatchery&r1=1ae2116e07c1d6fff4b20a7c9203f6eeb349c4db&r2=b3d5c3dc173dc976e1f2821ed09437d8a5f1be1d
http://git.horde.org/diff.php/kronolith/lib/Driver.php?rt=horde-hatchery&r1=92befb78fac3bc173afa31225f1e065ea8612e58&r2=b3d5c3dc173dc976e1f2821ed09437d8a5f1be1d
http://git.horde.org/diff.php/kronolith/lib/Driver/Holidays.php?rt=horde-hatchery&r1=57f51abb57b20c0b45184fdc7d10e139d1380979&r2=b3d5c3dc173dc976e1f2821ed09437d8a5f1be1d
http://git.horde.org/diff.php/kronolith/lib/Driver/Ical.php?rt=horde-hatchery&r1=92befb78fac3bc173afa31225f1e065ea8612e58&r2=b3d5c3dc173dc976e1f2821ed09437d8a5f1be1d
http://git.horde.org/diff.php/kronolith/lib/Driver/Kolab.php?rt=horde-hatchery&r1=6c9538aa878b4f668757889a702641ff82ff6be6&r2=b3d5c3dc173dc976e1f2821ed09437d8a5f1be1d
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-hatchery&r1=92befb78fac3bc173afa31225f1e065ea8612e58&r2=b3d5c3dc173dc976e1f2821ed09437d8a5f1be1d
http://git.horde.org/diff.php/kronolith/lib/FreeBusy.php?rt=horde-hatchery&r1=b71a58d1690c0c2d6493e74a0619bdf6520f962f&r2=b3d5c3dc173dc976e1f2821ed09437d8a5f1be1d
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=2450b7d304545787e14dda86a95a0e6e529ceb80&r2=b3d5c3dc173dc976e1f2821ed09437d8a5f1be1d
http://git.horde.org/diff.php/kronolith/lib/Views/Day.php?rt=horde-hatchery&r1=06297b0bbb2c29d59d9c2abb5b794776d114a705&r2=b3d5c3dc173dc976e1f2821ed09437d8a5f1be1d
http://git.horde.org/diff.php/kronolith/lib/Views/Month.php?rt=horde-hatchery&r1=1f29c9197500160f3bff50775c85ac9db473259f&r2=b3d5c3dc173dc976e1f2821ed09437d8a5f1be1d
http://git.horde.org/diff.php/kronolith/lib/Views/Year.php?rt=horde-hatchery&r1=b71a58d1690c0c2d6493e74a0619bdf6520f962f&r2=b3d5c3dc173dc976e1f2821ed09437d8a5f1be1d
http://git.horde.org/diff.php/kronolith/lib/api.php?rt=horde-hatchery&r1=92befb78fac3bc173afa31225f1e065ea8612e58&r2=b3d5c3dc173dc976e1f2821ed09437d8a5f1be1d
http://git.horde.org/diff.php/kronolith/lib/tests/bug6031.phpt?rt=horde-hatchery&r1=92befb78fac3bc173afa31225f1e065ea8612e58&r2=b3d5c3dc173dc976e1f2821ed09437d8a5f1be1d
http://git.horde.org/diff.php/kronolith/scripts/agenda.php?rt=horde-hatchery&r1=92befb78fac3bc173afa31225f1e065ea8612e58&r2=b3d5c3dc173dc976e1f2821ed09437d8a5f1be1d

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

commit fa4fa6a78f68827696e3f4e594dce724a9c16952
Author: Jan Schneider <jan at horde.org>
Date:   Wed Mar 4 00:09:01 2009 +0100

    Turn timeObjects into a driver.

 kronolith/lib/Driver/Horde.php |   99 ++++++++++++++++++++++++++++++++++++++
 kronolith/lib/Event/Horde.php  |   74 ++++++++++++++++++++++++++++
 kronolith/lib/Kronolith.php    |  104 ++++++++--------------------------------
 3 files changed, 194 insertions(+), 83 deletions(-)
 create mode 100644 kronolith/lib/Driver/Horde.php
 create mode 100644 kronolith/lib/Event/Horde.php

http://git.horde.org/co.php/kronolith/lib/Driver/Horde.php?rt=horde-hatchery&r=fa4fa6a78f68827696e3f4e594dce724a9c16952
http://git.horde.org/co.php/kronolith/lib/Event/Horde.php?rt=horde-hatchery&r=fa4fa6a78f68827696e3f4e594dce724a9c16952
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=b3d5c3dc173dc976e1f2821ed09437d8a5f1be1d&r2=fa4fa6a78f68827696e3f4e594dce724a9c16952




More information about the commits mailing list