[commits] Horde branch master updated. 1413a45ac7edf62722598a7eeaa10b3d82ff51b9
Michael J. Rubinsky
mrubinsk at horde.org
Fri Feb 6 02:07:39 UTC 2015
The branch "master" has been updated.
The following is a summary of the commits.
from: 80edcb6657fb8edf884360c737a2c039a0bf641f
09f4491 Fix setting organizer from MAPI TASK object.
2d79e74 Add a REQUEST case for vTodos.
ee9d51f Don't show ATTENDEES for vTodos.
edb248d Add PERCENT-COMPLETE to iTip viewer for vTodo.
7df99c8 Start support for Vtodo iTip responses.
e182f15 Initial support for sending responses to vTodo iTips.
f002ce2 Changes/bump versions.
47d9b69 Catch exception, simplify.
1413a45 CHANGES
Summary: http://github.com/horde/horde/compare/80edcb6657fb8edf884360c737a2c039a0bf641f...1413a45ac7edf62722598a7eeaa10b3d82ff51b9
-----------------------------------------------------------------------
commit 09f4491692af743dfc3264f3359fabb6716aec00
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Feb 5 15:37:38 2015 -0500
Fix setting organizer from MAPI TASK object.
framework/Compress/lib/Horde/Compress/Tnef/VTodo.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/09f4491692af743dfc3264f3359fabb6716aec00
-----------------------------------------------------------------------
commit 2d79e74f8d858ddb7af5371abd6f9d9db1514036
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Feb 5 18:33:28 2015 -0500
Add a REQUEST case for vTodos.
imp/lib/Mime/Viewer/Itip.php | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/2d79e74f8d858ddb7af5371abd6f9d9db1514036
-----------------------------------------------------------------------
commit ee9d51fff6e986ad045b29841425b39c1caa2986
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Feb 5 18:33:54 2015 -0500
Don't show ATTENDEES for vTodos.
The currect template doesn't make sense with "required attendence"
and the like...
imp/lib/Mime/Viewer/Itip.php | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/ee9d51fff6e986ad045b29841425b39c1caa2986
-----------------------------------------------------------------------
commit edb248db9a9e1fcbc90e1d1660bacb4b777ba25d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Feb 5 18:48:08 2015 -0500
Add PERCENT-COMPLETE to iTip viewer for vTodo.
imp/lib/Mime/Viewer/Itip.php | 4 ++++
imp/templates/itip/action.html.php | 6 ++++++
2 files changed, 10 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/edb248db9a9e1fcbc90e1d1660bacb4b777ba25d
-----------------------------------------------------------------------
commit 7df99c8c52d492b07ab9dd9295081a741f8d0948
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Feb 5 20:57:04 2015 -0500
Start support for Vtodo iTip responses.
Some of this is a bit messy due to the type hints and private members
in the various classes. Should be looked at again in Horde 6.
framework/Itip/lib/Horde/Itip.php | 24 ++
framework/Itip/lib/Horde/Itip/Event/Vtodo.php | 419 ++++++++++++++++++++++
framework/Itip/lib/Horde/Itip/Response.php | 7 +-
framework/Itip/lib/Horde/Itip/Response/Vtodo.php | 166 +++++++++
framework/Itip/package.xml | 8 +-
5 files changed, 621 insertions(+), 3 deletions(-)
create mode 100644 framework/Itip/lib/Horde/Itip/Event/Vtodo.php
create mode 100644 framework/Itip/lib/Horde/Itip/Response/Vtodo.php
http://github.com/horde/horde/commit/7df99c8c52d492b07ab9dd9295081a741f8d0948
-----------------------------------------------------------------------
commit e182f15223a541ee284fa2b96fe18dd04376b929
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Feb 5 20:59:02 2015 -0500
Initial support for sending responses to vTodo iTips.
imp/lib/Ajax/Imple/ItipRequest.php | 25 +++++++++++++++++--------
1 files changed, 17 insertions(+), 8 deletions(-)
http://github.com/horde/horde/commit/e182f15223a541ee284fa2b96fe18dd04376b929
-----------------------------------------------------------------------
commit f002ce2c9490eb8bc87014fef469f98a0c9c3508
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Feb 5 21:01:53 2015 -0500
Changes/bump versions.
framework/Itip/package.xml | 12 ++++++------
imp/package.xml | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/f002ce2c9490eb8bc87014fef469f98a0c9c3508
-----------------------------------------------------------------------
commit 47d9b6960c62e33bb228b2feb170965315af66eb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Feb 5 21:06:07 2015 -0500
Catch exception, simplify.
imp/lib/Ajax/Imple/ItipRequest.php | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
http://github.com/horde/horde/commit/47d9b6960c62e33bb228b2feb170965315af66eb
-----------------------------------------------------------------------
commit 1413a45ac7edf62722598a7eeaa10b3d82ff51b9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Feb 5 21:06:55 2015 -0500
CHANGES
imp/docs/CHANGES | 1 +
imp/package.xml | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/1413a45ac7edf62722598a7eeaa10b3d82ff51b9
More information about the commits
mailing list