[commits] Horde branch master updated. 37f77a90ce8969ed5925558a0dfdf4939312f47d

Michael M Slusarz slusarz at horde.org
Wed Oct 1 07:05:10 UTC 2014


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

from: 7b2db72c9928a5384114bce80268d9c67a4e1779

213b8b7 Remove use of deprecated Horde_Mime methods
064ede6 Un-deprecate quoted printable encoding, but move to separate class
08efecf Use Horde_Mime_QuotedPrintable
37f77a9 There is no requirement that the value be a string.

Summary: http://github.com/horde/horde/compare/7b2db72c9928a5384114bce80268d9c67a4e1779...37f77a90ce8969ed5925558a0dfdf4939312f47d

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

commit 213b8b742f117dc825043e876897ac25406e36ca
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 30 14:41:27 2014 -0600

    Remove use of deprecated Horde_Mime methods

 imp/lib/Compose.php                 |   11 ++++++-----
 imp/lib/Contents.php                |   28 ++++++++++++++++------------
 imp/lib/Contents/View.php           |   12 ++++++++----
 imp/lib/Mime/Viewer/Alternative.php |    4 +++-
 imp/lib/Mime/Viewer/Appledouble.php |    4 +++-
 imp/lib/Mime/Viewer/Mdn.php         |    5 +++--
 imp/lib/Mime/Viewer/Pgp.php         |    8 ++++++--
 imp/lib/Mime/Viewer/Plain.php       |    7 +++----
 imp/lib/Mime/Viewer/Related.php     |    4 +++-
 imp/lib/Mime/Viewer/Smime.php       |    4 +++-
 imp/lib/Mime/Viewer/Status.php      |    6 ++++--
 imp/package.xml                     |    2 +-
 12 files changed, 59 insertions(+), 36 deletions(-)

http://github.com/horde/horde/commit/213b8b742f117dc825043e876897ac25406e36ca

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

commit 064ede6fbde381488eb6a194c03401350808a354
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 30 15:11:02 2014 -0600

    Un-deprecate quoted printable encoding, but move to separate class
    
    Built-in quoted_printable_encode() method does not allow for specifying
    EOL or line-length.  So keep a utility method around that wraps around
    the PHP Q-P stream filter that does handle these paramters.

 framework/Mime/doc/Horde/Mime/UPGRADING           |    4 +-
 framework/Mime/lib/Horde/Mime.php                 |   19 +-----
 framework/Mime/lib/Horde/Mime/QuotedPrintable.php |   67 +++++++++++++++++++++
 framework/Mime/package.xml                        |   10 ++-
 4 files changed, 78 insertions(+), 22 deletions(-)
 create mode 100644 framework/Mime/lib/Horde/Mime/QuotedPrintable.php

http://github.com/horde/horde/commit/064ede6fbde381488eb6a194c03401350808a354

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

commit 08efecfb20394a665186a372b2dcaa382936f069
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 30 15:12:48 2014 -0600

    Use Horde_Mime_QuotedPrintable

 ingo/lib/Script/Procmail/Recipe.php |    4 ++--
 ingo/package.xml                    |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/08efecfb20394a665186a372b2dcaa382936f069

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

commit 37f77a90ce8969ed5925558a0dfdf4939312f47d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Aug 25 22:36:17 2014 -0600

    There is no requirement that the value be a string.
    
    The empty() call fails on strings.

 framework/Core/js/keynavlist.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/37f77a90ce8969ed5925558a0dfdf4939312f47d




More information about the commits mailing list