[commits] Horde branch master updated. de7b78a1cb7dc25641e167b92589265c1e109c53

Gunnar Wrobel p at rdus.de
Fri Mar 18 10:30:38 UTC 2011


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

from: cc046400c23967ce5b075274166b95d4a5cda3e8

31d632f Add missing method.
4915ee9 Call not required anymore.
8fd80be Deactivate the rest of the show.
16b3619 Add mnemo configuration.
591a441 The kolab configuration is required here.
0bb401f Fix queryset parameter.
5f5299b Initial patch to avoid fatalling out during the driver construction.
aa14c1c Complete the first draft of application configurations for the kolab backend.
b8f6002 These Kolab specific configurations are not required anymore as they will be maintained in the "kolab" application now.
de7b78a Update ignores.

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

commit 31d632ffa0896860ca9a26d63a8f9e3eeb5cabd8
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Mar 18 06:13:50 2011 +0100

    Add missing method.

 .../lib/Horde/Kolab/Storage/Driver/Decorator/Base.php             |   10 +++++
 1 files changed, 10 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/31d632ffa0896860ca9a26d63a8f9e3eeb5cabd8

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

commit 4915ee972d2df0f90b9e6e1012ecb764728771ea
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Mar 18 06:14:02 2011 +0100

    Call not required anymore.

 framework/Core/lib/Horde/Core/Factory/KolabStorage.php |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/4915ee972d2df0f90b9e6e1012ecb764728771ea

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

commit 8fd80be37a2342881897d6584e76f7fb493cee8f
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Mar 18 06:16:47 2011 +0100

    Deactivate the rest of the show.

 kolab/config/registry.d/10-kolab.php |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/8fd80be37a2342881897d6584e76f7fb493cee8f

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

commit 16b3619f4a0c981cffa4b98063ba901cbf4ecb09
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Mar 18 06:45:04 2011 +0100

    Add mnemo configuration.

 .gitignore                             |    1 +
 kolab/mnemo/config/conf.d/10-kolab.php |    2 ++
 kolab/package.xml                      |   14 +++++++++++---
 3 files changed, 14 insertions(+), 3 deletions(-)
 create mode 100644 kolab/mnemo/config/conf.d/10-kolab.php

http://git.horde.org/horde-git/-/commit/16b3619f4a0c981cffa4b98063ba901cbf4ecb09

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

commit 591a441612fe26ea360b396aca2de511c2a68245
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Mar 18 06:45:27 2011 +0100

    The kolab configuration is required here.

 framework/Core/lib/Horde/Core/Factory/KolabSession.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/591a441612fe26ea360b396aca2de511c2a68245

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

commit 0bb401f9b5972514964171e66ee5c54f4f71154c
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Mar 18 09:22:38 2011 +0100

    Fix queryset parameter.

 framework/Core/lib/Horde/Core/Factory/KolabStorage.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/0bb401f9b5972514964171e66ee5c54f4f71154c

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

commit 5f5299b5eb611fb629aee97c72bdf35b4d965a8b
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Mar 18 11:20:42 2011 +0100

    Initial patch to avoid fatalling out during the driver construction.

 turba/lib/Driver/Kolab.php   |   18 +++++++++---------
 turba/lib/Factory/Driver.php |    3 +++
 2 files changed, 12 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/5f5299b5eb611fb629aee97c72bdf35b4d965a8b

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

commit aa14c1c67a3117baf637fce364174a11a678fd4a
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Mar 18 11:23:10 2011 +0100

    Complete the first draft of application configurations for the kolab backend.

 kolab/ingo/config/backends.d/10-kolab.php  |   18 ++
 kolab/kronolith/config/conf.d/10-kolab.php |    9 +
 kolab/nag/config/conf.d/10-kolab.php       |    2 +
 kolab/package.xml                          |   38 ++++-
 kolab/turba/config/backends.d/10-kolab.php |  246 ++++++++++++++++++++++++++++
 kolab/turba/config/conf.d/10-kolab.php     |    2 +
 6 files changed, 314 insertions(+), 1 deletions(-)
 create mode 100644 kolab/ingo/config/backends.d/10-kolab.php
 create mode 100644 kolab/kronolith/config/conf.d/10-kolab.php
 create mode 100644 kolab/nag/config/conf.d/10-kolab.php
 create mode 100644 kolab/turba/config/backends.d/10-kolab.php
 create mode 100644 kolab/turba/config/conf.d/10-kolab.php

http://git.horde.org/horde-git/-/commit/aa14c1c67a3117baf637fce364174a11a678fd4a

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

commit b8f6002c5dc768eaf74f2dea107fb3b9c212e311
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Mar 18 11:24:41 2011 +0100

    These Kolab specific configurations are not required anymore as they will be maintained in the "kolab" application now.
    
    Jan was right: Seems there is no immediate need for complex policy stuff :)

 imp/config/backends.php   |   23 ----
 ingo/config/backends.php  |   20 ----
 turba/config/backends.php |  248 ---------------------------------------------
 3 files changed, 0 insertions(+), 291 deletions(-)

http://git.horde.org/horde-git/-/commit/b8f6002c5dc768eaf74f2dea107fb3b9c212e311

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

commit de7b78a1cb7dc25641e167b92589265c1e109c53
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Mar 18 11:24:56 2011 +0100

    Update ignores.

 .gitignore |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/de7b78a1cb7dc25641e167b92589265c1e109c53




More information about the commits mailing list