The branch "master" has been updated. The following is a summary of the commits.
from: dd942c7d33b0755de57e6ee4ceeb6b4d5887589a 69c5845 Parse the EAS 16-style meetingresponse properties. a7860e2 Only fetch the end tag if it's not an empty tag. 5adcef5 Typo 741e1d4 Implement sending iTip response for EAS 16 0234987 Fix decoding the AirSyncBase body element. 8715091 Honor any comments sent with the response. Summary: http://github.com/horde/horde/compare/dd942c7d33b0755de57e6ee4ceeb6b4d5887589a...8715091bc897e9e19bc963a8b2ec4b54c58fd316 ----------------------------------------------------------------------- commit 69c584507d27738b09721fb053c249d126b443a8 Author: Michael J Rubinsky <[email protected]> Date: Mon Aug 22 12:56:34 2016 -0400 Parse the EAS 16-style meetingresponse properties. framework/ActiveSync/doc/Horde/ActiveSync/TODO | 2 ++ .../Horde/ActiveSync/Request/MeetingResponse.php | 38 +++++++++++++++++++++- 2 files changed, 39 insertions(+), 1 deletion(-) http://github.com/horde/horde/commit/69c584507d27738b09721fb053c249d126b443a8 ----------------------------------------------------------------------- commit a7860e2162522a0482e8e4875b28e2facc01c67e Author: Michael J Rubinsky <[email protected]> Date: Mon Aug 22 13:42:25 2016 -0400 Only fetch the end tag if it's not an empty tag. .../ActiveSync/lib/Horde/ActiveSync/Request/MeetingResponse.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/a7860e2162522a0482e8e4875b28e2facc01c67e ----------------------------------------------------------------------- commit 5adcef5387b5bf53561982cd0d89cfeca6044512 Author: Michael J Rubinsky <[email protected]> Date: Mon Aug 22 13:56:43 2016 -0400 Typo framework/ActiveSync/lib/Horde/ActiveSync/Request/MeetingResponse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://github.com/horde/horde/commit/5adcef5387b5bf53561982cd0d89cfeca6044512 ----------------------------------------------------------------------- commit 741e1d42dc5fc50a1337cd964f2548f4de9e9db2 Author: Michael J Rubinsky <[email protected]> Date: Mon Aug 22 14:38:24 2016 -0400 Implement sending iTip response for EAS 16 .../Core/lib/Horde/Core/ActiveSync/Driver.php | 74 ++++++++++++++-------- 1 file changed, 49 insertions(+), 25 deletions(-) http://github.com/horde/horde/commit/741e1d42dc5fc50a1337cd964f2548f4de9e9db2 ----------------------------------------------------------------------- commit 02349876b1988f9104155ea9fa778382f4452525 Author: Michael J Rubinsky <[email protected]> Date: Mon Aug 22 15:42:54 2016 -0400 Fix decoding the AirSyncBase body element. framework/ActiveSync/lib/Horde/ActiveSync/Request/MeetingResponse.php | 2 ++ 1 file changed, 2 insertions(+) http://github.com/horde/horde/commit/02349876b1988f9104155ea9fa778382f4452525 ----------------------------------------------------------------------- commit 8715091bc897e9e19bc963a8b2ec4b54c58fd316 Author: Michael J Rubinsky <[email protected]> Date: Mon Aug 22 15:43:13 2016 -0400 Honor any comments sent with the response. framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) http://github.com/horde/horde/commit/8715091bc897e9e19bc963a8b2ec4b54c58fd316 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
