[commits] Horde branch master updated. b0565c9534ee799f6311872da7138bb3916c7a45

Gunnar Wrobel p at rdus.de
Wed Oct 28 21:39:34 UTC 2009


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

from: bb225fdeda7eaaa606defa98cb3e8f11ecefb38f

9fb759a... Configuration based factories should not require any parameters but the configuration.
90d3e57... Fix the Kolab_Session factories now that the Kolab_Server factories are complete. Additional testing.
b0565c9... Add tests to package.xml.

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

commit 9fb759a2f41cf71871a242e4f021faf05951da1b
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Oct 28 22:38:37 2009 +0100

    Configuration based factories should not require any parameters but the configuration.

 .../Kolab_Server/lib/Horde/Kolab/Server/Factory/Configuration.php |   15 +-
 .../lib/Horde/Kolab/Server/Factory/Conn/Configuration.php         |   92 +++++
 framework/Kolab_Server/package.xml                                |    2 +
 3 files changed, 103 insertions(+), 6 deletions(-)
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn/Configuration.php

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Configuration.php?rt=horde-git&r1=799385cf55e631e94aabe27452abd0b9f56dab56&r2=9fb759a2f41cf71871a242e4f021faf05951da1b
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Conn/Configuration.php?rt=horde-git&r=9fb759a2f41cf71871a242e4f021faf05951da1b
http://git.horde.org/diff.php/framework/Kolab_Server/package.xml?rt=horde-git&r1=799385cf55e631e94aabe27452abd0b9f56dab56&r2=9fb759a2f41cf71871a242e4f021faf05951da1b

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

commit 90d3e576ac9aa82c82caaf0c1659290ca60d953d
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Oct 28 22:39:42 2009 +0100

    Fix the Kolab_Session factories now that the Kolab_Server factories are complete. Additional testing.

 .../lib/Horde/Kolab/Session/Factory/Configuration.php             |   24 +-
 .../Kolab_Session/lib/Horde/Kolab/Session/Factory/Default.php     |    2 +-
 .../Kolab_Session/lib/Horde/Kolab/Session/Factory/Injector.php    |   33 +-
 framework/Kolab_Session/lib/Horde/Kolab/Session/Singleton.php     |    8 +-
 .../test/Horde/Kolab/Session/Class/Factory/ConfigurationTest.php  |  155 ++--
 .../test/Horde/Kolab/Session/Class/Factory/DefaultTest.php        |    9 +-
 .../test/Horde/Kolab/Session/Class/Factory/InjectorTest.php       |    4 +-
 .../test/Horde/Kolab/Session/Class/SingletonTest.php              |   10 +-
 .../test/Horde/Kolab/Session/Integration/SessionTest.php          |  222 +++++
 framework/Kolab_Session/test/Horde/Kolab/Session/SessionTest.php  |  222 -----
 10 files changed, 370 insertions(+), 319 deletions(-)
 create mode 100644 framework/Kolab_Session/test/Horde/Kolab/Session/Integration/SessionTest.php
 delete mode 100644 framework/Kolab_Session/test/Horde/Kolab/Session/SessionTest.php

http://git.horde.org/diff.php/framework/Kolab_Session/lib/Horde/Kolab/Session/Factory/Configuration.php?rt=horde-git&r1=9f7e3a0a45d4b39c345b58e35cbcfe6fdf4aa3bf&r2=90d3e576ac9aa82c82caaf0c1659290ca60d953d
http://git.horde.org/diff.php/framework/Kolab_Session/lib/Horde/Kolab/Session/Factory/Default.php?rt=horde-git&r1=f695fe922bbb55247fb0aa3a5364c0d7adb02303&r2=90d3e576ac9aa82c82caaf0c1659290ca60d953d
http://git.horde.org/diff.php/framework/Kolab_Session/lib/Horde/Kolab/Session/Factory/Injector.php?rt=horde-git&r1=9f7e3a0a45d4b39c345b58e35cbcfe6fdf4aa3bf&r2=90d3e576ac9aa82c82caaf0c1659290ca60d953d
http://git.horde.org/diff.php/framework/Kolab_Session/lib/Horde/Kolab/Session/Singleton.php?rt=horde-git&r1=f695fe922bbb55247fb0aa3a5364c0d7adb02303&r2=90d3e576ac9aa82c82caaf0c1659290ca60d953d
http://git.horde.org/diff.php/framework/Kolab_Session/test/Horde/Kolab/Session/Class/Factory/ConfigurationTest.php?rt=horde-git&r1=f695fe922bbb55247fb0aa3a5364c0d7adb02303&r2=90d3e576ac9aa82c82caaf0c1659290ca60d953d
http://git.horde.org/diff.php/framework/Kolab_Session/test/Horde/Kolab/Session/Class/Factory/DefaultTest.php?rt=horde-git&r1=f695fe922bbb55247fb0aa3a5364c0d7adb02303&r2=90d3e576ac9aa82c82caaf0c1659290ca60d953d
http://git.horde.org/diff.php/framework/Kolab_Session/test/Horde/Kolab/Session/Class/Factory/InjectorTest.php?rt=horde-git&r1=f695fe922bbb55247fb0aa3a5364c0d7adb02303&r2=90d3e576ac9aa82c82caaf0c1659290ca60d953d
http://git.horde.org/diff.php/framework/Kolab_Session/test/Horde/Kolab/Session/Class/SingletonTest.php?rt=horde-git&r1=f695fe922bbb55247fb0aa3a5364c0d7adb02303&r2=90d3e576ac9aa82c82caaf0c1659290ca60d953d
http://git.horde.org/co.php/framework/Kolab_Session/test/Horde/Kolab/Session/Integration/SessionTest.php?rt=horde-git&r=90d3e576ac9aa82c82caaf0c1659290ca60d953d
http://git.horde.org/diff.php/framework/Kolab_Session/test/Horde/Kolab/Session/SessionTest.php?rt=horde-git&r1=f695fe922bbb55247fb0aa3a5364c0d7adb02303&r2=90d3e576ac9aa82c82caaf0c1659290ca60d953d

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

commit b0565c9534ee799f6311872da7138bb3916c7a45
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Oct 28 22:39:58 2009 +0100

    Add tests to package.xml.

 framework/Kolab_Session/package.xml |   62 +++++++++++++++++++++++++++++++++-
 1 files changed, 60 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Session/package.xml?rt=horde-git&r1=f695fe922bbb55247fb0aa3a5364c0d7adb02303&r2=b0565c9534ee799f6311872da7138bb3916c7a45




More information about the commits mailing list