[commits] Horde branch master updated. 762eb101bc5a266c454e45f4dcb45ec6443f0ad6
Gunnar Wrobel
p at rdus.de
Wed Sep 16 13:12:32 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 45e5fc4abdf4909ebde91ac19cd1802576df516c
762eb10... Switch to Horde_Provider and start restructuring the driver part.
-----------------------------------------------------------------------
commit 762eb101bc5a266c454e45f4dcb45ec6443f0ad6
Author: Gunnar Wrobel <p at rdus.de>
Date: Wed Sep 16 15:12:18 2009 +0200
Switch to Horde_Provider and start restructuring the driver part.
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy.php | 234 +--
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Access.php | 442 -----
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php | 137 --
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Base.php | 56 +
.../lib/Horde/Kolab/FreeBusy/Controller/FreebusyController.php | 203 +--
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Base.php | 197 ++
.../lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Base.php | 305 +++
.../lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Kolab.php | 251 +++
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Factory.php | 217 ++
framework/Kolab_FreeBusy/package.xml | 12 +
.../Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/DispatchTest.php | 8 +
.../Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/FreeBusyTest.php | 2 +
.../Horde/Kolab/FreeBusy/Mock/Controller/FreebusyController.php | 4 +-
.../Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/TriggerTest.php | 106 +
14 files changed, 1250 insertions(+), 924 deletions(-)
delete mode 100644 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Access.php
create mode 100644 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Base.php
create mode 100644 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Base.php
create mode 100644 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Base.php
create mode 100644 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Kolab.php
create mode 100644 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Factory.php
create mode 100644 framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/TriggerTest.php
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy.php?rt=horde-git&r1=f93b36d4ed20134b83ab2e40afb745220dfc116b&r2=762eb101bc5a266c454e45f4dcb45ec6443f0ad6
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Access.php?rt=horde-git&r1=abe5588e540bd359f9bad1451a12705d114306cb&r2=762eb101bc5a266c454e45f4dcb45ec6443f0ad6
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php?rt=horde-git&r1=abe5588e540bd359f9bad1451a12705d114306cb&r2=762eb101bc5a266c454e45f4dcb45ec6443f0ad6
http://git.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Base.php?rt=horde-git&r=762eb101bc5a266c454e45f4dcb45ec6443f0ad6
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Controller/FreebusyController.php?rt=horde-git&r1=47b9ccfffb10e89122fc0538fc0a77b6146ce7b8&r2=762eb101bc5a266c454e45f4dcb45ec6443f0ad6
http://git.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Base.php?rt=horde-git&r=762eb101bc5a266c454e45f4dcb45ec6443f0ad6
http://git.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Base.php?rt=horde-git&r=762eb101bc5a266c454e45f4dcb45ec6443f0ad6
http://git.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Kolab.php?rt=horde-git&r=762eb101bc5a266c454e45f4dcb45ec6443f0ad6
http://git.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Factory.php?rt=horde-git&r=762eb101bc5a266c454e45f4dcb45ec6443f0ad6
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/package.xml?rt=horde-git&r1=47b9ccfffb10e89122fc0538fc0a77b6146ce7b8&r2=762eb101bc5a266c454e45f4dcb45ec6443f0ad6
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/DispatchTest.php?rt=horde-git&r1=f93b36d4ed20134b83ab2e40afb745220dfc116b&r2=762eb101bc5a266c454e45f4dcb45ec6443f0ad6
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/FreeBusyTest.php?rt=horde-git&r1=894e6213b470e9daf28475577a2f1f75d32d3448&r2=762eb101bc5a266c454e45f4dcb45ec6443f0ad6
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Mock/Controller/FreebusyController.php?rt=horde-git&r1=f93b36d4ed20134b83ab2e40afb745220dfc116b&r2=762eb101bc5a266c454e45f4dcb45ec6443f0ad6
http://git.horde.org/co.php/framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/TriggerTest.php?rt=horde-git&r=762eb101bc5a266c454e45f4dcb45ec6443f0ad6
More information about the commits
mailing list