[commits] Horde branch master updated. 6fb5ebed4b51c91b1d3a411b7295edf009803d44

Michael M Slusarz slusarz at horde.org
Fri Jul 25 07:14:59 UTC 2014


The branch "master" has been updated.
The following is a summary of the commits.

from: 2334695d89f9a0335d3c2ce9c9373b75689884fc

edac7f5 phpdoc
553e6c9 [mms] Add method to allow any code to register tasks to run on logout.
ed273db This should be handled internally within the factory rather than remotely
be653ab [mms] Add Horde_Vfs driver.
4a0538a [mms] Horde_Data now stores temporary data using Horde_Vfs to ensure data persists and that it doesn't overload session storage (Request #11335)
a190a77 Fix undefined error, and note that this code really needs to be cleaned up
6fb5ebe Add code to VFS hashtable driver to allow stream data to be returned

Summary: http://github.com/horde/horde/compare/2334695d89f9a0335d3c2ce9c9373b75689884fc...6fb5ebed4b51c91b1d3a411b7295edf009803d44

-----------------------------------------------------------------------

commit edac7f5513ffc194b82f2d024844f59df2ae2089
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jul 24 22:24:26 2014 -0600

    phpdoc

 framework/Core/lib/Horde/Core/Data/Storage.php |   20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/edac7f5513ffc194b82f2d024844f59df2ae2089

-----------------------------------------------------------------------

commit 553e6c9650fa9781fc18adb9af4d63b1e2ff7203
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jul 24 23:29:01 2014 -0600

    [mms] Add method to allow any code to register tasks to run on logout.

 framework/Core/lib/Horde/Registry.php             |    7 ++-
 framework/Core/lib/Horde/Registry/Logout.php      |   99 +++++++++++++++++++++
 framework/Core/lib/Horde/Registry/Logout/Task.php |   31 +++++++
 framework/Core/package.xml                        |   15 +++-
 4 files changed, 147 insertions(+), 5 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Registry/Logout.php
 create mode 100644 framework/Core/lib/Horde/Registry/Logout/Task.php

http://github.com/horde/horde/commit/553e6c9650fa9781fc18adb9af4d63b1e2ff7203

-----------------------------------------------------------------------

commit ed273db9d1683777f015a55dd7d51204de7eb528
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jul 24 23:47:02 2014 -0600

    This should be handled internally within the factory rather than remotely

 framework/Core/lib/Horde/Core/Factory/Prefs.php |    4 +++-
 framework/Core/lib/Horde/Registry.php           |    4 ----
 2 files changed, 3 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/ed273db9d1683777f015a55dd7d51204de7eb528

-----------------------------------------------------------------------

commit be653ab45c7b733aa1aa16be6beee474b5591355
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Jul 25 00:21:19 2014 -0600

    [mms] Add Horde_Vfs driver.

 framework/HashTable/lib/Horde/HashTable/Vfs.php |  134 +++++++++++++++++++++++
 framework/HashTable/package.xml                 |   25 +++--
 2 files changed, 151 insertions(+), 8 deletions(-)
 create mode 100644 framework/HashTable/lib/Horde/HashTable/Vfs.php

http://github.com/horde/horde/commit/be653ab45c7b733aa1aa16be6beee474b5591355

-----------------------------------------------------------------------

commit 4a0538ac6db84ac68d00ee55fd6e53905ac59534
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jul 24 23:03:36 2014 -0600

    [mms] Horde_Data now stores temporary data using Horde_Vfs to ensure data persists and that it doesn't overload session storage (Request #11335)
    
    Horde_Core_HashTable_PersistentSession has been added to provide a
    solution to allow for "persistent" session storage. This means that the
    data is guaranteed to exist for the life of the session (but no more).
    
    This fixes the potential of destroying a session by importing too much
    data (e.g. in Turba Import screen).

 framework/Core/lib/Horde/Core/Data/Storage.php                |   42 +++-
 framework/Core/lib/Horde/Core/HashTable/PersistentSession.php |  111 +++++++++
 framework/Core/package.xml                                    |   11 +-
 3 files changed, 154 insertions(+), 10 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/HashTable/PersistentSession.php

http://github.com/horde/horde/commit/4a0538ac6db84ac68d00ee55fd6e53905ac59534

-----------------------------------------------------------------------

commit a190a77df23062a8d3c3dfd5c501c2ffd9bd4fa7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Jul 25 00:41:33 2014 -0600

    Fix undefined error, and note that this code really needs to be cleaned up

 turba/data.php |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/a190a77df23062a8d3c3dfd5c501c2ffd9bd4fa7

-----------------------------------------------------------------------

commit 6fb5ebed4b51c91b1d3a411b7295edf009803d44
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Jul 25 01:07:33 2014 -0600

    Add code to VFS hashtable driver to allow stream data to be returned
    
    Will allow us to replace current (duplicate) code currently in IMP.

 framework/HashTable/lib/Horde/HashTable/Vfs.php |   29 +++++++++++++++++++++-
 framework/HashTable/package.xml                 |    7 +++++
 2 files changed, 34 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/6fb5ebed4b51c91b1d3a411b7295edf009803d44




More information about the commits mailing list