[commits] Horde branch master updated. 006e9be94529c26012c79d9e384b10f23cf675cc
Michael J. Rubinsky
mrubinsk at horde.org
Wed Jan 12 19:45:34 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: 1444ec62c6688518002be1d935176a66447d6c7c
51e3e9d declare $_instances member, phpdoc
604689b Start removing PEAR::DB from kronolith, refactor for H4
00df42f Fix object updating
006e9be Log the query when throwing this error
-----------------------------------------------------------------------
commit 51e3e9d81aa5e32468d706aaf074c89557926bb5
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Jan 12 10:56:46 2011 -0500
declare $_instances member, phpdoc
framework/Core/lib/Horde/Core/Factory/ShareBase.php | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/51e3e9d81aa5e32468d706aaf074c89557926bb5
-----------------------------------------------------------------------
commit 604689b2709ee6b9ecaad0a653933a1e247175d7
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Jan 12 12:25:18 2011 -0500
Start removing PEAR::DB from kronolith, refactor for H4
This commit:
* Refactor Kronolith_Storage to use dependency injection
* Replace PEAR::DB usage with Horde_Db_Adapter in Kronolith_Storage
Kolab storage driver wasn't touched, as I'm not familiar enough with this code,
though the code should still work, it just wasn't refactored for DI
kronolith/lib/FreeBusy.php | 2 +-
kronolith/lib/Injector/Factory/Storage.php | 80 +++++++++++++++++++++++++++
kronolith/lib/Storage.php | 48 ----------------
kronolith/lib/Storage/sql.php | 81 +++++++---------------------
4 files changed, 100 insertions(+), 111 deletions(-)
create mode 100644 kronolith/lib/Injector/Factory/Storage.php
http://git.horde.org/horde-git/-/commit/604689b2709ee6b9ecaad0a653933a1e247175d7
-----------------------------------------------------------------------
commit 00df42f392d5ececae85f1b3d8c029c0824e2762
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Jan 12 14:44:25 2011 -0500
Fix object updating
turba/lib/Driver/Sql.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/00df42f392d5ececae85f1b3d8c029c0824e2762
-----------------------------------------------------------------------
commit 006e9be94529c26012c79d9e384b10f23cf675cc
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Wed Jan 12 14:44:50 2011 -0500
Log the query when throwing this error
framework/Db/lib/Horde/Db/Adapter/Base.php | 1 +
framework/Db/test/Horde/Db/Adapter/Mysql/conf.php | 1 +
framework/Db/test/Horde/Db/Adapter/Postgresql/conf.php | 1 +
3 files changed, 3 insertions(+), 0 deletions(-)
create mode 120000 framework/Db/test/Horde/Db/Adapter/Mysql/conf.php
create mode 120000 framework/Db/test/Horde/Db/Adapter/Postgresql/conf.php
http://git.horde.org/horde-git/-/commit/006e9be94529c26012c79d9e384b10f23cf675cc
More information about the commits
mailing list