[commits] Horde branch master updated. 47b9ccfffb10e89122fc0538fc0a77b6146ce7b8
Gunnar Wrobel
p at rdus.de
Fri Sep 11 09:50:09 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 6a60820325518dc08379fc33aa4edb814e1defed
47b9ccf... 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.
-----------------------------------------------------------------------
commit 47b9ccfffb10e89122fc0538fc0a77b6146ce7b8
Author: Gunnar Wrobel <p at rdus.de>
Date: Fri Sep 11 11:50:16 2009 +0200
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 | 528 ++---
.../lib/Horde/Kolab/FreeBusy/Controller/FreebusyController.php | 347 +++
framework/Kolab_FreeBusy/package.xml | 12 +
.../Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/DispatchTest.php | 137 ++
.../Horde/Kolab/FreeBusy/Mock/Controller/FreebusyController.php | 76 +
framework/Kolab_FreeBusy/www/Horde/Kolab/FreeBusy/freebusy.php | 38 +-
6 files changed, 848 insertions(+), 290 deletions(-)
create mode 100644 framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Controller/FreebusyController.php
create mode 100644 framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/DispatchTest.php
create mode 100644 framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Mock/Controller/FreebusyController.php
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy.php?rt=horde-git&r1=abe5588e540bd359f9bad1451a12705d114306cb&r2=47b9ccfffb10e89122fc0538fc0a77b6146ce7b8
http://git.horde.org/co.php/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Controller/FreebusyController.php?rt=horde-git&r=47b9ccfffb10e89122fc0538fc0a77b6146ce7b8
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/package.xml?rt=horde-git&r1=abe5588e540bd359f9bad1451a12705d114306cb&r2=47b9ccfffb10e89122fc0538fc0a77b6146ce7b8
http://git.horde.org/co.php/framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/DispatchTest.php?rt=horde-git&r=47b9ccfffb10e89122fc0538fc0a77b6146ce7b8
http://git.horde.org/co.php/framework/Kolab_FreeBusy/test/Horde/Kolab/FreeBusy/Mock/Controller/FreebusyController.php?rt=horde-git&r=47b9ccfffb10e89122fc0538fc0a77b6146ce7b8
http://git.horde.org/diff.php/framework/Kolab_FreeBusy/www/Horde/Kolab/FreeBusy/freebusy.php?rt=horde-git&r1=abe5588e540bd359f9bad1451a12705d114306cb&r2=47b9ccfffb10e89122fc0538fc0a77b6146ce7b8
More information about the commits
mailing list