Started converting the Kolab Free/Busy application into a Horde MVC
authorGunnar Wrobel <p@rdus.de>
Fri, 11 Sep 2009 09:50:16 +0000 (11:50 +0200)
committerGunnar Wrobel <p@rdus.de>
Fri, 11 Sep 2009 09:50:16 +0000 (11:50 +0200)
commit47b9ccfffb10e89122fc0538fc0a77b6146ce7b8
treea6a6f5f69464daeeb01cfd1dea3035b5112ad9db
parent6a60820325518dc08379fc33aa4edb814e1defed
Started converting the Kolab Free/Busy application into a Horde MVC
based webapp. Also began to remove the use of singletons in order to
facilitate unit testing the system. Horde_Kolab_FreeBusy now serves as
Registry/ServiceLocator to the various services required.
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy.php
framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Controller/FreebusyController.php [new file with mode: 0644]
framework/Kolab_FreeBusy/package.xml
framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/DispatchTest.php [new file with mode: 0644]
framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Mock/Controller/FreebusyController.php [new file with mode: 0644]
framework/Kolab_FreeBusy/www/Horde/Kolab/FreeBusy/freebusy.php