[commits] Horde branch master updated. d5ef43754ddef15a85c9d80fccbd1923857f615c

Michael M Slusarz slusarz at horde.org
Tue Apr 8 07:05:03 UTC 2014


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

from: cd7973b53408d17f0b1eff6033876bb1d3b19459

4384482 cache.sql was deprecated in favor of migration scripts
f68a76f Deprecate memoryoverlay driver
6891c9d cleanup stack driver
486fce8 Add Memory driver
aa64352 Always use in-memory cache on top of permanent cache storage system
b73ed2c [mms] Add Horde_Core_Cache_Session.
d5ef437 [mms] Ensure that viewing large mailboxes does not overload the session storage size.

Summary: http://github.com/horde/horde/compare/cd7973b53408d17f0b1eff6033876bb1d3b19459...d5ef43754ddef15a85c9d80fccbd1923857f615c

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

commit 43844824c3d92d2fd4e3a4c9034e6dd2957cd91e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 7 16:22:12 2014 -0600

    cache.sql was deprecated in favor of migration scripts

 framework/Cache/data/cache.sql |    9 ---------
 framework/Cache/package.xml    |    8 ++------
 2 files changed, 2 insertions(+), 15 deletions(-)
 delete mode 100644 framework/Cache/data/cache.sql

http://github.com/horde/horde/commit/43844824c3d92d2fd4e3a4c9034e6dd2957cd91e

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

commit f68a76f5df55acb0058b84bb363ac50e73bff628
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 7 23:59:11 2014 -0600

    Deprecate memoryoverlay driver

 framework/Cache/lib/Horde/Cache/Storage/Memoryoverlay.php |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

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

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

commit 6891c9d1f77f9e23356334acc9f3da2f4c379d33
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Apr 8 00:00:41 2014 -0600

    cleanup stack driver

 framework/Cache/lib/Horde/Cache/Storage/Stack.php |   54 +++++++--------------
 1 files changed, 18 insertions(+), 36 deletions(-)

http://github.com/horde/horde/commit/6891c9d1f77f9e23356334acc9f3da2f4c379d33

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

commit 486fce8edbb1c02c63511e5b1477c707497e2ae5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 7 22:20:40 2014 -0600

    Add Memory driver
    
    Deprecate Mock driver.

 framework/Cache/lib/Horde/Cache/Storage/Memory.php        |   75 +++++++++++++
 framework/Cache/lib/Horde/Cache/Storage/Memoryoverlay.php |    2 +-
 framework/Cache/lib/Horde/Cache/Storage/Mock.php          |   54 +---------
 framework/Cache/package.xml                               |   14 ++-
 4 files changed, 86 insertions(+), 59 deletions(-)
 create mode 100644 framework/Cache/lib/Horde/Cache/Storage/Memory.php

http://github.com/horde/horde/commit/486fce8edbb1c02c63511e5b1477c707497e2ae5

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

commit aa643527d85dbe874c51e21185df3c2c28bc5a42
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 7 16:24:54 2014 -0600

    Always use in-memory cache on top of permanent cache storage system

 framework/Core/lib/Horde/Core/Factory/Cache.php |   10 +++++++++-
 framework/Core/lib/Horde/Core/Factory/Perms.php |    6 +-----
 framework/Core/package.xml                      |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)

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

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

commit b73ed2cd60cf47fa8e032fba4e235aa2d1da6cac
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 7 23:17:38 2014 -0600

    [mms] Add Horde_Core_Cache_Session.

 framework/Core/lib/Horde/Core/Cache/Session.php |  181 +++++++++++++++++++++++
 framework/Core/package.xml                      |   10 +-
 2 files changed, 189 insertions(+), 2 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Cache/Session.php

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

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

commit d5ef43754ddef15a85c9d80fccbd1923857f615c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 7 23:57:02 2014 -0600

    [mms] Ensure that viewing large mailboxes does not overload the session storage size.

 imp/docs/CHANGES                |    2 ++
 imp/lib/Application.php         |   16 +++++++++++-----
 imp/lib/Factory/MailboxList.php |   35 +++++++++++++++++++++++------------
 imp/package.xml                 |    1 +
 4 files changed, 37 insertions(+), 17 deletions(-)

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




More information about the commits mailing list