[commits] Horde branch master updated. 079141b6bce3ca747ce80592b628d5d8e9287ef6

Michael M Slusarz slusarz at horde.org
Mon Apr 22 03:44:26 UTC 2013


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

from: 0dde721630053f8678e067b6cdb931cac4b64f16

6300d6d [mms] Add MongoDB cache driver.
05831ba Classname may not exist here
1a252aa [mms] Allow MongoDB to be used as a cache backend.
91f771f [mms] Allow MongoDB to be used as a cache backend.
079141b [mms] Fix storing schema information in Horde_Cache.

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

commit 6300d6d1336aa336d96abac0703edf6d663cd329
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Apr 21 19:57:11 2013 -0600

    [mms] Add MongoDB cache driver.

 framework/Cache/lib/Horde/Cache/Storage/Mongo.php |  240 +++++++++++++++++++++
 framework/Cache/package.xml                       |   19 ++-
 2 files changed, 254 insertions(+), 5 deletions(-)
 create mode 100644 framework/Cache/lib/Horde/Cache/Storage/Mongo.php

http://git.horde.org/horde-git/-/commit/6300d6d1336aa336d96abac0703edf6d663cd329

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

commit 05831ba86e16ae53e9cf2495f28ab9948a117fa1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Apr 21 21:09:22 2013 -0600

    Classname may not exist here

 framework/Core/lib/Horde/Core/Log/Object.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/05831ba86e16ae53e9cf2495f28ab9948a117fa1

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

commit 1a252aaa557538b423225b0616785b122cd522ff
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Apr 21 21:21:14 2013 -0600

    [mms] Allow MongoDB to be used as a cache backend.

 framework/Core/lib/Horde/Core/Factory/Cache.php |    4 ++
 framework/Core/lib/Horde/Core/MongoClient.php   |   56 +++++++++++++++++++++++
 framework/Core/package.xml                      |   10 +++-
 3 files changed, 67 insertions(+), 3 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/MongoClient.php

http://git.horde.org/horde-git/-/commit/1a252aaa557538b423225b0616785b122cd522ff

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

commit 91f771fdd4d2487f60cd3f9406e9ea271e1158a3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Apr 21 21:21:19 2013 -0600

    [mms] Allow MongoDB to be used as a cache backend.

 horde/config/conf.xml |    8 ++++++++
 horde/docs/CHANGES    |    1 +
 horde/package.xml     |    2 ++
 3 files changed, 11 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/91f771fdd4d2487f60cd3f9406e9ea271e1158a3

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

commit 079141b6bce3ca747ce80592b628d5d8e9287ef6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Apr 21 21:42:39 2013 -0600

    [mms] Fix storing schema information in Horde_Cache.
    
    About 99.9% sure we don't want cached schema information to have a
    lifetime of 1 second.  This was resulting in schema queries on every
    pageload.  Yikes.

 framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php      |    6 +++---
 framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php |    4 ++--
 framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php     |    6 +++---
 framework/Db/package.xml                                |    2 ++
 framework/Db/test/Horde/Db/Adapter/MysqlTest.php        |    8 ++++----
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php    |    8 ++++----
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php    |    8 ++++----
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php   |    8 ++++----
 8 files changed, 26 insertions(+), 24 deletions(-)

http://git.horde.org/horde-git/-/commit/079141b6bce3ca747ce80592b628d5d8e9287ef6




More information about the commits mailing list