[commits] Horde branch master updated. e3e7fcdacbf34a6863474a5426d0a661e3ee952e
Michael M Slusarz
slusarz at horde.org
Mon Nov 17 22:20:53 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: 870c6e784876030d9ac654303cd594cf942dd2cb
a3aab9d Fix loading text for mailboxes
3587370 phpdoc
3addea5 Fix parsing the start parameter for related MIME parts
32db6d6 Fix Horde_Mime_Part clone function
9cf176f Fix parentheses usage
f54cce8 Improved MIME testing
a3546ca Fix cloning of address header objects
3e7adbf Fix array_map() usage
e3e7fcd [mms] Don't clone objects when returning data from the structure object.
Summary: http://github.com/horde/horde/compare/870c6e784876030d9ac654303cd594cf942dd2cb...e3e7fcdacbf34a6863474a5426d0a661e3ee952e
-----------------------------------------------------------------------
commit a3aab9d1ce1a06522f425af03db75005a4cef068
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Nov 14 22:13:13 2014 -0700
Fix loading text for mailboxes
imp/templates/dynamic/mailbox.html.php | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/a3aab9d1ce1a06522f425af03db75005a4cef068
-----------------------------------------------------------------------
commit 35873706022e5a2031bb906138d49072b2447231
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Nov 14 23:47:25 2014 -0700
phpdoc
framework/Mime/lib/Horde/Mime/Exception.php | 20 +++++++++++++-----
framework/Mime/lib/Horde/Mime/Magic.php | 23 ++++++++++++++-------
framework/Mime/lib/Horde/Mime/Mail.php | 26 ++++++++++++++++--------
framework/Mime/lib/Horde/Mime/Mdn.php | 21 +++++++++++++------
framework/Mime/lib/Horde/Mime/Part.php | 23 ++++++++++++++-------
framework/Mime/lib/Horde/Mime/Related.php | 22 ++++++++++++++------
framework/Mime/lib/Horde/Mime/Translation.php | 4 +-
framework/Mime/lib/Horde/Mime/Uudecode.php | 2 +-
8 files changed, 93 insertions(+), 48 deletions(-)
http://github.com/horde/horde/commit/35873706022e5a2031bb906138d49072b2447231
-----------------------------------------------------------------------
commit 3addea50f594d09f300cf601cd6c887edb2e69d1
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat Nov 15 00:18:34 2014 -0700
Fix parsing the start parameter for related MIME parts
framework/Mime/lib/Horde/Mime/Related.php | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/3addea50f594d09f300cf601cd6c887edb2e69d1
-----------------------------------------------------------------------
commit 32db6d66d113c5704e44720bbff5aff361ec588a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat Nov 15 00:37:41 2014 -0700
Fix Horde_Mime_Part clone function
framework/Mime/lib/Horde/Mime/Part.php | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/32db6d66d113c5704e44720bbff5aff361ec588a
-----------------------------------------------------------------------
commit 9cf176f1bdc80ae3aed53dfd9955b234446e2f94
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat Nov 15 01:01:07 2014 -0700
Fix parentheses usage
framework/Mime/lib/Horde/Mime/Part.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/9cf176f1bdc80ae3aed53dfd9955b234446e2f94
-----------------------------------------------------------------------
commit f54cce8ecd409320c914f7a22a8697a18c1487b5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat Nov 15 01:01:28 2014 -0700
Improved MIME testing
framework/Mime/package.xml | 8 +-
framework/Mime/test/Horde/Mime/ContentParam/DecodeTest.php | 4 +-
framework/Mime/test/Horde/Mime/HeadersTest.php | 69 +++++-
framework/Mime/test/Horde/Mime/MagicTest.php | 8 +-
framework/Mime/test/Horde/Mime/MailTest.php | 8 +-
framework/Mime/test/Horde/Mime/MimeIdTest.php | 35 +++
framework/Mime/test/Horde/Mime/MimeTest.php | 4 +-
framework/Mime/test/Horde/Mime/PartTest.php | 174 +++++++++++-
framework/Mime/test/Horde/Mime/RelatedTest.php | 104 ++++++--
framework/Mime/test/Horde/Mime/fixtures/related_msg_2.txt | 14 +
10 files changed, 389 insertions(+), 39 deletions(-)
create mode 100644 framework/Mime/test/Horde/Mime/fixtures/related_msg_2.txt
http://github.com/horde/horde/commit/f54cce8ecd409320c914f7a22a8697a18c1487b5
-----------------------------------------------------------------------
commit a3546ca071fcef0eac64d1acc302db967666b7f8
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat Nov 15 01:30:47 2014 -0700
Fix cloning of address header objects
framework/Mime/lib/Horde/Mime/Headers/Addresses.php | 7 +++++++
framework/Mime/lib/Horde/Mime/Headers/AddressesMulti.php | 11 +++++++++++
2 files changed, 18 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/a3546ca071fcef0eac64d1acc302db967666b7f8
-----------------------------------------------------------------------
commit 3e7adbff1d1a786c72be14b7cef7fe56c48ee067
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat Nov 15 01:30:58 2014 -0700
Fix array_map() usage
framework/Mime/lib/Horde/Mime/Headers/AddressesMulti.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/3e7adbff1d1a786c72be14b7cef7fe56c48ee067
-----------------------------------------------------------------------
commit e3e7fcdacbf34a6863474a5426d0a661e3ee952e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat Nov 15 02:07:01 2014 -0700
[mms] Don't clone objects when returning data from the structure object.
framework/Imap_Client/lib/Horde/Imap/Client/Data/Fetch.php | 8 ++++----
framework/Imap_Client/package.xml | 2 ++
2 files changed, 6 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/e3e7fcdacbf34a6863474a5426d0a661e3ee952e
More information about the commits
mailing list