[commits] Horde branch master updated. ac9bab7c4ff3a751bcf9de380a508a49bb5dfcfe
Michael M Slusarz
slusarz at horde.org
Mon May 20 20:03:04 UTC 2013
The branch "master" has been updated.
The following is a summary of the commits.
from: 37c8d463e562956f6a8f360bcd2cb64a82dd8fea
af853b3 Simplify text
9d72f5f Locking is not an issue with memory hashtable data.
2795a29 phpdoc
f1fadef [mms] Add null driver.
ec6d1c8 Use in-memory hashtable if none configured
ac9bab7 Revert "Fix history access when no hash table is configured."
-----------------------------------------------------------------------
commit af853b38c67cdf03d911df8b19577ea4f85f58c7
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun May 19 02:51:05 2013 -0600
Simplify text
imp/lib/Dynamic/Compose/Common.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/af853b38c67cdf03d911df8b19577ea4f85f58c7
-----------------------------------------------------------------------
commit 9d72f5f07226cf8f8ef60f0f143e798b24c727ea
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 20 12:58:55 2013 -0600
Locking is not an issue with memory hashtable data.
Locks only matter for drivers that can be accessed from different
processes.
framework/HashTable/lib/Horde/HashTable/Memory.php | 23 +++++++++++++-------
1 files changed, 15 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/9d72f5f07226cf8f8ef60f0f143e798b24c727ea
-----------------------------------------------------------------------
commit 2795a2976e6debfb01a70fd79e9dc677af3b1dec
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 20 13:02:21 2013 -0600
phpdoc
framework/HashTable/lib/Horde/HashTable/Lock.php | 5 +++--
framework/HashTable/lib/Horde/HashTable/Memcache.php | 2 +-
framework/HashTable/lib/Horde/HashTable/Memory.php | 2 +-
framework/HashTable/lib/Horde/HashTable/Predis.php | 2 +-
4 files changed, 6 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/2795a2976e6debfb01a70fd79e9dc677af3b1dec
-----------------------------------------------------------------------
commit f1fadef7eed9ccdc42b300f6559a5d3039dc5a42
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 20 14:00:21 2013 -0600
[mms] Add null driver.
framework/HashTable/lib/Horde/HashTable/Null.php | 73 ++++++++++++++++++++++
framework/Test/package.xml | 4 +-
2 files changed, 75 insertions(+), 2 deletions(-)
create mode 100644 framework/HashTable/lib/Horde/HashTable/Null.php
http://git.horde.org/horde-git/-/commit/f1fadef7eed9ccdc42b300f6559a5d3039dc5a42
-----------------------------------------------------------------------
commit ec6d1c87fae0775ba80aae3fa45fc76813de163e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 20 14:01:42 2013 -0600
Use in-memory hashtable if none configured
framework/Core/lib/Horde/Core/Factory/HashTable.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/ec6d1c87fae0775ba80aae3fa45fc76813de163e
-----------------------------------------------------------------------
commit ac9bab7c4ff3a751bcf9de380a508a49bb5dfcfe
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon May 20 14:02:36 2013 -0600
Revert "Fix history access when no hash table is configured."
This reverts commit 37c8d463e562956f6a8f360bcd2cb64a82dd8fea.
HashTable factory now always returns a valid object.
framework/Core/lib/Horde/Core/Factory/History.php | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/ac9bab7c4ff3a751bcf9de380a508a49bb5dfcfe
More information about the commits
mailing list