[commits] Horde branch horde_activesync_3_0 updated. 52b78bd6db96b3f401c8c9b72532c22be75b68ea

Michael J. Rubinsky mrubinsk at horde.org
Sun Mar 17 20:17:30 UTC 2013


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

from: 8acfdbc39d3a44260783929eb24a697008699e17

2285a4c cs
664637f Horde_Mail_Rfc822 already takes care of array conversion for us
c7eea0d [mms] Correctly encode IDN domains when sending mail (Bug #12116).
7421bda Add missing value for sprintf.
920e865 Actually return the public s/mime key.
618cca3 CHANGES
7d919f2 [mms] Fire before/after events in core AJAX javascript code when processing data returned from the server.
1d88ed8 Don't display containers as unsubscribed
bd120f2 phpdoc
6507f8b [mms] Fix verifying signed & encrypted PGP messages (Bug #12100).
52b78bd Merge branch 'master' into horde_activesync_3_0

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

commit 2285a4c42e03736b462bdc1517c9d2c3918dd00a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 15 10:45:13 2013 -0400

    cs

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/2285a4c42e03736b462bdc1517c9d2c3918dd00a

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

commit 664637f811781f52deceedf1b1632a5f3e29da68
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Mar 15 18:32:37 2013 -0600

    Horde_Mail_Rfc822 already takes care of array conversion for us

 framework/Mail/lib/Horde/Mail/Transport.php |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/664637f811781f52deceedf1b1632a5f3e29da68

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

commit c7eea0d03139cd8994cef27be3d9cfcfdec6b346
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Mar 15 18:49:02 2013 -0600

    [mms] Correctly encode IDN domains when sending mail (Bug #12116).

 framework/Mail/lib/Horde/Mail/Transport.php |   16 ++++++++++++----
 framework/Mail/package.xml                  |    4 ++--
 framework/Mail/test/Horde/Mail/SendTest.php |   15 +++++++++++++++
 3 files changed, 29 insertions(+), 6 deletions(-)

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

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

commit 7421bda312068cfc1c41d7a9ae09046301256089
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 15 21:32:49 2013 -0400

    Add missing value for sprintf.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/7421bda312068cfc1c41d7a9ae09046301256089

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

commit 920e8650e3b661a7f72b383d096643e70410409d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 15 21:33:36 2013 -0400

    Actually return the public s/mime key.
    
    Fixes/enables SENDING s/mime encrypted emails to recipients whose
    public keys are locatable in the global address book.

 framework/Core/lib/Horde/Core/ActiveSync/Connector.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/920e8650e3b661a7f72b383d096643e70410409d

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

commit 618cca3e999159261200ba54ad29871949d6a871
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 15 21:35:55 2013 -0400

    CHANGES

 framework/Core/package.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/618cca3e999159261200ba54ad29871949d6a871

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

commit 7d919f2f608bbdd74cd2b2a68360dce698e617f5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Mar 16 08:36:55 2013 -0600

    [mms] Fire before/after events in core AJAX javascript code when processing data returned from the server.

 framework/Core/js/hordecore.js   |   38 ++++++++++++++++++++++++++------------
 framework/Core/js/smartmobile.js |   26 +++++++++++++++++++-------
 framework/Core/package.xml       |   10 ++++++----
 3 files changed, 51 insertions(+), 23 deletions(-)

http://git.horde.org/horde-git/-/commit/7d919f2f608bbdd74cd2b2a68360dce698e617f5

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

commit 1d88ed8ac5a502be7221a094f2cb14e322a2a865
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Mar 16 23:27:22 2013 -0600

    Don't display containers as unsubscribed

 imp/lib/Imap/Tree.php |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/1d88ed8ac5a502be7221a094f2cb14e322a2a865

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

commit bd120f2be89064f3af6447d3ef679501b1957ce9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Mar 17 00:33:14 2013 -0600

    phpdoc

 framework/Stream_Filter/lib/Horde/Stream/Filter/Eol.php |   28 +++++++++-----
 1 files changed, 18 insertions(+), 10 deletions(-)

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

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

commit 6507f8be177a94ff4d2656ebf4d3cbf9c84b2042
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Mar 17 00:57:26 2013 -0600

    [mms] Fix verifying signed & encrypted PGP messages (Bug #12100).

 imp/docs/CHANGES            |    1 +
 imp/lib/Mime/Viewer/Pgp.php |   34 +++++++++++++++++++++++++++++-----
 imp/package.xml             |    9 +++++++++
 3 files changed, 39 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/6507f8be177a94ff4d2656ebf4d3cbf9c84b2042

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

commit 52b78bd6db96b3f401c8c9b72532c22be75b68ea
Merge: 8acfdbc 6507f8b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Mar 17 16:17:14 2013 -0400

    Merge branch 'master' into horde_activesync_3_0

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |    1 +
 framework/Core/js/hordecore.js                             |   38 ++++++++----
 framework/Core/js/smartmobile.js                           |   26 ++++++--
 framework/Core/lib/Horde/Core/ActiveSync/Connector.php     |    2 +-
 framework/Core/package.xml                                 |   12 +++-
 framework/Mail/lib/Horde/Mail/Transport.php                |   22 ++++---
 framework/Mail/package.xml                                 |    4 +-
 framework/Mail/test/Horde/Mail/SendTest.php                |   15 +++++
 framework/Stream_Filter/lib/Horde/Stream/Filter/Eol.php    |   28 ++++++---
 imp/docs/CHANGES                                           |    1 +
 imp/lib/Imap/Tree.php                                      |    7 +-
 imp/lib/Mime/Viewer/Pgp.php                                |   34 +++++++++--
 imp/package.xml                                            |    9 +++
 14 files changed, 148 insertions(+), 57 deletions(-)

http://git.horde.org/horde-git/-/commit/52b78bd6db96b3f401c8c9b72532c22be75b68ea




More information about the commits mailing list