[commits] Horde branch activesync_2_9_0 updated. cfbbd688b104886137d497f98d06878e06078a3a

Michael J. Rubinsky mrubinsk at horde.org
Thu Oct 17 15:13:59 UTC 2013


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

from: e2ce88c5ba1198a4b8a15092481be03bf08fd994

30df4a6 [jan] Try starting TLS without querying the rootDSE (Bug #12157).
7370eff Revert "Throw exception if passing invalid action (Bug #12317)."
e35efce Correctly catch unknown actions (Bug #12317).
8cd3093 Bug #12772
a953d45 Fix list information data display
24d3db5 [jan] Bump minimum version of SSH2 extension to 0.12.
585f0ba use https image urls when horde runs in https environment
ae9485b Update index.php
1af2057 Fix links
912d96f Revert "Fix links"
5fbbcae Fix links correctly.
0790dbf explode() -> implode()
cfbbd68 Merge branch 'master' into activesync_2_9_0

Summary: http://github.com/horde/horde/compare/e2ce88c5ba1198a4b8a15092481be03bf08fd994...cfbbd688b104886137d497f98d06878e06078a3a

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

commit 30df4a615b10d1edfea3faa4cccf39ae85b757ae
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 17 14:51:42 2013 +0200

    [jan] Try starting TLS without querying the rootDSE (Bug #12157).

 framework/Ldap/lib/Horde/Ldap.php |   21 ++++++++++++++-------
 framework/Ldap/package.xml        |    4 ++--
 2 files changed, 16 insertions(+), 9 deletions(-)

http://github.com/horde/horde/commit/30df4a615b10d1edfea3faa4cccf39ae85b757ae
http://git.horde.org/horde-git/-/commit/30df4a615b10d1edfea3faa4cccf39ae85b757ae

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

commit 7370effc3263ef7d3793091571a2fccfb8e6f53a
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 17 14:59:37 2013 +0200

    Revert "Throw exception if passing invalid action (Bug #12317)."
    
    This is a logic error. Now we require *all* modification actions to be passed.
    
    This reverts commit 0fd35ec967a51b8ae0cda8ee0e0d1331d928bc79.

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

http://github.com/horde/horde/commit/7370effc3263ef7d3793091571a2fccfb8e6f53a
http://git.horde.org/horde-git/-/commit/7370effc3263ef7d3793091571a2fccfb8e6f53a

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

commit e35efcea7c790fe69d7d185a01a53e43ad22ba11
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 17 15:10:20 2013 +0200

    Correctly catch unknown actions (Bug #12317).

 framework/Ldap/lib/Horde/Ldap.php           |    4 ++++
 framework/Ldap/package.xml                  |    2 ++
 framework/Ldap/test/Horde/Ldap/LdapTest.php |    7 +++++++
 3 files changed, 13 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/e35efcea7c790fe69d7d185a01a53e43ad22ba11
http://git.horde.org/horde-git/-/commit/e35efcea7c790fe69d7d185a01a53e43ad22ba11

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

commit 8cd3093505c1805a1c2e7f9a41b0f47d145348ce
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 17 07:02:28 2013 -0600

    Bug #12772
    
    Fix check for TLS, not only SSL

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   13 ++++++++-----
 framework/Smtp/lib/Horde/Smtp.php                      |   13 ++++++++-----
 2 files changed, 16 insertions(+), 10 deletions(-)

http://github.com/horde/horde/commit/8cd3093505c1805a1c2e7f9a41b0f47d145348ce
http://git.horde.org/horde-git/-/commit/8cd3093505c1805a1c2e7f9a41b0f47d145348ce

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

commit a953d4540540dca5e37c16b4e1fc50d99100a792
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 17 07:24:21 2013 -0600

    Fix list information data display

 imp/lib/Basic/Message.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/a953d4540540dca5e37c16b4e1fc50d99100a792
http://git.horde.org/horde-git/-/commit/a953d4540540dca5e37c16b4e1fc50d99100a792

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

commit 24d3db5de40cc84ec93f37cb0d1873b64284fdb3
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 17 15:43:23 2013 +0200

    [jan] Bump minimum version of SSH2 extension to 0.12.

 framework/Vfs/lib/Horde/Vfs/Ssh2.php |    9 +--------
 framework/Vfs/package.xml            |    6 +++---
 2 files changed, 4 insertions(+), 11 deletions(-)

http://github.com/horde/horde/commit/24d3db5de40cc84ec93f37cb0d1873b64284fdb3
http://git.horde.org/horde-git/-/commit/24d3db5de40cc84ec93f37cb0d1873b64284fdb3

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

commit 585f0ba4f71ec230ed3b543dc2f44fcaa0c32b7f
Author: Michael Cramer <michael at bigmichi1.de>
Date:   Fri Sep 20 19:40:59 2013 +0200

    use https image urls when horde runs in https environment
    
    this fixes bug #9983 from bugs.horde.org
    
    now that the response of the api includes also an https url this should be used for https sites

 horde/services/twitter/index.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/585f0ba4f71ec230ed3b543dc2f44fcaa0c32b7f
http://git.horde.org/horde-git/-/commit/585f0ba4f71ec230ed3b543dc2f44fcaa0c32b7f

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

commit ae9485b8955668815ee378f54480493066f57932
Author: Michael Cramer <michael at bigmichi1.de>
Date:   Thu Oct 17 15:37:51 2013 +0200

    Update index.php
    
    $GLOBALS['browser']->usingSSLConnection() instead of $_SERVER['HTTPS']

 horde/services/twitter/index.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/ae9485b8955668815ee378f54480493066f57932
http://git.horde.org/horde-git/-/commit/ae9485b8955668815ee378f54480493066f57932

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

commit 1af205721e13864cca96a42b2b6171152b54d2af
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 17 08:05:12 2013 -0600

    Fix links

 horde/docs/INSTALL |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/1af205721e13864cca96a42b2b6171152b54d2af
http://git.horde.org/horde-git/-/commit/1af205721e13864cca96a42b2b6171152b54d2af

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

commit 912d96f37d3a18f919f8d54b3976176a739416ab
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 17 16:32:49 2013 +0200

    Revert "Fix links"
    
    This reverts commit 1af205721e13864cca96a42b2b6171152b54d2af.

 horde/docs/INSTALL |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/912d96f37d3a18f919f8d54b3976176a739416ab
http://git.horde.org/horde-git/-/commit/912d96f37d3a18f919f8d54b3976176a739416ab

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

commit 5fbbcaefd39d391c65672351f9f30cbbf651af0e
Author: Jan Schneider <jan at horde.org>
Date:   Thu Oct 17 16:42:41 2013 +0200

    Fix links correctly.

 horde/docs/INSTALL |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

http://github.com/horde/horde/commit/5fbbcaefd39d391c65672351f9f30cbbf651af0e
http://git.horde.org/horde-git/-/commit/5fbbcaefd39d391c65672351f9f30cbbf651af0e

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

commit 0790dbfcbb62661eb11d02c7fceda96c462daecd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Oct 17 11:10:38 2013 -0400

    explode() -> implode()

 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/0790dbfcbb62661eb11d02c7fceda96c462daecd
http://git.horde.org/horde-git/-/commit/0790dbfcbb62661eb11d02c7fceda96c462daecd

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

commit cfbbd688b104886137d497f98d06878e06078a3a
Merge: e2ce88c 0790dbf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Oct 17 11:13:43 2013 -0400

    Merge branch 'master' into activesync_2_9_0

 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php |    3 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php  |   13 ++++---
 framework/Ldap/lib/Horde/Ldap.php                       |   27 ++++++++++----
 framework/Ldap/package.xml                              |    6 ++-
 framework/Ldap/test/Horde/Ldap/LdapTest.php             |    7 ++++
 framework/Smtp/lib/Horde/Smtp.php                       |   13 ++++---
 framework/Vfs/lib/Horde/Vfs/Ssh2.php                    |    9 +----
 framework/Vfs/package.xml                               |    6 ++--
 horde/docs/INSTALL                                      |   24 ++++++------
 horde/services/twitter/index.php                        |    2 +-
 imp/lib/Basic/Message.php                               |    6 ++-
 11 files changed, 69 insertions(+), 47 deletions(-)

http://github.com/horde/horde/commit/cfbbd688b104886137d497f98d06878e06078a3a
http://git.horde.org/horde-git/-/commit/cfbbd688b104886137d497f98d06878e06078a3a




More information about the commits mailing list