[commits] Horde branch master updated. dc52fb5d4798af982fa71dee465ec13556309eb9

Michael M Slusarz slusarz at horde.org
Mon Apr 22 21:40:40 UTC 2013


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

from: 6c051bd95a4bb839ab9c167c36c579a16bb1ff37

896a014 Set a reasonable default value for the Mongo DB PECL package
5282598 phpdoc
1602951 [mms] Add a MongoDB based backend for storing cached IMAP/POP data.
d767239 We already set an expiration time when setting - no need to do double check
88c717b ws
6c5de58 Add Horde_Mongo package
98f67b3 Use Horde_Mongo to generate MongoClient object
82e2804 Use Horde_Test_Case::getConfig() to read config file.
d5ef689 phpdoc
dc52fb5 Add testcase for MongoDB driver

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

commit 896a014b9ee4249260642d53bdf6df44d65bcda7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Apr 21 21:50:36 2013 -0600

    Set a reasonable default value for the Mongo DB PECL package

 framework/Cache/package.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/896a014b9ee4249260642d53bdf6df44d65bcda7

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

commit 5282598509d485a26c9cf8b64b223f751780e16c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Apr 21 23:56:37 2013 -0600

    phpdoc

 framework/Cache/lib/Horde/Cache/Storage/Mongo.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/5282598509d485a26c9cf8b64b223f751780e16c

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

commit 1602951aec70428f378eb36f12b13c27a4afe4a3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Apr 21 23:57:42 2013 -0600

    [mms] Add a MongoDB based backend for storing cached IMAP/POP data.

 .../Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Mongo.php     |  369 +++++
 framework/Imap_Client/package.xml                                 |   16 +-
 2 files changed, 382 insertions(+), 3 deletions(-)
 create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Mongo.php

http://git.horde.org/horde-git/-/commit/1602951aec70428f378eb36f12b13c27a4afe4a3

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

commit d7672390856933549bb737b0770940b90df718ee
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 22 13:20:16 2013 -0600

    We already set an expiration time when setting - no need to do double check

 imp/lib/Factory/Imaptree.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/d7672390856933549bb737b0770940b90df718ee

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

commit 88c717b0a7cedcf2cce3725378ca76663b01422b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 22 13:44:29 2013 -0600

    ws

 framework/Timezone/lib/Horde/Timezone.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/88c717b0a7cedcf2cce3725378ca76663b01422b

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

commit 6c5de58a6f1c215ca67366095ad688a53663da25
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 22 13:58:40 2013 -0600

    Add Horde_Mongo package

 framework/Mongo/doc/Horde/Mongo/COPYING    |  458 ++++++++++++++++++++++++++++
 framework/Mongo/lib/Horde/Mongo/Client.php |   57 ++++
 framework/Mongo/package.xml                |   68 ++++
 3 files changed, 583 insertions(+), 0 deletions(-)
 create mode 100644 framework/Mongo/doc/Horde/Mongo/COPYING
 create mode 100644 framework/Mongo/lib/Horde/Mongo/Client.php
 create mode 100644 framework/Mongo/package.xml

http://git.horde.org/horde-git/-/commit/6c5de58a6f1c215ca67366095ad688a53663da25

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

commit 98f67b33115f5cbd48e1c03ace97ac28e2fdc5b6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 22 14:06:36 2013 -0600

    Use Horde_Mongo to generate MongoClient object

 framework/Cache/lib/Horde/Cache/Storage/Mongo.php                 |    2 +-
 framework/Cache/package.xml                                       |   13 +-
 framework/Core/lib/Horde/Core/Factory/Cache.php                   |    2 +-
 framework/Core/lib/Horde/Core/MongoClient.php                     |   56 -----
 framework/Core/package.xml                                        |   15 +-
 .../Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Mongo.php     |    3 +-
 framework/Imap_Client/package.xml                                 |   13 +-
 7 files changed, 28 insertions(+), 76 deletions(-)
 delete mode 100644 framework/Core/lib/Horde/Core/MongoClient.php

http://git.horde.org/horde-git/-/commit/98f67b33115f5cbd48e1c03ace97ac28e2fdc5b6

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

commit 82e2804e1eb3ded2a2f6624fcb7305dec1d3a1e5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 22 14:44:13 2013 -0600

    Use Horde_Test_Case::getConfig() to read config file.

 .../Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php   |   25 ++---
 framework/Imap_Client/test/Horde/Imap/Client/conf.php.dist        |   22 ++--
 2 files changed, 21 insertions(+), 26 deletions(-)

http://git.horde.org/horde-git/-/commit/82e2804e1eb3ded2a2f6624fcb7305dec1d3a1e5

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

commit d5ef6898de5ef1cb36fa9d992ddb6f36f54b8b87
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 22 15:08:42 2013 -0600

    phpdoc

 framework/Imap_Client/test/Horde/Imap/Client/Cache/TestBase.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/d5ef6898de5ef1cb36fa9d992ddb6f36f54b8b87

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

commit dc52fb5d4798af982fa71dee465ec13556309eb9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 22 15:12:50 2013 -0600

    Add testcase for MongoDB driver

 framework/Imap_Client/package.xml                                |    8 +-
 framework/Imap_Client/test/Horde/Imap/Client/Cache/MongoTest.php |   65 ++++++
 framework/Imap_Client/test/Horde/Imap/Client/Cache/TestBase.php  |    2 +-
 framework/Imap_Client/test/Horde/Imap/Client/conf.php.dist       |    5 +-
 4 files changed, 75 insertions(+), 5 deletions(-)
 create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/Cache/MongoTest.php

http://git.horde.org/horde-git/-/commit/dc52fb5d4798af982fa71dee465ec13556309eb9




More information about the commits mailing list