[commits] Horde branch develop updated. 3a0fd7019c39ebacfe668701ff6df30e253d2be3

Michael M Slusarz slusarz at horde.org
Thu Feb 2 07:03:58 UTC 2012


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

from: 20c29145134c781b4dda3b4b2c6b52639ab80251

c1d509e phpdoc
74c406e [mms] A false value for 'idn' in Horde_Mime_Address#writeAddress() now causes the domain name to be converted TO punycode, if necessary.
ba43431 [mms] Add Horde_Mail_Rfc822_Address->full_address property.
0cae8fa [mms] Add writeAddress() methods to Rfc822 result objects.
4fa043a Implement ArrayAccess for Rfc822 objects so that they can be used unaltered with the Horde_Mime_Address methods.
47ec367 Fix infinite loop on unknown parameters being set.
f456eaf coding style
406ca98 Can break loop if we hit these cases
c0f0f1c This can't be DOM ID since more than 1 may exist on page
3a0fd70 Merge branch 'master' into develop

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

commit c1d509e89c52c91988d8102050e5c7eea7a1804c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 1 20:54:56 2012 -0700

    phpdoc

 framework/Mail/lib/Horde/Mail/Rfc822/Address.php |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/c1d509e89c52c91988d8102050e5c7eea7a1804c

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

commit 74c406e1f1afe54ac6a81c08af78de4a38acb30e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 1 21:07:19 2012 -0700

    [mms] A false value for 'idn' in Horde_Mime_Address#writeAddress() now causes the domain name to be converted TO punycode, if necessary.

 framework/Mime/lib/Horde/Mime/Address.php |   23 ++++++++++++++++++-----
 framework/Mime/package.xml                |   10 +++++-----
 2 files changed, 23 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/74c406e1f1afe54ac6a81c08af78de4a38acb30e

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

commit ba43431986676e25abd1a8c0db1c16a3dd5d4066
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 1 20:55:27 2012 -0700

    [mms] Add Horde_Mail_Rfc822_Address->full_address property.

 framework/Mail/lib/Horde/Mail/Rfc822/Address.php |    7 +++++++
 framework/Mail/package.xml                       |    2 ++
 2 files changed, 9 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/ba43431986676e25abd1a8c0db1c16a3dd5d4066

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

commit 0cae8fabd448bd53fcc35f08224f9f74996b504b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 1 20:55:47 2012 -0700

    [mms] Add writeAddress() methods to Rfc822 result objects.

 framework/Mail/lib/Horde/Mail/Rfc822/Address.php |   22 ++++++++++++++++++++++
 framework/Mail/lib/Horde/Mail/Rfc822/Group.php   |   22 ++++++++++++++++++++++
 framework/Mail/package.xml                       |    9 +++++++++
 3 files changed, 53 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/0cae8fabd448bd53fcc35f08224f9f74996b504b

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

commit 4fa043a4dea1ea6699726fb4e1b31862dffe8141
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 1 21:46:57 2012 -0700

    Implement ArrayAccess for Rfc822 objects so that they can be used unaltered with the Horde_Mime_Address methods.

 framework/Mail/lib/Horde/Mail/Rfc822/Address.php |   47 +++++++++++++++++++++-
 framework/Mail/lib/Horde/Mail/Rfc822/Group.php   |   43 +++++++++++++++++++-
 framework/Mail/test/Horde/Mail/ParseTest.php     |   30 ++++++++++++++
 3 files changed, 118 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/4fa043a4dea1ea6699726fb4e1b31862dffe8141

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

commit 47ec367d56fc733fb984e0e0e1f59cfdbef13146
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Thu Feb 2 00:37:14 2012 -0500

    Fix infinite loop on unknown parameters being set.

 framework/Http/lib/Horde/Http/Client.php      |   27 ++++++++++++++++--------
 framework/Http/test/Horde/Http/ClientTest.php |   12 +++++++++++
 2 files changed, 30 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/47ec367d56fc733fb984e0e0e1f59cfdbef13146

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

commit f456eaf97b47a67b94332ed870bee69c90385a67
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 1 17:49:27 2012 -0700

    coding style

 imp/lib/Mime/Viewer/Pgp.php   |    4 +++-
 imp/lib/Mime/Viewer/Smime.php |   10 ++++++++--
 2 files changed, 11 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/f456eaf97b47a67b94332ed870bee69c90385a67

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

commit 406ca98eb756c9356770e73e0e5c903d7286ed47
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 1 22:47:23 2012 -0700

    Can break loop if we hit these cases

 imp/js/dimpcore.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/406ca98eb756c9356770e73e0e5c903d7286ed47

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

commit c0f0f1c023a356a5e49a6cb2d3ec8e3c7b89b534
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 1 23:38:50 2012 -0700

    This can't be DOM ID since more than 1 may exist on page

 imp/js/dimpcore.js |   38 +++++++++++++++-----------------------
 1 files changed, 15 insertions(+), 23 deletions(-)

http://git.horde.org/horde-git/-/commit/c0f0f1c023a356a5e49a6cb2d3ec8e3c7b89b534

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

commit 3a0fd7019c39ebacfe668701ff6df30e253d2be3
Merge: 20c2914 c0f0f1c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 2 00:03:42 2012 -0700

    Merge branch 'master' into develop

 framework/Http/lib/Horde/Http/Client.php         |   27 +++++--
 framework/Http/test/Horde/Http/ClientTest.php    |   12 +++
 framework/Mail/lib/Horde/Mail/Rfc822/Address.php |   86 ++++++++++++++++++++-
 framework/Mail/lib/Horde/Mail/Rfc822/Group.php   |   65 ++++++++++++++++-
 framework/Mail/package.xml                       |   11 +++
 framework/Mail/test/Horde/Mail/ParseTest.php     |   30 ++++++++
 framework/Mime/lib/Horde/Mime/Address.php        |   23 +++++-
 framework/Mime/package.xml                       |   10 +-
 imp/js/dimpcore.js                               |   36 ++++-----
 imp/lib/Mime/Viewer/Pgp.php                      |    4 +-
 imp/lib/Mime/Viewer/Smime.php                    |   10 ++-
 11 files changed, 265 insertions(+), 49 deletions(-)

http://git.horde.org/horde-git/-/commit/3a0fd7019c39ebacfe668701ff6df30e253d2be3




More information about the commits mailing list