Switch to Horde_Provider and start restructuring the driver part.
authorGunnar Wrobel <p@rdus.de>
Wed, 16 Sep 2009 13:12:18 +0000 (15:12 +0200)
committerGunnar Wrobel <p@rdus.de>
Wed, 16 Sep 2009 13:12:18 +0000 (15:12 +0200)
commit762eb101bc5a266c454e45f4dcb45ec6443f0ad6
tree6c1b0a247988f6f15f884e67579f1940c83325b1
parent45e5fc4abdf4909ebde91ac19cd1802576df516c
Switch to Horde_Provider and start restructuring the driver part.
14 files changed:
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy.php
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Access.php [deleted file]
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache.php
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Cache/Base.php [new file with mode: 0644]
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Controller/FreebusyController.php
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Base.php [new file with mode: 0644]
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Base.php [new file with mode: 0644]
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Driver/Freebusy/Kolab.php [new file with mode: 0644]
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Factory.php [new file with mode: 0644]
framework/Kolab_FreeBusy/package.xml
framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/DispatchTest.php
framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/FreeBusyTest.php
framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Mock/Controller/FreebusyController.php
framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/TriggerTest.php [new file with mode: 0644]