[commits] Horde branch master updated. 6eeabb940ca6b697cb058bed939c4f89056ed498
Michael M Slusarz
slusarz at horde.org
Thu Nov 13 05:26:50 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: 5cd8b00debd97a54fee75fdc3f7da63b7d0c87c7
ed5d6f0 Fix decoding content-parameter header params
e8c8969 [mms] Better error handling when IMAP connection is prematurely disconnected.
0715a9f Fix highlighting of quick search data when using all or recipient search
76cc74a Fix regression in highlighting quicksearch results
2c1ecd0 This is PHP, not JSON
28a282a phpdoc
79b0b56 Fix regression in returning null if no Disposition-Notification-To address exists
6e8cb7a Correctly handle Original-Recipient value
e12b288 parse() requires string input
50272ab ListHeaders fixes
6eeabb9 Improved ListHeaders testing
Summary: http://github.com/horde/horde/compare/5cd8b00debd97a54fee75fdc3f7da63b7d0c87c7...6eeabb940ca6b697cb058bed939c4f89056ed498
-----------------------------------------------------------------------
commit ed5d6f0aafe770d7271cd5307533640a4b04de77
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 12 18:45:58 2014 -0700
Fix decoding content-parameter header params
framework/Mime/lib/Horde/Mime/Headers/ContentParam.php | 2 +-
framework/Mime/test/Horde/Mime/HeadersTest.php | 41 ++++++++++++++-
2 files changed, 39 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/ed5d6f0aafe770d7271cd5307533640a4b04de77
-----------------------------------------------------------------------
commit e8c89699d79cfe82d175e92b619b3eb7df114a43
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 12 19:04:05 2014 -0700
[mms] Better error handling when IMAP connection is prematurely disconnected.
Fixes the 'stdClass::getTimer' error I was never able to reproduce
before
.../Imap_Client/lib/Horde/Imap/Client/Interaction/Pipeline.php | 17 ++++-
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 7 ++
framework/Imap_Client/package.xml | 2 +
3 files changed, 22 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/e8c89699d79cfe82d175e92b619b3eb7df114a43
-----------------------------------------------------------------------
commit 0715a9fa177eace78fcc385383aeb10ba977f217
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 12 19:18:28 2014 -0700
Fix highlighting of quick search data when using all or recipient search
imp/js/dimpbase.js | 22 +++++++++++++++++++---
1 files changed, 19 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/0715a9fa177eace78fcc385383aeb10ba977f217
-----------------------------------------------------------------------
commit 76cc74a356751e3616a2e048d5d5dfe28cfdc3cd
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 12 19:18:48 2014 -0700
Fix regression in highlighting quicksearch results
escapeHTML() is needed, since the data to search is necessarily already
HTML encoded (or else it would be impossible to add the SPAN tags).
This broke searches for things like, for example, '<foo>'.
imp/js/dimpbase.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/76cc74a356751e3616a2e048d5d5dfe28cfdc3cd
-----------------------------------------------------------------------
commit 2c1ecd005ff8469f004856a727eb35ce9d476bb8
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 12 19:22:43 2014 -0700
This is PHP, not JSON
imp/config/hooks.php.dist | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/2c1ecd005ff8469f004856a727eb35ce9d476bb8
-----------------------------------------------------------------------
commit 28a282a837a8b7c1338f9f86c492e9e23dd3dc20
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 12 19:29:55 2014 -0700
phpdoc
framework/Mime/lib/Horde/Mime/Headers/Addresses.php | 2 ++
framework/Mime/lib/Horde/Mime/Mdn.php | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/28a282a837a8b7c1338f9f86c492e9e23dd3dc20
-----------------------------------------------------------------------
commit 79b0b5690e697b46207ad8c2f24f0700cdf02965
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 12 19:31:34 2014 -0700
Fix regression in returning null if no Disposition-Notification-To address exists
framework/Mime/lib/Horde/Mime/Mdn.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/79b0b5690e697b46207ad8c2f24f0700cdf02965
-----------------------------------------------------------------------
commit 6e8cb7a0bb18c9d8a80cda494ae7fbba6762ab58
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 12 19:35:06 2014 -0700
Correctly handle Original-Recipient value
framework/Mime/lib/Horde/Mime/Mdn.php | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/6e8cb7a0bb18c9d8a80cda494ae7fbba6762ab58
-----------------------------------------------------------------------
commit e12b288d430eaa09247f476e76a38f746f9a82df
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 12 19:45:18 2014 -0700
parse() requires string input
imp/lib/Compose.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/e12b288d430eaa09247f476e76a38f746f9a82df
-----------------------------------------------------------------------
commit 50272ab0425844c83763979982589af65b4616de
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 12 19:46:02 2014 -0700
ListHeaders fixes
framework/ListHeaders/lib/Horde/ListHeaders.php | 17 +++++++++--------
1 files changed, 9 insertions(+), 8 deletions(-)
http://github.com/horde/horde/commit/50272ab0425844c83763979982589af65b4616de
-----------------------------------------------------------------------
commit 6eeabb940ca6b697cb058bed939c4f89056ed498
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Nov 12 20:08:21 2014 -0700
Improved ListHeaders testing
framework/ListHeaders/test/Horde/ListHeaders/ParseTest.php | 225 ++++++------
1 files changed, 111 insertions(+), 114 deletions(-)
http://github.com/horde/horde/commit/6eeabb940ca6b697cb058bed939c4f89056ed498
More information about the commits
mailing list