[commits] Horde branch master updated. ca7bcbfb1a005340530f7c5739d27227b545279a
Michael M Slusarz
slusarz at horde.org
Tue May 14 04:15:57 UTC 2013
The branch "master" has been updated.
The following is a summary of the commits.
from: 1b2cfb55e97b6cb5177cc8ec7b956effc8e738b2
4354894 Using SQL as a cache driver is a Bad Idea
f15c76f [mms] Add factory for Horde_HashTable drivers.
8e4bec9 [mms] Horde_Memcache usage is deprecated in favor of Horde_HashTable.
00750d2 [mms] Add configuration of the Horde_HashTable package.
ca7bcbf [mms] Make sure we are not using a SQL Cache driver in the DB object itself.
-----------------------------------------------------------------------
commit 43548945a093198d79ec74dc2606a97bc3111e12
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 13 21:38:43 2013 -0600
Using SQL as a cache driver is a Bad Idea
horde/config/conf.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/43548945a093198d79ec74dc2606a97bc3111e12
-----------------------------------------------------------------------
commit f15c76faa334a07f1bea07b790e2d75ce335f99a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 13 21:42:59 2013 -0600
[mms] Add factory for Horde_HashTable drivers.
framework/Core/lib/Horde/Core/Factory/Cache.php | 11 ++-
framework/Core/lib/Horde/Core/Factory/HashTable.php | 84 ++++++++++++++
framework/Core/lib/Horde/Core/Factory/Memcache.php | 5 +-
framework/Core/lib/Horde/Core/Factory/SessionHandler.php | 14 ++-
framework/Core/lib/Horde/Registry.php | 1 +
framework/Core/package.xml | 10 +-
6 files changed, 112 insertions(+), 13 deletions(-)
create mode 100644 framework/Core/lib/Horde/Core/Factory/HashTable.php
http://git.horde.org/horde-git/-/commit/f15c76faa334a07f1bea07b790e2d75ce335f99a
-----------------------------------------------------------------------
commit 8e4bec9df8ed9fa1a6e2f9e2b38b15afcb997713
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 13 21:43:16 2013 -0600
[mms] Horde_Memcache usage is deprecated in favor of Horde_HashTable.
framework/Core/package.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/8e4bec9df8ed9fa1a6e2f9e2b38b15afcb997713
-----------------------------------------------------------------------
commit 00750d2d0241231755f412aadb0877787988a0bc
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 13 21:45:22 2013 -0600
[mms] Add configuration of the Horde_HashTable package.
horde/config/conf.xml | 58 ++++++++++++++++++++++++++++--------------------
horde/docs/CHANGES | 1 +
horde/docs/UPGRADING | 6 +++++
horde/package.xml | 2 +
4 files changed, 43 insertions(+), 24 deletions(-)
http://git.horde.org/horde-git/-/commit/00750d2d0241231755f412aadb0877787988a0bc
-----------------------------------------------------------------------
commit ca7bcbfb1a005340530f7c5739d27227b545279a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 13 22:15:15 2013 -0600
[mms] Make sure we are not using a SQL Cache driver in the DB object itself.
For obvious chicken/egg reasons.
framework/Core/lib/Horde/Core/Factory/Cache.php | 44 ++++++++++++++---------
framework/Core/lib/Horde/Core/Factory/Db.php | 3 +-
framework/Core/package.xml | 2 +
3 files changed, 31 insertions(+), 18 deletions(-)
http://git.horde.org/horde-git/-/commit/ca7bcbfb1a005340530f7c5739d27227b545279a
More information about the commits
mailing list