[commits] Horde branch master updated. dbe0c36b82b3f166186a7168086216b294e76088
Michael M Slusarz
slusarz at horde.org
Fri Jul 25 23:58:28 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: a9a15ea8b3465387d305a5823e8f96d73da457b4
c0b73f2 Revert "Add code to VFS hashtable driver to allow stream data to be returned"
f8d2f95 Add Core-specific VFS HashTable driver
9ae20ff Update CODING_STANDARDS re: FNV1-32 hashing
7e86d1b SHA1 hash the VFS storage key
dbe0c36 Add user information to Horde_Data_Storage key
Summary: http://github.com/horde/horde/compare/a9a15ea8b3465387d305a5823e8f96d73da457b4...dbe0c36b82b3f166186a7168086216b294e76088
-----------------------------------------------------------------------
commit c0b73f255cb176494d3a028edb45cdd721e3ee89
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Jul 25 12:59:01 2014 -0600
Revert "Add code to VFS hashtable driver to allow stream data to be returned"
This reverts commit 6fb5ebed4b51c91b1d3a411b7295edf009803d44.
Keep base Vfs driver pristine. Will add this to Core-specific Vfs
driver instead.
framework/HashTable/lib/Horde/HashTable/Vfs.php | 29 +---------------------
framework/HashTable/package.xml | 7 -----
2 files changed, 2 insertions(+), 34 deletions(-)
http://github.com/horde/horde/commit/c0b73f255cb176494d3a028edb45cdd721e3ee89
-----------------------------------------------------------------------
commit f8d2f957de9424d98fe1c319dcfcbc745f59d37a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Jul 25 13:14:17 2014 -0600
Add Core-specific VFS HashTable driver
Uses Horde config for VFS.
Also allows handling that handles filenames and streams. This is an
optimization for common use cases in Horde applications - working with data
stored in temporary files that have been uploaded from the browser.
framework/Core/lib/Horde/Core/HashTable/PersistentSession.php | 20 +-
framework/Core/lib/Horde/Core/HashTable/Vfs.php | 144 +++++++++
framework/Core/package.xml | 2 +
3 files changed, 149 insertions(+), 17 deletions(-)
create mode 100644 framework/Core/lib/Horde/Core/HashTable/Vfs.php
http://github.com/horde/horde/commit/f8d2f957de9424d98fe1c319dcfcbc745f59d37a
-----------------------------------------------------------------------
commit 9ae20ff3dc85d18ef47c719dda92c1f58afb6306
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Jul 25 13:21:54 2014 -0600
Update CODING_STANDARDS re: FNV1-32 hashing
horde/docs/CODING_STANDARDS | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/9ae20ff3dc85d18ef47c719dda92c1f58afb6306
-----------------------------------------------------------------------
commit 7e86d1b3468ef0d722cc3c05074a060943269a32
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Jul 25 13:23:58 2014 -0600
SHA1 hash the VFS storage key
framework/HashTable/lib/Horde/HashTable/Vfs.php | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/7e86d1b3468ef0d722cc3c05074a060943269a32
-----------------------------------------------------------------------
commit dbe0c36b82b3f166186a7168086216b294e76088
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Jul 25 13:30:59 2014 -0600
Add user information to Horde_Data_Storage key
framework/Core/lib/Horde/Core/Data/Storage.php | 26 +++++++++++++++++++----
1 files changed, 21 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/dbe0c36b82b3f166186a7168086216b294e76088
More information about the commits
mailing list