Refactor so that each driver's listEvents() method is returning a complete
authorJan Schneider <jan@horde.org>
Tue, 3 Mar 2009 18:34:04 +0000 (19:34 +0100)
committerJan Schneider <jan@horde.org>
Tue, 3 Mar 2009 23:09:25 +0000 (00:09 +0100)
commitb3d5c3dc173dc976e1f2821ed09437d8a5f1be1d
treecccb5fefa4c1cf36361d9cf1df407edc8ca1b49e
parent69fd446760c496584b06a6db2d6015574708b331
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.
15 files changed:
kronolith/data.php
kronolith/feed/index.php
kronolith/lib/Driver.php
kronolith/lib/Driver/Holidays.php
kronolith/lib/Driver/Ical.php
kronolith/lib/Driver/Kolab.php
kronolith/lib/Driver/Sql.php
kronolith/lib/FreeBusy.php
kronolith/lib/Kronolith.php
kronolith/lib/Views/Day.php
kronolith/lib/Views/Month.php
kronolith/lib/Views/Year.php
kronolith/lib/api.php
kronolith/lib/tests/bug6031.phpt
kronolith/scripts/agenda.php