[commits] Horde branch master updated.	0af1bfb91a20451aaf893195ffd60bc988ae2a14
    Michael M Slusarz 
    slusarz at horde.org
       
    Tue Apr 23 01:42:39 UTC 2013
    
    
  
The branch "master" has been updated.
The following is a summary of the commits.
from: 1836b4d8a8cadee39cd7c677204cbb5697e8a237
535ef6a Add a <confignosql> tag
02aa95a [mms] Add a global default NoSQL driver configuration.
5baeda8 [mms] Add a NoSQL factory.
a482d7a Horde 5.1 requires at least Horde_Core 2.5.0
b86ee2a Add support for using NoSQL (mongo) backend for IMAP caching
0af1bfb Use correct non-hardcoded cache keys to determine search/modsequence information
-----------------------------------------------------------------------
commit 535ef6ab374bd9f1ca62a1ba65b0730c053279b8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 22 17:37:05 2013 -0600
    Add a <confignosql> tag
 framework/Core/lib/Horde/Config.php |   87 +++++++++++++++++++++++++++++++++++
 1 files changed, 87 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/535ef6ab374bd9f1ca62a1ba65b0730c053279b8
-----------------------------------------------------------------------
commit 02aa95a251b20e862595ae58816a12eaaf930877
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 22 17:38:19 2013 -0600
    [mms] Add a global default NoSQL driver configuration.
 horde/config/conf.xml |   24 ++++++++++++++++--------
 horde/docs/CHANGES    |    1 +
 horde/docs/UPGRADING  |    5 +++++
 horde/package.xml     |    2 ++
 4 files changed, 24 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/02aa95a251b20e862595ae58816a12eaaf930877
-----------------------------------------------------------------------
commit 5baeda842c4c7180b180b4dafb23ce87b87f6d15
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 22 17:38:36 2013 -0600
    [mms] Add a NoSQL factory.
 framework/Core/lib/Horde/Core/Factory/Cache.php     |    8 +-
 framework/Core/lib/Horde/Core/Factory/Nosql.php     |  111 +++++++++++++++++++
 framework/Core/lib/Horde/Core/Factory/NosqlBase.php |   34 ++++++
 framework/Core/lib/Horde/Registry.php               |    1 +
 framework/Core/package.xml                          |    8 +-
 5 files changed, 159 insertions(+), 3 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Factory/Nosql.php
 create mode 100644 framework/Core/lib/Horde/Core/Factory/NosqlBase.php
http://git.horde.org/horde-git/-/commit/5baeda842c4c7180b180b4dafb23ce87b87f6d15
-----------------------------------------------------------------------
commit a482d7acc1b29d3910a208301223744b19dc705c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 22 17:39:16 2013 -0600
    Horde 5.1 requires at least Horde_Core 2.5.0
 horde/package.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/a482d7acc1b29d3910a208301223744b19dc705c
-----------------------------------------------------------------------
commit b86ee2a81a9fa94be35e4e4805b6b687fd3ce30d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 22 18:03:31 2013 -0600
    Add support for using NoSQL (mongo) backend for IMAP caching
 imp/config/backends.php |    6 ++++--
 imp/docs/CHANGES        |    3 +--
 imp/lib/Imap/Config.php |   16 ++++++++++++++--
 imp/package.xml         |    4 ++--
 4 files changed, 21 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/b86ee2a81a9fa94be35e4e4805b6b687fd3ce30d
-----------------------------------------------------------------------
commit 0af1bfb91a20451aaf893195ffd60bc988ae2a14
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 22 18:12:39 2013 -0600
    Use correct non-hardcoded cache keys to determine search/modsequence information
 imp/bin/imp-query-imap-cache |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/0af1bfb91a20451aaf893195ffd60bc988ae2a14
    
    
More information about the commits
mailing list