[commits] Horde branch master updated. 9f7e3a0a45d4b39c345b58e35cbcfe6fdf4aa3bf

Gunnar Wrobel p at rdus.de
Tue Oct 27 23:09:53 UTC 2009


The branch "master" has been updated.
The following is a summary of the commits.

from: b0091537dd8b224b148cb37450624dc11db34754

1454986... Start splitting the factory into separate classes. Added some tests for that.
a6826b0... Fix the code coverage report.
9f7e3a0... CS

-----------------------------------------------------------------------

commit 1454986cf3ae94217ce21547183cba995129674a
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Oct 28 00:11:27 2009 +0100

    Start splitting the factory into separate classes. Added some tests for that.

 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory.php         |  317 +----
 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Base.php    |  141 ++
 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Cleaned.php |  144 ++
 .../Kolab_Server/lib/Horde/Kolab/Server/Factory/Configuration.php |  170 ++
 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn.php    |   45 +
 .../Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn/Base.php     |   68 +
 .../Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn/Injector.php |   66 +
 .../Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn/Ldap.php     |   52 +
 .../Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn/Mock.php     |   43 +
 .../Kolab_Server/lib/Horde/Kolab/Server/Factory/Constructor.php   |  133 ++
 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Default.php |   64 +
 .../Kolab_Server/lib/Horde/Kolab/Server/Factory/Injector.php      |  342 +++++
 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Kolab.php   |   42 +
 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Logged.php  |  152 ++
 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Mapped.php  |  154 ++
 .../test/Horde/Kolab/Server/Class/Server/Factory/KolabTest.php    |  182 +++
 16 files changed, 1831 insertions(+), 284 deletions(-)
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Base.php
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Cleaned.php
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Configuration.php
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn.php
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn/Base.php
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn/Injector.php
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn/Ldap.php
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn/Mock.php
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Constructor.php
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Default.php
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Injector.php
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Kolab.php
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Logged.php
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Mapped.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/KolabTest.php

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory.php?rt=horde-git&r1=ea0810fa8c34748c6426e4daa8c70b64d638a24d&r2=1454986cf3ae94217ce21547183cba995129674a
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Base.php?rt=horde-git&r=1454986cf3ae94217ce21547183cba995129674a
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Cleaned.php?rt=horde-git&r=1454986cf3ae94217ce21547183cba995129674a
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Configuration.php?rt=horde-git&r=1454986cf3ae94217ce21547183cba995129674a
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn.php?rt=horde-git&r=1454986cf3ae94217ce21547183cba995129674a
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn/Base.php?rt=horde-git&r=1454986cf3ae94217ce21547183cba995129674a
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn/Injector.php?rt=horde-git&r=1454986cf3ae94217ce21547183cba995129674a
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn/Ldap.php?rt=horde-git&r=1454986cf3ae94217ce21547183cba995129674a
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn/Mock.php?rt=horde-git&r=1454986cf3ae94217ce21547183cba995129674a
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Constructor.php?rt=horde-git&r=1454986cf3ae94217ce21547183cba995129674a
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Default.php?rt=horde-git&r=1454986cf3ae94217ce21547183cba995129674a
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Injector.php?rt=horde-git&r=1454986cf3ae94217ce21547183cba995129674a
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Kolab.php?rt=horde-git&r=1454986cf3ae94217ce21547183cba995129674a
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Logged.php?rt=horde-git&r=1454986cf3ae94217ce21547183cba995129674a
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Mapped.php?rt=horde-git&r=1454986cf3ae94217ce21547183cba995129674a
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/KolabTest.php?rt=horde-git&r=1454986cf3ae94217ce21547183cba995129674a

-----------------------------------------------------------------------

commit a6826b04b236c3f578637ab45ccd800840497b70
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Oct 28 00:12:06 2009 +0100

    Fix the code coverage report.

 framework/Kolab_Server/lib/Horde/Kolab/Server/Composite.php       |   41 +++-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Connection/File.php |    3 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Mapped.php          |    2 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Empty.php             |    4 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Field.php             |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Hash.php     |   39 +++-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab.php    |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Address.php  |    2 +-
 .../lib/Horde/Kolab/Server/Object/Kolab/Adminrole.php             |    2 +-
 .../lib/Horde/Kolab/Server/Object/Kolab/Domainmaintainer.php      |    2 +-
 .../lib/Horde/Kolab/Server/Object/Kolabsharedfolder.php           |    4 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Mcached.php  |   44 ++++-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Search.php   |    4 +-
 .../lib/Horde/Kolab/Server/Object/Search/Attributes.php           |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Object/Search/Base.php    |    3 +-
 framework/Kolab_Server/package.xml                                |   52 ++++-
 .../Kolab_Server/test/Horde/Kolab/Server/Server/FactoryTest.php   |    1 +
 framework/Kolab_Server/test/Horde/Kolab/Server/phpunit.xml        |    8 +
 18 files changed, 185 insertions(+), 32 deletions(-)
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/phpunit.xml

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Composite.php?rt=horde-git&r1=5b81b664a45c9f60f0b1e01368998bcba151f289&r2=a6826b04b236c3f578637ab45ccd800840497b70
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Connection/File.php?rt=horde-git&r1=ea0810fa8c34748c6426e4daa8c70b64d638a24d&r2=a6826b04b236c3f578637ab45ccd800840497b70
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Mapped.php?rt=horde-git&r1=ea0810fa8c34748c6426e4daa8c70b64d638a24d&r2=a6826b04b236c3f578637ab45ccd800840497b70
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Attribute/Empty.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=a6826b04b236c3f578637ab45ccd800840497b70
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Attribute/Field.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=a6826b04b236c3f578637ab45ccd800840497b70
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Hash.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=a6826b04b236c3f578637ab45ccd800840497b70
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab.php?rt=horde-git&r1=bb4162ab25369daf39a400c3226bf854aa1de6f1&r2=a6826b04b236c3f578637ab45ccd800840497b70
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Address.php?rt=horde-git&r1=c3f65c038d6315cbf3a2f9a79a03d670e9d46776&r2=a6826b04b236c3f578637ab45ccd800840497b70
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Adminrole.php?rt=horde-git&r1=5be957d1511d09ec3a01f438b0bc7942f5d869f2&r2=a6826b04b236c3f578637ab45ccd800840497b70
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Domainmaintainer.php?rt=horde-git&r1=ea0810fa8c34748c6426e4daa8c70b64d638a24d&r2=a6826b04b236c3f578637ab45ccd800840497b70
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabsharedfolder.php?rt=horde-git&r1=bb4162ab25369daf39a400c3226bf854aa1de6f1&r2=a6826b04b236c3f578637ab45ccd800840497b70
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Mcached.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=a6826b04b236c3f578637ab45ccd800840497b70
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Search.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=a6826b04b236c3f578637ab45ccd800840497b70
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Search/Attributes.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=a6826b04b236c3f578637ab45ccd800840497b70
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Search/Base.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=a6826b04b236c3f578637ab45ccd800840497b70
http://git.horde.org/diff.php/framework/Kolab_Server/package.xml?rt=horde-git&r1=ea0810fa8c34748c6426e4daa8c70b64d638a24d&r2=a6826b04b236c3f578637ab45ccd800840497b70
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Server/FactoryTest.php?rt=horde-git&r1=ea0810fa8c34748c6426e4daa8c70b64d638a24d&r2=a6826b04b236c3f578637ab45ccd800840497b70
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/phpunit.xml?rt=horde-git&r=a6826b04b236c3f578637ab45ccd800840497b70

-----------------------------------------------------------------------

commit 9f7e3a0a45d4b39c345b58e35cbcfe6fdf4aa3bf
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Oct 28 00:12:20 2009 +0100

    CS

 .../lib/Horde/Kolab/Session/Factory/Configuration.php             |    2 +-
 .../Kolab_Session/lib/Horde/Kolab/Session/Factory/Injector.php    |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Session/lib/Horde/Kolab/Session/Factory/Configuration.php?rt=horde-git&r1=f695fe922bbb55247fb0aa3a5364c0d7adb02303&r2=9f7e3a0a45d4b39c345b58e35cbcfe6fdf4aa3bf
http://git.horde.org/diff.php/framework/Kolab_Session/lib/Horde/Kolab/Session/Factory/Injector.php?rt=horde-git&r1=f695fe922bbb55247fb0aa3a5364c0d7adb02303&r2=9f7e3a0a45d4b39c345b58e35cbcfe6fdf4aa3bf




More information about the commits mailing list