[commits] Horde branch master updated. a14ab532aa593a51242d2ff2954b3a4f86976b05

Michael M Slusarz slusarz at horde.org
Mon Sep 29 22:35:28 UTC 2014


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

from: 5091b1462994a43d088994d947b40c3cb33bf2d4

4921892 remove duplicate ipbasic entry
bb00501 [mms] Moved MIME ID manipulation/query methods out of Horde_Mime and into Horde_Mime_Id.
b3d8c09 Remove preg matching in MIME decode method.
035beb3 Improved unit test for MIME encoding/decoding
a14ab53 Don't unattach onload event

Summary: http://github.com/horde/horde/compare/5091b1462994a43d088994d947b40c3cb33bf2d4...a14ab532aa593a51242d2ff2954b3a4f86976b05

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

commit 492189288a587e5156c6d55213a2b6ba0bb61b94
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Sep 25 13:44:49 2014 -0600

    remove duplicate ipbasic entry

 horde/config/conf.xml |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

http://github.com/horde/horde/commit/492189288a587e5156c6d55213a2b6ba0bb61b94

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

commit bb005011c1283fb281b6b02889f3de590436ff9d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Sep 25 17:29:55 2014 -0600

    [mms] Moved MIME ID manipulation/query methods out of Horde_Mime and into Horde_Mime_Id.
    
    Horde_Mime is now solely meant for base (RFC 2045-2049) MIME encoding methods.

 framework/Mime/doc/Horde/Mime/UPGRADING       |    9 ++
 framework/Mime/lib/Horde/Mime.php             |  128 +++++++---------------
 framework/Mime/lib/Horde/Mime/Id.php          |  145 +++++++++++++++++++++++++
 framework/Mime/package.xml                    |   10 ++-
 framework/Mime/test/Horde/Mime/MimeIdTest.php |  121 +++++++++++++++++++++
 framework/Mime/test/Horde/Mime/MimeTest.php   |   10 --
 6 files changed, 321 insertions(+), 102 deletions(-)
 create mode 100644 framework/Mime/lib/Horde/Mime/Id.php
 create mode 100644 framework/Mime/test/Horde/Mime/MimeIdTest.php

http://github.com/horde/horde/commit/bb005011c1283fb281b6b02889f3de590436ff9d

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

commit b3d8c098b1350fa089762f76b5d288e64320a679
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 29 16:29:56 2014 -0600

    Remove preg matching in MIME decode method.

 framework/Mime/lib/Horde/Mime.php |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)

http://github.com/horde/horde/commit/b3d8c098b1350fa089762f76b5d288e64320a679

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

commit 035beb3c939686c7262878a768d4364fa184d846
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 29 16:30:15 2014 -0600

    Improved unit test for MIME encoding/decoding

 framework/Mime/test/Horde/Mime/MimeTest.php |   74 +++++++++++++++++++++++----
 1 files changed, 64 insertions(+), 10 deletions(-)

http://github.com/horde/horde/commit/035beb3c939686c7262878a768d4364fa184d846

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

commit a14ab532aa593a51242d2ff2954b3a4f86976b05
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 29 16:30:52 2014 -0600

    Don't unattach onload event
    
    I can't personally reproduce, but these DOM image elements are temporary
    (they are destroyed when the message is removed from the cache) so no
    need to cleanup this minimal amount of memory

 imp/js/imp.js |   22 +++++++++-------------
 1 files changed, 9 insertions(+), 13 deletions(-)

http://github.com/horde/horde/commit/a14ab532aa593a51242d2ff2954b3a4f86976b05




More information about the commits mailing list