[commits] Horde branch master updated. 31bad02eae439ebe2564e83b86a2846ff17f452c
Chuck Hagenbuch
chuck at horde.org
Wed Jan 26 18:05:17 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: 62b8744e42a344ddc99cb75c40b25faeb28aeef3
86a3abf Don't consider the connection active if the connection object is missing/false, and try reconnecting if the connection isn't active when execute() is called
31bad02 First crack at converting Horde_History to Horde_Db. Tests pass; library has been updated to only throw Horde_History exceptions so that we don't break encapsulation.
-----------------------------------------------------------------------
commit 86a3abf06cb476637e25b8612c7424fa600f44de
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Tue Jan 25 09:04:59 2011 -0500
Don't consider the connection active if the connection object is missing/false, and try reconnecting if the connection isn't active when execute() is called
framework/Db/lib/Horde/Db/Adapter/Base.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/86a3abf06cb476637e25b8612c7424fa600f44de
-----------------------------------------------------------------------
commit 31bad02eae439ebe2564e83b86a2846ff17f452c
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Tue Jan 25 09:39:59 2011 -0500
First crack at converting Horde_History to Horde_Db. Tests pass; library has been updated to only throw Horde_History exceptions so that we don't break encapsulation.
framework/Core/lib/Horde/Core/Factory/History.php | 6 +-
framework/History/lib/Horde/History.php | 44 +---
framework/History/lib/Horde/History/Factory.php | 160 -------------
framework/History/lib/Horde/History/Sql.php | 119 +++-------
framework/History/package.xml | 2 -
framework/History/test/Horde/History/InterfaceTest.php | 196 +++-------------
horde/scripts/sql/horde_histories.mssql.sql | 6 +-
horde/scripts/sql/horde_histories.mysql.sql | 13 +
horde/scripts/sql/horde_histories.pgsql.sql | 13 +
horde/scripts/sql/horde_histories.sql | 15 --
10 files changed, 104 insertions(+), 470 deletions(-)
delete mode 100644 framework/History/lib/Horde/History/Factory.php
create mode 100644 horde/scripts/sql/horde_histories.mysql.sql
create mode 100644 horde/scripts/sql/horde_histories.pgsql.sql
delete mode 100644 horde/scripts/sql/horde_histories.sql
http://git.horde.org/horde-git/-/commit/31bad02eae439ebe2564e83b86a2846ff17f452c
More information about the commits
mailing list