[commits] Horde branch imp_6_2 updated. 59d131fd54835c94f9314abf2ce4af5a31044234

Michael M Slusarz slusarz at horde.org
Wed Oct 2 18:41:04 UTC 2013


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

from: b081c6808268944a6cff2e7386626098765dda31

2db368b Bug: 12730  Correctly clear mailmap table on device reset.
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
ad01134 update package.xml
48b2d54 Typo
c37838d Ensure we have a password at this point.
08ef11f BFN
0d4e3c5 Fix possible undefined index error
2e2cd9e Fix accessing undefined object
59d131f Merge branch 'master' into imp_6_2

Summary: http://github.com/horde/horde/compare/b081c6808268944a6cff2e7386626098765dda31...59d131fd54835c94f9314abf2ce4af5a31044234

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

commit 2db368b03823046c1b774027afd9346b7752e739
Author: nimm at technikum-wien.at <nimm at technikum-wien.at>
Date:   Wed Oct 2 09:26:52 2013 -0400

    Bug: 12730  Correctly clear mailmap table on device reset.
    
    Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>

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

http://github.com/horde/horde/commit/2db368b03823046c1b774027afd9346b7752e739
http://git.horde.org/horde-git/-/commit/2db368b03823046c1b774027afd9346b7752e739

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

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

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

commit ad01134e4704b98e50a6fce44b286054cc10e266
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 2 11:33:46 2013 -0400

    update package.xml

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

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

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

commit 48b2d54df78cdc9ba655ffaf717a77225d44fa41
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 2 12:35:31 2013 -0400

    Typo

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

http://github.com/horde/horde/commit/48b2d54df78cdc9ba655ffaf717a77225d44fa41
http://git.horde.org/horde-git/-/commit/48b2d54df78cdc9ba655ffaf717a77225d44fa41

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

commit c37838d391014455786c1684a8618a04b8cf18d4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 2 12:35:45 2013 -0400

    Ensure we have a password at this point.
    
    If the client failed to send a password, bail out. Fixes some authentication
    issues on some broken clients.

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

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

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

commit 08ef11f3c5263fd1108336b117f5972e3a30aad8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 2 12:38:30 2013 -0400

    BFN

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

http://github.com/horde/horde/commit/08ef11f3c5263fd1108336b117f5972e3a30aad8
http://git.horde.org/horde-git/-/commit/08ef11f3c5263fd1108336b117f5972e3a30aad8

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

commit 0d4e3c54e21dfe6beebdec7644ba18b22a56ee25
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 2 12:29:36 2013 -0600

    Fix possible undefined index error

 ingo/lib/Basic/Rule.php |   25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)

http://github.com/horde/horde/commit/0d4e3c54e21dfe6beebdec7644ba18b22a56ee25
http://git.horde.org/horde-git/-/commit/0d4e3c54e21dfe6beebdec7644ba18b22a56ee25

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

commit 2e2cd9ee6af3b9fce28a37f10711781114287228
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 2 12:40:33 2013 -0600

    Fix accessing undefined object

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

http://github.com/horde/horde/commit/2e2cd9ee6af3b9fce28a37f10711781114287228
http://git.horde.org/horde-git/-/commit/2e2cd9ee6af3b9fce28a37f10711781114287228

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

commit 59d131fd54835c94f9314abf2ce4af5a31044234
Merge: b081c68 2e2cd9e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 2 12:40:55 2013 -0600

    Merge branch 'master' into imp_6_2

 framework/ActiveSync/lib/Horde/ActiveSync.php                     |   27 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/Autodiscover.php      |   19 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php        |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |    4 +-
 framework/ActiveSync/package.xml                                  |   12 +-
 framework/ActiveSync/test/Horde/ActiveSync/AutodiscoverTest.php   |  191 +++++
 framework/ActiveSync/test/Horde/ActiveSync/ServerTest.php         |    4 +-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |    4 +
 imp/js/dimpcore.js                                                |    4 +-
 ingo/lib/Basic/Rule.php                                           |   25 +-
 10 files changed, 256 insertions(+), 36 deletions(-)

http://github.com/horde/horde/commit/59d131fd54835c94f9314abf2ce4af5a31044234
http://git.horde.org/horde-git/-/commit/59d131fd54835c94f9314abf2ce4af5a31044234




More information about the commits mailing list