[commits] Horde branch master updated. 3ebb61ddcff4c9dda73c2366cb30db2ced953280

Gunnar Wrobel p at rdus.de
Fri Mar 18 05:07:37 UTC 2011


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

from: 42f1335b0ef94abcc6f3b7951ddb0cc755cfe2e3

46e4354 This obviously needs more fixing but just comment for now so that the manager may log in.
ec0d886 Support the "kolab" app.
bcbec4a This is a meta-package providing configuration that should not be ignored.
d89909f First configuration file for horde.
ea34e2b Support disabling applications for administrators.
dc808c6 Rename.
0923ab9 Add imp.
a076de5 Ignore the "noadmin" status when listing all applications.
3bfbd2d Mark imp as "noadmin" for kolab.
d1d676c Add the complete set of applications.
0f3fde8 Class "Kolab" is no longer the right thing to use. Needs to be switched to the new system.
83f1431 Disable Kolab groups for now.
c21dc50 Allow disabling applications for administrators.
3ebb61d Fix creation of the Kolab_Storage handler.

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

commit 46e43540231be7fe3c2795dcc4d04182f0f3ca51
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 22:16:05 2011 +0100

    This obviously needs more fixing but just comment for now so that the manager may log in.

 .../lib/Horde/Kolab/Server/Object/Kolab/Administrator.php         |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/46e43540231be7fe3c2795dcc4d04182f0f3ca51

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

commit ec0d886392a924fce842b748b0c5ad60dcea3cf5
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 22:16:21 2011 +0100

    Support the "kolab" app.

 components/lib/Components/Pear/Package/Contents/Factory.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit bcbec4a9aaed84d6f124e5ed20efa3b0569fac87
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 22:16:48 2011 +0100

    This is a meta-package providing configuration that should not be ignored.

 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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

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

commit d89909f744c364c457748a4b8972debcab4b3918
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 22:17:07 2011 +0100

    First configuration file for horde.

 kolab/COPYING                              |  280 ++++++++++++++++++++++++++++
 kolab/config/conf.d/10-kolab_conf_base.php |   23 +++
 kolab/package.xml                          |   82 ++++++++
 3 files changed, 385 insertions(+), 0 deletions(-)
 create mode 100644 kolab/COPYING
 create mode 100644 kolab/config/conf.d/10-kolab_conf_base.php
 create mode 100644 kolab/package.xml

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

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

commit ea34e2bbd61c297811eac8eaaaa0d97bb8af2bcd
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 23:17:27 2011 +0100

    Support disabling applications for administrators.
    
    This is helpful for the Kolab backend where the "manager" user may log
    in but should not have webmail access as that account has no INBOX.

 framework/Core/lib/Horde/Registry.php |    4 +++-
 horde/config/registry.php             |    1 +
 2 files changed, 4 insertions(+), 1 deletions(-)

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

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

commit dc808c61e68324a49a35ad95a7d1d95e23aaf598
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 23:21:28 2011 +0100

    Rename.

 .gitignore                                 |    2 +-
 kolab/config/conf.d/10-kolab.php           |   23 +++++++++++++++++++++++
 kolab/config/conf.d/10-kolab_conf_base.php |   23 -----------------------
 3 files changed, 24 insertions(+), 24 deletions(-)
 create mode 100644 kolab/config/conf.d/10-kolab.php
 delete mode 100644 kolab/config/conf.d/10-kolab_conf_base.php

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

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

commit 0923ab94c755f066d5ac0d304864f3213c0574fe
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 23:24:21 2011 +0100

    Add imp.

 .gitignore                               |    4 +++
 kolab/imp/config/backends.d/10-kolab.php |   22 ++++++++++++++++++++
 kolab/imp/config/conf.d/10-kolab.php     |    5 ++++
 kolab/package.xml                        |   33 +++++++++++++++++++++++++----
 4 files changed, 59 insertions(+), 5 deletions(-)
 create mode 100644 kolab/imp/config/backends.d/10-kolab.php
 create mode 100644 kolab/imp/config/conf.d/10-kolab.php

http://git.horde.org/horde-git/-/commit/0923ab94c755f066d5ac0d304864f3213c0574fe

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

commit a076de576f04209db5650637fe790faa642cc4ac
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 23:37:29 2011 +0100

    Ignore the "noadmin" status when listing all applications.

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

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

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

commit 3bfbd2dd4bf7e04bba939675748fe3e89fdf0153
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 23:37:54 2011 +0100

    Mark imp as "noadmin" for kolab.

 kolab/config/registry.d/10-kolab.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
 create mode 100644 kolab/config/registry.d/10-kolab.php

http://git.horde.org/horde-git/-/commit/3bfbd2dd4bf7e04bba939675748fe3e89fdf0153

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

commit d1d676c902c70e2040fe94b689763bfc40bdbf54
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Mar 17 23:46:55 2011 +0100

    Add the complete set of applications.

 kolab/package.xml |   55 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 52 insertions(+), 3 deletions(-)

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

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

commit 0f3fde8b998fd9669c3058b594ea3860824fbf9b
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Mar 18 06:00:31 2011 +0100

    Class "Kolab" is no longer the right thing to use. Needs to be switched to the new system.

 ingo/config/backends.php   |    2 +-
 turba/config/backends.php  |    6 +++---
 turba/lib/Driver/Kolab.php |    3 ---
 3 files changed, 4 insertions(+), 7 deletions(-)

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

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

commit 83f1431038e92e44e0331b521b5ad0fb6548d89e
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Mar 18 06:00:53 2011 +0100

    Disable Kolab groups for now.

 kolab/config/conf.d/10-kolab.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/83f1431038e92e44e0331b521b5ad0fb6548d89e

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

commit c21dc50ba9d99a199c3e56e6bb79a89fcc2c454d
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Mar 18 06:03:35 2011 +0100

    Allow disabling applications for administrators.
    
    The applications need to remain accessible in the unauthenticated situation.

 framework/Core/lib/Horde/Registry.php |    1 +
 horde/config/registry.php             |    2 +-
 horde/docs/CHANGES                    |    1 +
 horde/package.xml                     |    1 +
 4 files changed, 4 insertions(+), 1 deletions(-)

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

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

commit 3ebb61ddcff4c9dda73c2366cb30db2ced953280
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Mar 18 06:04:27 2011 +0100

    Fix creation of the Kolab_Storage handler.

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

http://git.horde.org/horde-git/-/commit/3ebb61ddcff4c9dda73c2366cb30db2ced953280




More information about the commits mailing list