[commits] Horde branch develop updated. 2f2d2a211cef4781af04c3b8cdb4517228edaed9
Michael J. Rubinsky
mrubinsk at horde.org
Mon Aug 13 20:32:28 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: 9f82205faba55286e229ea67dab779491ce5455b
048fe9f Clarify which collection the changes are in.
db43ddb Fix setting the INBOX display name when not synching email via ActiveSync
8f66695 Add (optional?) SYNC_STATUS element for the entire SYNC response.
7013c75 Fix not incrementing synckey if no results at all.
7c996a9 ws
d1adeea Only send the SYNC_COMMANDS tag if we *have* any commands.
e9d7ab7 Don't assume we have a numeric $changecount
fcc7649 Don't short circuit INBOX here.
e9474e5 Fix property name
3ff3411 Must close the output buffer.
2f2d2a2 Thought I removed this already....
-----------------------------------------------------------------------
commit 048fe9f8b8ff4618d50d94088d4f90ba33bb4b9d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Aug 13 13:33:54 2012 -0400
Clarify which collection the changes are in.
framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/048fe9f8b8ff4618d50d94088d4f90ba33bb4b9d
-----------------------------------------------------------------------
commit db43ddbe0e8b96b39f34bcdea31daa70d058a497
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Aug 13 14:27:10 2012 -0400
Fix setting the INBOX display name when not synching email via ActiveSync
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/db43ddbe0e8b96b39f34bcdea31daa70d058a497
-----------------------------------------------------------------------
commit 8f66695be25b53c5ad64b9c766aeb07eeade866a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Aug 13 15:51:03 2012 -0400
Add (optional?) SYNC_STATUS element for the entire SYNC response.
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/8f66695be25b53c5ad64b9c766aeb07eeade866a
-----------------------------------------------------------------------
commit 7013c752726e38d8343e660c3b061614af5aab96
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Aug 13 15:51:42 2012 -0400
Fix not incrementing synckey if no results at all.
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/7013c752726e38d8343e660c3b061614af5aab96
-----------------------------------------------------------------------
commit 7c996a94cd70d23f27384400711234774c4c7334
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Aug 13 15:53:45 2012 -0400
ws
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/7c996a94cd70d23f27384400711234774c4c7334
-----------------------------------------------------------------------
commit d1adeea299116a7203a0965025920b6c43d2f96c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Aug 13 15:53:55 2012 -0400
Only send the SYNC_COMMANDS tag if we *have* any commands.
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 38 ++++++------
1 files changed, 20 insertions(+), 18 deletions(-)
http://git.horde.org/horde-git/-/commit/d1adeea299116a7203a0965025920b6c43d2f96c
-----------------------------------------------------------------------
commit e9d7ab767f47dafe6f757be0cc196497d61f9fcb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Aug 13 16:15:43 2012 -0400
Don't assume we have a numeric $changecount
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/e9d7ab767f47dafe6f757be0cc196497d61f9fcb
-----------------------------------------------------------------------
commit fcc764944589c5b922a23bbd3171698d29070081
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Aug 13 16:16:09 2012 -0400
Don't short circuit INBOX here.
Only call _getMailFolder for real mail support. Fixes ignoring any
INBOX subfolders. Use separate method for building the dummy folders
when we are not really polling an IMAP server.
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 38 ++++++++++++++++---
1 files changed, 32 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/fcc764944589c5b922a23bbd3171698d29070081
-----------------------------------------------------------------------
commit e9474e5efef2882ad129a72b0542d016d8745822
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Aug 13 16:26:48 2012 -0400
Fix property name
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/e9474e5efef2882ad129a72b0542d016d8745822
-----------------------------------------------------------------------
commit 3ff34114cfde899b69e07214f43155d84f85e576
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Aug 13 16:26:57 2012 -0400
Must close the output buffer.
Fixes broken/looping SYNC requests when Email sync not enabled.
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/3ff34114cfde899b69e07214f43155d84f85e576
-----------------------------------------------------------------------
commit 2f2d2a211cef4781af04c3b8cdb4517228edaed9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Aug 13 16:32:06 2012 -0400
Thought I removed this already....
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/2f2d2a211cef4781af04c3b8cdb4517228edaed9
More information about the commits
mailing list