[commits] Horde branch master updated. 6e6c4d713fb6b6e07d1983a60c98e19c07821a95

Michael J. Rubinsky mrubinsk at horde.org
Mon Dec 16 21:13:41 UTC 2013


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

from: 36faf2b2f6296e7e520c06ec41c466b804c3534f

5e8feca Clean up some phpdoc.
9641acf Attempt to workaround protocol limitation/bug in dealting with birthday/anniversary fields.
088e761 Fix method name.
22a5f91 Don't kill the entire sync if we don't know about a single email.
33f5359 Existence check.
62289fa Improve date handling for some more clients.
77b4970 Fix phpdoc
8613e7b CHANGES
35e9157 Check for encrypted notes when converting to ActiveSync message.
8ea5e65 BFN
2699323 This will not catch an exception due to encrypted note.
6e6c4d7 Allow import if user has Horde_Perms::EDIT on the calendar, just like basic view.

Summary: http://github.com/horde/horde/compare/36faf2b2f6296e7e520c06ec41c466b804c3534f...6e6c4d713fb6b6e07d1983a60c98e19c07821a95

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

commit 5e8feca9ceeff8fa2336c63a234d1eeb60b084ce
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Dec 11 19:09:34 2013 -0500

    Clean up some phpdoc.

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

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

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

commit 9641acfcdaef54b331ec0bbbc80d0ddb8491250d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Dec 12 00:25:55 2013 -0500

    Attempt to workaround protocol limitation/bug in dealting with birthday/anniversary fields.
    
    For POOMCONTACT:Birthday and POOMCONTACT:Anniversary fields, attempt
    to normalize the date values to work around the fact that the protocol
    does not specify a standard time to use for these datetime fields.
    
    Hopefully fixes some of the drifting birthday issues that people have
    been having. Probably need to add some more device/version sniffing
    but this should handle the bulk of the clients.

 framework/ActiveSync/lib/Horde/ActiveSync.php                 |   77 ++++---
 framework/ActiveSync/lib/Horde/ActiveSync/Device.php          |  105 +++++++++
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php    |   19 ++-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php |   28 +++
 framework/ActiveSync/package.xml                              |    6 +-
 framework/ActiveSync/test/Horde/ActiveSync/DeviceTest.php     |   59 +++++
 6 files changed, 254 insertions(+), 40 deletions(-)
 create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/DeviceTest.php

http://github.com/horde/horde/commit/9641acfcdaef54b331ec0bbbc80d0ddb8491250d
http://git.horde.org/horde-git/-/commit/9641acfcdaef54b331ec0bbbc80d0ddb8491250d

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

commit 088e7613858d9f6a210ffdac479c7e3bf52326ad
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Dec 12 00:36:08 2013 -0500

    Fix method name.

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

http://github.com/horde/horde/commit/088e7613858d9f6a210ffdac479c7e3bf52326ad
http://git.horde.org/horde-git/-/commit/088e7613858d9f6a210ffdac479c7e3bf52326ad

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

commit 22a5f91d73866830ea8f3ddd65a1adbcfc539068
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Dec 12 14:47:33 2013 -0500

    Don't kill the entire sync if we don't know about a single email.

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

http://github.com/horde/horde/commit/22a5f91d73866830ea8f3ddd65a1adbcfc539068
http://git.horde.org/horde-git/-/commit/22a5f91d73866830ea8f3ddd65a1adbcfc539068

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

commit 33f535991e265b00daa84ea12c52762fa1faa0b7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Dec 12 15:01:24 2013 -0500

    Existence check.

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

http://github.com/horde/horde/commit/33f535991e265b00daa84ea12c52762fa1faa0b7
http://git.horde.org/horde-git/-/commit/33f535991e265b00daa84ea12c52762fa1faa0b7

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

commit 62289fa378ed13ee890ae353713e86ab3b6981a5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Dec 12 17:50:57 2013 -0500

    Improve date handling for some more clients.

 framework/ActiveSync/lib/Horde/ActiveSync/Device.php      |   76 +++++++++++--
 framework/ActiveSync/test/Horde/ActiveSync/DeviceTest.php |   28 +++++-
 2 files changed, 94 insertions(+), 10 deletions(-)

http://github.com/horde/horde/commit/62289fa378ed13ee890ae353713e86ab3b6981a5
http://git.horde.org/horde-git/-/commit/62289fa378ed13ee890ae353713e86ab3b6981a5

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

commit 77b49704e26974c99e3f56cca7b9e199f003071d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Dec 12 17:53:02 2013 -0500

    Fix phpdoc

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

http://github.com/horde/horde/commit/77b49704e26974c99e3f56cca7b9e199f003071d
http://git.horde.org/horde-git/-/commit/77b49704e26974c99e3f56cca7b9e199f003071d

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

commit 8613e7b7e8c818d8a6b33a4f853f482334ab960d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Dec 12 18:01:27 2013 -0500

    CHANGES

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

http://github.com/horde/horde/commit/8613e7b7e8c818d8a6b33a4f853f482334ab960d
http://git.horde.org/horde-git/-/commit/8613e7b7e8c818d8a6b33a4f853f482334ab960d

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

commit 35e915789f8a4570603512f43533f7a68dd09453
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 16 09:37:51 2013 -0500

    Check for encrypted notes when converting to ActiveSync message.

 mnemo/lib/Driver.php |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/35e915789f8a4570603512f43533f7a68dd09453
http://git.horde.org/horde-git/-/commit/35e915789f8a4570603512f43533f7a68dd09453

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

commit 8ea5e65fdc65a361ee5dac47342979132533cf68
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 16 10:15:47 2013 -0500

    BFN

 mnemo/docs/CHANGES |    3 +++
 mnemo/package.xml  |    6 ++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

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

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

commit 2699323bf7066af4a2d757e6d7f12499a4c1c933
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 16 12:22:59 2013 -0500

    This will not catch an exception due to encrypted note.

 mnemo/lib/Api.php |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

http://github.com/horde/horde/commit/2699323bf7066af4a2d757e6d7f12499a4c1c933
http://git.horde.org/horde-git/-/commit/2699323bf7066af4a2d757e6d7f12499a4c1c933

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

commit 6e6c4d713fb6b6e07d1983a60c98e19c07821a95
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 16 13:03:24 2013 -0500

    Allow import if user has Horde_Perms::EDIT on the calendar, just like basic view.

 kronolith/js/kronolith.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/6e6c4d713fb6b6e07d1983a60c98e19c07821a95
http://git.horde.org/horde-git/-/commit/6e6c4d713fb6b6e07d1983a60c98e19c07821a95




More information about the commits mailing list