[commits] Horde branch master updated. 6c7b1ce4d9b529822899af05df6b5a00ea414b8d

Jan Schneider jan at horde.org
Fri Sep 2 17:22:38 UTC 2011


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

from: a2082d825a03b150297357242a64a10162034b92

4537cc8 Avoid notice logs.
6c7b1ce Fix creating cache objects for Horde_Db.

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

commit 4537cc8a37eae711cd396f12fcf9908c0fbfcc46
Author: Jan Schneider <jan at horde.org>
Date:   Fri Sep 2 18:55:22 2011 +0200

    Avoid notice logs.

 turba/lib/View/List.php |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/4537cc8a37eae711cd396f12fcf9908c0fbfcc46

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

commit 6c7b1ce4d9b529822899af05df6b5a00ea414b8d
Author: Jan Schneider <jan at horde.org>
Date:   Fri Sep 2 19:17:34 2011 +0200

    Fix creating cache objects for Horde_Db.
    
    We cannot simply pass the current Horde_Db object into the Horde_Cache instance
    that we pass back to that object, because we might be creating a Horde_Db
    object for a completely different SQL configuration than required for
    Horde_Cache.
    Create a new Horde_Db object with the separate cache configuration instead, but
    set this object's 'cache' property to avoid an infinite loop.
    
    Bug: 10460

 framework/Core/lib/Horde/Core/Factory/Db.php |    5 ++++-
 framework/Core/package.xml                   |    3 +++
 2 files changed, 7 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/6c7b1ce4d9b529822899af05df6b5a00ea414b8d




More information about the commits mailing list