[commits] Horde branch master updated. 5a52feb65047921aea626dc5973dafded03d4ddc

Michael J. Rubinsky mrubinsk at horde.org
Thu Jun 11 15:55:54 UTC 2015


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

from: 07bcc2896ee2c96d2e8a925a71e706ef8489cadc

4d55782 Wrapping
0fa7b95 Simplify IMAP folder change detection for CONDSTORE servers.
dbb5d55 Work around broken behavior of Apache CGI.
5e68968 Avoid PHP warnings if authentication data is empty.
ebb526d Simplify.
0688088 Improvements to detecting FILTERTYPE changes.
5cebaa9 Add log output.
2fe54a3 @todo
d09aa8f Typo that was preventing FITLERTYPE changes from being detected.
00fef6e Fix detecting categories.
cc7f3fd Make this clear.
5a52feb This is a >= comparison, so use the next highest MODSEQ value.

Summary: http://github.com/horde/horde/compare/07bcc2896ee2c96d2e8a925a71e706ef8489cadc...5a52feb65047921aea626dc5973dafded03d4ddc

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

commit 4d557823bec08d46d513fa5d99ef0cfe512c6400
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Jun 9 20:54:57 2015 -0400

    Wrapping

 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/4d557823bec08d46d513fa5d99ef0cfe512c6400

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

commit 0fa7b9584f6460e105b254b0b5e392bb0eb1952c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Jun 9 20:58:29 2015 -0400

    Simplify IMAP folder change detection for CONDSTORE servers.
    
    Less round trips to IMAP client, and more efficient memory usage.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |  143 +++++-------
 1 files changed, 56 insertions(+), 87 deletions(-)

http://github.com/horde/horde/commit/0fa7b9584f6460e105b254b0b5e392bb0eb1952c

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

commit dbb5d5557ba89af5a95fc6219ec010bbf570aaa7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 11 10:05:09 2015 -0400

    Work around broken behavior of Apache CGI.
    
    Some versions of Apache do not send the HTTP_AUTHORIZATION header as
    per the CGI RFC, but rather a custom REDIRECT_HTTP_AUTHORIZATION
    header, even if explicitly configured to do so.

 framework/ActiveSync/lib/Horde/ActiveSync/Credentials.php |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/dbb5d5557ba89af5a95fc6219ec010bbf570aaa7

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

commit 5e68968a1c84ac01562dc5ee04a03b4c43083a17
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 11 10:42:13 2015 -0400

    Avoid PHP warnings if authentication data is empty.

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

http://github.com/horde/horde/commit/5e68968a1c84ac01562dc5ee04a03b4c43083a17

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

commit ebb526d42151d943e97c84a25ae858a2930de2f3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 11 10:42:34 2015 -0400

    Simplify.

 .../ActiveSync/lib/Horde/ActiveSync/Request/Autodiscover.php      |   26 ++---
 1 files changed, 10 insertions(+), 16 deletions(-)

http://github.com/horde/horde/commit/ebb526d42151d943e97c84a25ae858a2930de2f3

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

commit 068808818a8e102ddf5cd7d9336811e09b182665
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 11 10:46:11 2015 -0400

    Improvements to detecting FILTERTYPE changes.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |   26 +++++++++---
 1 files changed, 20 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/068808818a8e102ddf5cd7d9336811e09b182665

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

commit 5cebaa92e2ef725462d9173a560db4870022ca6e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 11 10:46:43 2015 -0400

    Add log output.

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

http://github.com/horde/horde/commit/5cebaa92e2ef725462d9173a560db4870022ca6e

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

commit 2fe54a39e82f89f420d73401891243360ad9aa71
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 11 10:47:11 2015 -0400

    @todo

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

http://github.com/horde/horde/commit/2fe54a39e82f89f420d73401891243360ad9aa71

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

commit d09aa8f4f61d2ce02f01d4a9869483eb6d5cd37f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 11 10:47:21 2015 -0400

    Typo that was preventing FITLERTYPE changes from being detected.

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

http://github.com/horde/horde/commit/d09aa8f4f61d2ce02f01d4a9869483eb6d5cd37f

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

commit 00fef6e6d04088ce966472645f0c385afaaf06da
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 11 11:31:43 2015 -0400

    Fix detecting categories.
    
    This is an empty array, so this check was failing.

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

http://github.com/horde/horde/commit/00fef6e6d04088ce966472645f0c385afaaf06da

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

commit cc7f3fdd7a32aeda2bb9c0701605e63ce0c7544d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 11 11:38:21 2015 -0400

    Make this clear.

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

http://github.com/horde/horde/commit/cc7f3fdd7a32aeda2bb9c0701605e63ce0c7544d

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

commit 5a52feb65047921aea626dc5973dafded03d4ddc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 11 11:55:03 2015 -0400

    This is a >= comparison, so use the next highest MODSEQ value.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/5a52feb65047921aea626dc5973dafded03d4ddc




More information about the commits mailing list