[commits] Horde branch master updated. 2bf97a84672e8e23d73b372fc9b83f397868d32f

Jan Schneider jan at horde.org
Tue Feb 15 18:18:44 UTC 2011


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

from: 8cf264477786638c995bfa120bb99f17fd0ea7d1

d125f2c This test seems more correct.
4f100ff Fix package name.
574a46c Catch exceptions from notification decorators and notify about them.
c91a8dc Add flag to specify PEAR configuration.
e3fa61a Fix channel name.
a3f69f2 Uses horde/Role.
3ba9304 Add missing dependencies.
ac3928a Default to SQL backends for most systems, but force the admin to pick a DB configuration (or None, for that matter).
9d790cc Throw a useful error message if DB configuration is missing.
7237290 Catch unavailable prefs storage backend like we already catch unvailable cache backends.
666c21c Pick better defaults.
2bf97a8 Fix driver names.

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

commit d125f2ccdeea1189366e79c510cb5ff69244826e
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 15 14:20:10 2011 +0100

    This test seems more correct.

 framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 4f100ff4bad9aa73a95a18a34565986956cbdf13
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 15 15:03:56 2011 +0100

    Fix package name.

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

http://git.horde.org/horde-git/-/commit/4f100ff4bad9aa73a95a18a34565986956cbdf13

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

commit 574a46c3e053ecc62010aaa8570e067ea3fb7bbc
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 15 19:06:34 2011 +0100

    Catch exceptions from notification decorators and notify about them.

 framework/Notification/lib/Horde/Notification/Exception.php       |   16 +
 framework/Notification/lib/Horde/Notification/Handler.php         |    6 +-
 .../lib/Horde/Notification/Handler/Decorator/Alarm.php            |    8 +-
 .../lib/Horde/Notification/Handler/Decorator/Base.php             |    2 +
 framework/Notification/package.xml                                |  125 +++--
 5 files changed, 106 insertions(+), 51 deletions(-)
 create mode 100644 framework/Notification/lib/Horde/Notification/Exception.php

http://git.horde.org/horde-git/-/commit/574a46c3e053ecc62010aaa8570e067ea3fb7bbc

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

commit c91a8dc2d7251b62965162874e97109ced0c0710
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 15 19:08:19 2011 +0100

    Add flag to specify PEAR configuration.

 framework/Core/lib/Horde/Core/Db/Migration.php |   11 ++++++-----
 horde/bin/db_migrate                           |   12 ++++++++++--
 2 files changed, 16 insertions(+), 7 deletions(-)

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

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

commit e3fa61ae95a81cf6542da6ba44bfae8297883e87
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 15 19:08:42 2011 +0100

    Fix channel name.

 framework/File_PDF/package.xml |    2 +-
 framework/VFS/package.xml      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit a3f69f20a33d95d190634fa5c4498b0bcd79e6fa
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 15 19:09:42 2011 +0100

    Uses horde/Role.

 framework/Mime_Viewer/package.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

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

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

commit 3ba9304dc9b7cabf183409dbe43c7bc5fd297dda
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 15 19:10:06 2011 +0100

    Add missing dependencies.

 horde/package.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

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

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

commit ac3928a716ec02bb434b4a72776ab00a7359ed22
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 15 19:14:22 2011 +0100

    Default to SQL backends for most systems, but force the admin to pick a
    DB configuration (or None, for that matter).

 framework/Core/lib/Horde/Config.php |    2 +-
 horde/config/conf.xml               |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

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

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

commit 9d790cc6f58495795c6345c161d8a324d1b625ce
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 15 19:16:00 2011 +0100

    Throw a useful error message if DB configuration is missing.

 framework/Core/lib/Horde/Core/Factory/Db.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/9d790cc6f58495795c6345c161d8a324d1b625ce

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

commit 723729034050ee02ad674bf58bb8de72daec116e
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 15 19:16:37 2011 +0100

    Catch unavailable prefs storage backend like we already catch unvailable
    cache backends.
    
    This allows us to default the prefs backend to SQL even if a DB
    configuration is not available yet.

 framework/Core/lib/Horde/Core/Factory/Prefs.php |   52 +++++++++++++++-------
 horde/config/conf.php.dist                      |    2 +-
 2 files changed, 36 insertions(+), 18 deletions(-)

http://git.horde.org/horde-git/-/commit/723729034050ee02ad674bf58bb8de72daec116e

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

commit 666c21c5ac530b07184d9da839517276ece52635
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 15 19:18:03 2011 +0100

    Pick better defaults.

 horde/config/conf.php.dist |    2 +-
 horde/config/conf.xml      |    8 +++-----
 2 files changed, 4 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/666c21c5ac530b07184d9da839517276ece52635

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

commit 2bf97a84672e8e23d73b372fc9b83f397868d32f
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 15 19:18:18 2011 +0100

    Fix driver names.

 horde/config/conf.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/2bf97a84672e8e23d73b372fc9b83f397868d32f




More information about the commits mailing list