[commits] Horde branch master updated. ca4f76b8761d582200576faaf2ee95c39ca6eddd

Michael J. Rubinsky mrubinsk at horde.org
Wed Oct 2 15:33:01 UTC 2013


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

from: 2db368b03823046c1b774027afd9346b7752e739

909624e No need for reference here.
5091b2a Only attempt to set the logger if we have a factory.
6061966 Need to check both the standard and the non-standard headers here.
15edbb7 Pass the request object instead of using $_SERVER.
209af49 Trim any stray ws from the parsed XML.
8ae8935 If the client was broken and didn't send the XML, we need to assume these values.
df7e367 visibility
735a485 Add test for Autodiscover command parsing.
ca4f76b CHANGES

Summary: http://github.com/horde/horde/compare/2db368b03823046c1b774027afd9346b7752e739...ca4f76b8761d582200576faaf2ee95c39ca6eddd

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

commit 909624e0b1998dca52fde7b858afe0da3f99cbde
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 2 09:41:27 2013 -0400

    No need for reference here.

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

http://github.com/horde/horde/commit/909624e0b1998dca52fde7b858afe0da3f99cbde
http://git.horde.org/horde-git/-/commit/909624e0b1998dca52fde7b858afe0da3f99cbde

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

commit 5091b2a2ad1e6d330ba47d83588b0f0c7e67b65a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 2 09:48:47 2013 -0400

    Only attempt to set the logger if we have a factory.

 framework/ActiveSync/lib/Horde/ActiveSync.php |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/5091b2a2ad1e6d330ba47d83588b0f0c7e67b65a
http://git.horde.org/horde-git/-/commit/5091b2a2ad1e6d330ba47d83588b0f0c7e67b65a

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

commit 6061966b8edd0f8aea94c979978b5bab8c72cf10
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 2 11:24:26 2013 -0400

    Need to check both the standard and the non-standard headers here.
    
    Some clients send 'Authorization' here. Allow for both.

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

http://github.com/horde/horde/commit/6061966b8edd0f8aea94c979978b5bab8c72cf10
http://git.horde.org/horde-git/-/commit/6061966b8edd0f8aea94c979978b5bab8c72cf10

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

commit 15edbb77fc325215ff20474d4804bb625440df75
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 2 11:27:14 2013 -0400

    Pass the request object instead of using $_SERVER.
    
    Allows for mocking these values in tests.

 framework/ActiveSync/lib/Horde/ActiveSync.php                     |    2 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/Autodiscover.php      |    9 +++--
 2 files changed, 7 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/15edbb77fc325215ff20474d4804bb625440df75
http://git.horde.org/horde-git/-/commit/15edbb77fc325215ff20474d4804bb625440df75

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

commit 209af4971852865105d1cc19cd8809eb9ae154f2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 2 11:28:13 2013 -0400

    Trim any stray ws from the parsed XML.

 .../ActiveSync/lib/Horde/ActiveSync/Request/Autodiscover.php      |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/209af4971852865105d1cc19cd8809eb9ae154f2
http://git.horde.org/horde-git/-/commit/209af4971852865105d1cc19cd8809eb9ae154f2

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

commit 8ae8935952b6ceb0fe9f6f0bc40d86c0c46e3666
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 2 11:28:35 2013 -0400

    If the client was broken and didn't send the XML, we need to assume these values.

 .../ActiveSync/lib/Horde/ActiveSync/Request/Autodiscover.php      |    6 ++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

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

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

commit df7e367138046903ba04e6f2cf9259624db6e380
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 2 11:29:05 2013 -0400

    visibility

 framework/ActiveSync/test/Horde/ActiveSync/ServerTest.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 735a485f7c2040bfa6aa7e917627773a785b576a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 2 11:29:25 2013 -0400

    Add test for Autodiscover command parsing.

 framework/ActiveSync/test/Horde/ActiveSync/AutodiscoverTest.php |  191 +++++++
 1 files changed, 191 insertions(+), 0 deletions(-)
 create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/AutodiscoverTest.php

http://github.com/horde/horde/commit/735a485f7c2040bfa6aa7e917627773a785b576a
http://git.horde.org/horde-git/-/commit/735a485f7c2040bfa6aa7e917627773a785b576a

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

commit ca4f76b8761d582200576faaf2ee95c39ca6eddd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 2 11:32:37 2013 -0400

    CHANGES

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

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




More information about the commits mailing list