[commits] Horde branch master updated. 71fe541dfa69045dc6a763792f41d3694f19f856

Michael J. Rubinsky mrubinsk at horde.org
Sun Dec 7 02:21:55 UTC 2014


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

from: 5a990a23831b5b9e9630b8e1db98035dacd1b5c4

e2744f8 Start standardizing on "client" instead of "device" or "PIM".
366466a Add support for encoded MAPI GOID fields, and simplify.
b402f7e Actually, this isn't needed.
05b9658 Don't ignore the client-provided UID for EAS meeting requests.
d902607 Restrict to user-owned calendars here.
71fe541 Can't test the method return value for empty().

Summary: http://github.com/horde/horde/compare/5a990a23831b5b9e9630b8e1db98035dacd1b5c4...71fe541dfa69045dc6a763792f41d3694f19f856

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

commit e2744f87bfb4d77b084dbe6fcb559b3b94fe69d1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Dec 6 19:22:28 2014 -0500

    Start standardizing on "client" instead of "device" or "PIM".

 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php  |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php  |    8 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php         |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Mock.php         |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php        |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php  |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php        |   14 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Provision.php   |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |   10 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php          |   40 ++--
 framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php         |   24 ++--
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php           |   28 ++--
 13 files changed, 72 insertions(+), 72 deletions(-)

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

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

commit 366466af75902b6e655e96fee130ae30d1ea1b2a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Dec 6 20:06:52 2014 -0500

    Add support for encoded MAPI GOID fields, and simplify.

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php        |   27 ++---
 2 files changed, 9 insertions(+), 20 deletions(-)

http://github.com/horde/horde/commit/366466af75902b6e655e96fee130ae30d1ea1b2a

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

commit b402f7e9e9688a61ab36c9bb1f894c4d16cb4ad0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Dec 6 20:32:34 2014 -0500

    Actually, this isn't needed.

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

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

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

commit 05b9658e3c01a34bbd5afed4d7d4f3ff3a6ce1ec
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Dec 6 21:16:54 2014 -0500

    Don't ignore the client-provided UID for EAS meeting requests.
    
    Fixes the issue where the iTip request generated by the EAS client
    and the iTip responses generated by the email client were mismatched
    with the UID generated by Kronolith when the event was imported.

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php |   12 +++--
 kronolith/lib/Event.php                                           |    6 ++
 2 files changed, 14 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/05b9658e3c01a34bbd5afed4d7d4f3ff3a6ce1ec

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

commit d902607b69024802bfb3e2656aa97be6f9e1ea2d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Dec 6 21:18:48 2014 -0500

    Restrict to user-owned calendars here.
    
    Otherwise, EVERY time an iTip is initially viewed for an event that
    was created by another local user the language will show "update"
    and a Permission Denied error is shown to the user before a success
    message is shown.

 imp/lib/Ajax/Imple/ItipRequest.php |    3 ++-
 imp/lib/Mime/Viewer/Itip.php       |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

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

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

commit 71fe541dfa69045dc6a763792f41d3694f19f856
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Dec 6 21:21:28 2014 -0500

    Can't test the method return value for empty().

 kronolith/lib/Event.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/71fe541dfa69045dc6a763792f41d3694f19f856




More information about the commits mailing list