[commits] Horde branch master updated. e230fced0b30921478358bda667ede866ef7e674
Michael M Slusarz
slusarz at horde.org
Fri Mar 7 08:10:41 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: b6929c60e0fc4b1fa5b33ec9b74a25607c0d2e3f
3001e95 Revert "[mms] Set infinite lifetime for the cache metadata for the Horde_Cache caching backend."
3d338a9 For same reasons as Horde_Cache driver, it is ok to put a lifetime on metadata
8799c63 ws
4cd7e61 Button on bottom to match other prefs screens
2167c17 Make these advanced preferences
3383939 Better text for this button
94d15f9 Only show server value if it differs from cached value
115bb1d fix opyright date
3d85bc0 Add unit test for Horde_Imap_Client_Base_Mailbox
0ae5985 fix viral phpdoc typo
1ff5a7b [mms] Add factory for a HashTable instance.
e230fce Add Hashtable cache test
Summary: http://github.com/horde/horde/compare/b6929c60e0fc4b1fa5b33ec9b74a25607c0d2e3f...e230fced0b30921478358bda667ede866ef7e674
-----------------------------------------------------------------------
commit 3001e95aaa469a1099657da1ab7a298a84f7f3c5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 6 22:21:59 2014 -0700
Revert "[mms] Set infinite lifetime for the cache metadata for the Horde_Cache caching backend."
This reverts commit d5ceb8b2fc3f7538ae478b1192d6dccecd88b586.
Metadata is always touched when updating a message, so it will never
expire as long as the cache is being used.
.../Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Cache.php | 2 +-
framework/Imap_Client/package.xml | 2 --
2 files changed, 1 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/3001e95aaa469a1099657da1ab7a298a84f7f3c5
http://git.horde.org/horde-git/-/commit/3001e95aaa469a1099657da1ab7a298a84f7f3c5
-----------------------------------------------------------------------
commit 3d338a994a1e44ec4a2e11b6b8b0b50178741b9f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 6 22:24:17 2014 -0700
For same reasons as Horde_Cache driver, it is ok to put a lifetime on metadata
.../Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Hashtable.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/3d338a994a1e44ec4a2e11b6b8b0b50178741b9f
http://git.horde.org/horde-git/-/commit/3d338a994a1e44ec4a2e11b6b8b0b50178741b9f
-----------------------------------------------------------------------
commit 8799c63bb8116ab6f9af426d89779cfaec636409
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 6 22:42:29 2014 -0700
ws
horde/config/prefs.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/8799c63bb8116ab6f9af426d89779cfaec636409
http://git.horde.org/horde-git/-/commit/8799c63bb8116ab6f9af426d89779cfaec636409
-----------------------------------------------------------------------
commit 4cd7e61d42277caecba90bcd129d3df3c2471ec0
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 6 22:47:18 2014 -0700
Button on bottom to match other prefs screens
horde/templates/prefs/category.html.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/4cd7e61d42277caecba90bcd129d3df3c2471ec0
http://git.horde.org/horde-git/-/commit/4cd7e61d42277caecba90bcd129d3df3c2471ec0
-----------------------------------------------------------------------
commit 2167c17346486600a7cfedfd7d9a808ac4ae93e7
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 6 22:49:52 2014 -0700
Make these advanced preferences
horde/config/prefs.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/2167c17346486600a7cfedfd7d9a808ac4ae93e7
http://git.horde.org/horde-git/-/commit/2167c17346486600a7cfedfd7d9a808ac4ae93e7
-----------------------------------------------------------------------
commit 3383939fb074b4ac06424050a85759be47ce7bfd
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 6 22:52:20 2014 -0700
Better text for this button
This has always bothered me, since "Main Screen" is so vague
horde/templates/prefs/end.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/3383939fb074b4ac06424050a85759be47ce7bfd
http://git.horde.org/horde-git/-/commit/3383939fb074b4ac06424050a85759be47ce7bfd
-----------------------------------------------------------------------
commit 94d15f93f8da5c08164896e09449ef678f24510d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 6 23:00:12 2014 -0700
Only show server value if it differs from cached value
imp/bin/imp-query-imap-cache | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/94d15f93f8da5c08164896e09449ef678f24510d
http://git.horde.org/horde-git/-/commit/94d15f93f8da5c08164896e09449ef678f24510d
-----------------------------------------------------------------------
commit 115bb1d1d46ffb1b3f93822cb6a1f8b5de5c17ba
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 7 00:31:53 2014 -0700
fix opyright date
framework/Imap_Client/test/Horde/Imap/Client/Cache/CacheTest.php | 4 ++--
framework/Imap_Client/test/Horde/Imap/Client/Cache/DbTest.php | 4 ++--
framework/Imap_Client/test/Horde/Imap/Client/Cache/MongoTest.php | 4 ++--
framework/Imap_Client/test/Horde/Imap/Client/Cache/TestBase.php | 4 ++--
.../Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php | 4 ++--
.../Imap_Client/test/Horde/Imap/Client/RemotePop3ServerTest.php | 4 ++--
framework/Imap_Client/test/Horde/Imap/Client/Xoauth2Test.php | 4 ++--
7 files changed, 14 insertions(+), 14 deletions(-)
http://github.com/horde/horde/commit/115bb1d1d46ffb1b3f93822cb6a1f8b5de5c17ba
http://git.horde.org/horde-git/-/commit/115bb1d1d46ffb1b3f93822cb6a1f8b5de5c17ba
-----------------------------------------------------------------------
commit 3d85bc064d830bdf0c63f29aebb2dbb43bc9f9e3
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 7 00:51:33 2014 -0700
Add unit test for Horde_Imap_Client_Base_Mailbox
framework/Imap_Client/package.xml | 8 +-
framework/Imap_Client/test/Horde/Imap/Client/Base/MailboxTest.php | 154 +++++
2 files changed, 160 insertions(+), 2 deletions(-)
create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/Base/MailboxTest.php
http://github.com/horde/horde/commit/3d85bc064d830bdf0c63f29aebb2dbb43bc9f9e3
http://git.horde.org/horde-git/-/commit/3d85bc064d830bdf0c63f29aebb2dbb43bc9f9e3
-----------------------------------------------------------------------
commit 0ae5985210749e262888f35d2ff51fa4fefbb317
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 7 00:56:23 2014 -0700
fix viral phpdoc typo
framework/Test/lib/Horde/Test/Factory/Db.php | 2 +-
framework/Test/lib/Horde/Test/Factory/History.php | 2 +-
framework/Test/lib/Horde/Test/Factory/KolabStorage.php | 2 +-
framework/Test/lib/Horde/Test/Factory/Mongo.php | 2 +-
framework/Test/lib/Horde/Test/Factory/Prefs.php | 2 +-
framework/Test/lib/Horde/Test/Factory/Registry.php | 2 +-
framework/Test/lib/Horde/Test/Factory/Share.php | 4 ++--
7 files changed, 8 insertions(+), 8 deletions(-)
http://github.com/horde/horde/commit/0ae5985210749e262888f35d2ff51fa4fefbb317
http://git.horde.org/horde-git/-/commit/0ae5985210749e262888f35d2ff51fa4fefbb317
-----------------------------------------------------------------------
commit 1ff5a7bba60d2921611572ce84e53976e0fd0366
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 7 01:01:49 2014 -0700
[mms] Add factory for a HashTable instance.
framework/Test/lib/Horde/Test/Factory/Hashtable.php | 42 +++++++++++++++++++
framework/Test/package.xml | 10 +++--
2 files changed, 48 insertions(+), 4 deletions(-)
create mode 100644 framework/Test/lib/Horde/Test/Factory/Hashtable.php
http://github.com/horde/horde/commit/1ff5a7bba60d2921611572ce84e53976e0fd0366
http://git.horde.org/horde-git/-/commit/1ff5a7bba60d2921611572ce84e53976e0fd0366
-----------------------------------------------------------------------
commit e230fced0b30921478358bda667ede866ef7e674
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 7 01:06:42 2014 -0700
Add Hashtable cache test
framework/Imap_Client/package.xml | 4 +-
.../Imap_Client/test/Horde/Imap/Client/Cache/HashtableTest.php | 42 +++++
2 files changed, 45 insertions(+), 1 deletions(-)
create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/Cache/HashtableTest.php
http://github.com/horde/horde/commit/e230fced0b30921478358bda667ede866ef7e674
http://git.horde.org/horde-git/-/commit/e230fced0b30921478358bda667ede866ef7e674
More information about the commits
mailing list