[commits] Horde branch master updated. abe0d77b36d941af3f763a20b3fe8f290014c67d

Michael M Slusarz slusarz at horde.org
Thu Mar 6 06:10:56 UTC 2014


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

from: 6a755b48f5f5c121221b1fd622c71537e6d52e85

08e1d99 cleaner collection of data -> results
ac999a2 [mms] Fix inconsistent usage of 'expire' and 'timeout' options (standardize on 'expire', which is more semantically correct).
1274e9f This is now the preferred usage
c1ad865 [mms] Fix removing UID from cached list in Hashtable cache driver if the message data no longer exists.
c60830f [mms] The Hashtable cache driver now allows the lifetime of the message data to be specified.
d5ceb8b [mms] Set infinite lifetime for the cache metadata for the Horde_Cache caching backend.
abe0d77 [mms] Enable configuration of IMAP cache lifetime for Horde_Cache and Hashtable backends.

Summary: http://github.com/horde/horde/compare/6a755b48f5f5c121221b1fd622c71537e6d52e85...abe0d77b36d941af3f763a20b3fe8f290014c67d

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

commit 08e1d9996ea3ad7f04eabfb53c8c9560b0eedde5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 5 19:08:47 2014 -0700

    cleaner collection of data -> results

 framework/Imap_Client/test/Horde/Imap/Client/UrlParseTest.php |  161 +++++----
 1 files changed, 85 insertions(+), 76 deletions(-)

http://github.com/horde/horde/commit/08e1d9996ea3ad7f04eabfb53c8c9560b0eedde5
http://git.horde.org/horde-git/-/commit/08e1d9996ea3ad7f04eabfb53c8c9560b0eedde5

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

commit ac999a274c29c18ca525dda303946666170d00b7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 5 22:14:38 2014 -0700

    [mms] Fix inconsistent usage of 'expire' and 'timeout' options (standardize on 'expire', which is more semantically correct).

 framework/HashTable/lib/Horde/HashTable/Base.php             |    9 +++++++--
 framework/HashTable/lib/Horde/HashTable/Memory.php           |    2 +-
 framework/HashTable/package.xml                              |    4 ++--
 framework/HashTable/test/Horde/HashTable/Driver/TestBase.php |    8 ++++++--
 4 files changed, 16 insertions(+), 7 deletions(-)

http://github.com/horde/horde/commit/ac999a274c29c18ca525dda303946666170d00b7
http://git.horde.org/horde-git/-/commit/ac999a274c29c18ca525dda303946666170d00b7

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

commit 1274e9f50c591bee47bc268df0177fb8b3b8dd8f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 5 22:20:40 2014 -0700

    This is now the preferred usage

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

http://github.com/horde/horde/commit/1274e9f50c591bee47bc268df0177fb8b3b8dd8f
http://git.horde.org/horde-git/-/commit/1274e9f50c591bee47bc268df0177fb8b3b8dd8f

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

commit c1ad86574e6a1d5391896f6ac9cc07a089d172d2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 5 22:42:32 2014 -0700

    [mms] Fix removing UID from cached list in Hashtable cache driver if the message data no longer exists.

 .../Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Hashtable.php |   26 +++--
 framework/Imap_Client/package.xml                                 |    2 +
 2 files changed, 17 insertions(+), 11 deletions(-)

http://github.com/horde/horde/commit/c1ad86574e6a1d5391896f6ac9cc07a089d172d2
http://git.horde.org/horde-git/-/commit/c1ad86574e6a1d5391896f6ac9cc07a089d172d2

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

commit c60830f71352067ccad00f4bdef629f63ac75c4a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 5 22:44:44 2014 -0700

    [mms] The Hashtable cache driver now allows the lifetime of the message data to be specified.

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING             |    6 ++
 .../Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Hashtable.php |   14 ++++-
 framework/Imap_Client/package.xml                                 |    2 +
 3 files changed, 21 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/c60830f71352067ccad00f4bdef629f63ac75c4a
http://git.horde.org/horde-git/-/commit/c60830f71352067ccad00f4bdef629f63ac75c4a

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

commit d5ceb8b2fc3f7538ae478b1192d6dccecd88b586
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 5 22:48:48 2014 -0700

    [mms] Set infinite lifetime for the cache metadata for the Horde_Cache caching backend.

 .../Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Cache.php     |    2 +-
 framework/Imap_Client/package.xml                                 |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/d5ceb8b2fc3f7538ae478b1192d6dccecd88b586
http://git.horde.org/horde-git/-/commit/d5ceb8b2fc3f7538ae478b1192d6dccecd88b586

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

commit abe0d77b36d941af3f763a20b3fe8f290014c67d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 5 23:10:40 2014 -0700

    [mms] Enable configuration of IMAP cache lifetime for Horde_Cache and Hashtable backends.

 imp/config/backends.php        |    5 ++++
 imp/docs/CHANGES               |    2 +
 imp/docs/UPGRADING             |    3 ++
 imp/lib/Imap/Cache/Wrapper.php |   50 +++++++++++++++++++++++++--------------
 imp/lib/Imap/Config.php        |    7 +++--
 imp/package.xml                |    1 +
 6 files changed, 47 insertions(+), 21 deletions(-)

http://github.com/horde/horde/commit/abe0d77b36d941af3f763a20b3fe8f290014c67d
http://git.horde.org/horde-git/-/commit/abe0d77b36d941af3f763a20b3fe8f290014c67d




More information about the commits mailing list