[commits] Horde branch master updated. 884568197036e1e38b4d2088f240da3a7c31c186

Michael M Slusarz slusarz at horde.org
Wed May 19 03:38:12 UTC 2010


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

from: 1a37a6d9d1980ddcddb07fbe2dd1533f57842097

7a267e8 Indicate in config file that memory caching only works for persistent backends
8845681 Fix cyclic dependency with Horde_Db_Base_Adapter binder

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

commit 7a267e8f337a482708da4659c8e08e2143619ae1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue May 18 14:03:03 2010 -0600

    Indicate in config file that memory caching only works for persistent backends

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

http://git.horde.org/diff.php/horde/config/conf.xml?rt=horde-git&r1=6c1ecdd0e43d4a8794399d74ceb6bb51d3871a44&r2=7a267e8f337a482708da4659c8e08e2143619ae1

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

commit 884568197036e1e38b4d2088f240da3a7c31c186
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue May 18 21:35:46 2010 -0600

    Fix cyclic dependency with Horde_Db_Base_Adapter binder
    
    Horde_Db (optionally) uses both cache and/or logger objects. However,
    these objects can themselves use Horde_Db. Thus, to init these objects,
    the Horde_Db object must have already been instantiated. These objects
    cannot be passed to Horde_Db at construct time - they must be added in
    afterwards.

 framework/Core/lib/Horde/Core/Binder/Db.php |   20 ++++---
 framework/Db/lib/Horde/Db/Adapter/Base.php  |   78 ++++++++++++++++-----------
 framework/Db/package.xml                    |   10 ++++
 3 files changed, 67 insertions(+), 41 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Binder/Db.php?rt=horde-git&r1=0c369fee9b6ef70bdd92f1141635699d5ad9707b&r2=884568197036e1e38b4d2088f240da3a7c31c186
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Base.php?rt=horde-git&r1=c5a17f712a86e81377a1f81a28c3d2c38597d869&r2=884568197036e1e38b4d2088f240da3a7c31c186
http://git.horde.org/diff.php/framework/Db/package.xml?rt=horde-git&r1=0c369fee9b6ef70bdd92f1141635699d5ad9707b&r2=884568197036e1e38b4d2088f240da3a7c31c186




More information about the commits mailing list