The branch "master" has been updated. The following is a summary of the commits.
from: 04bc235e49c8c64a84d6c6fea14bdca0f6f06a56 3b457da More fixes for SUPPORTED/ghosted property handling. 5986817 Add more SUPPORTED related tests. 4111063 Quote type name. Summary: http://github.com/horde/horde/compare/04bc235e49c8c64a84d6c6fea14bdca0f6f06a56...41110636a545d777b540e4f6320ac00bf2d9d88d ----------------------------------------------------------------------- commit 3b457da845ee08aaaacd0cbf9f39dfbe38e702ed Author: Michael J Rubinsky <[email protected]> Date: Wed Feb 3 09:53:50 2016 -0500 More fixes for SUPPORTED/ghosted property handling. Fully implement MS-ASCMD 2.2.3.168: 1) Missing SUPPORTED container - no ghostable items are ever ghosted. 2) Present, but empty SUPPORTED container - ALL ghostable properties are ghosted. 3) Present, with a list of properties - only ghostable properties NOT present in the list are ghosted. ...plus our usual gamut of workarounds and fixes :) framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php | 22 +++++- framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php | 29 ++++++--- 2 files changed, 39 insertions(+), 12 deletions(-) http://github.com/horde/horde/commit/3b457da845ee08aaaacd0cbf9f39dfbe38e702ed ----------------------------------------------------------------------- commit 5986817d71de637e0f385216c09c21fed65c24b9 Author: Michael J Rubinsky <[email protected]> Date: Wed Feb 3 09:57:10 2016 -0500 Add more SUPPORTED related tests. framework/ActiveSync/test/Horde/ActiveSync/AppointmentTest.php | 40 ++++++++ framework/ActiveSync/test/Horde/ActiveSync/ContactTest.php | 27 +++++ 2 files changed, 67 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/5986817d71de637e0f385216c09c21fed65c24b9 ----------------------------------------------------------------------- commit 41110636a545d777b540e4f6320ac00bf2d9d88d Author: Michael J Rubinsky <[email protected]> Date: Wed Feb 3 10:04:02 2016 -0500 Quote type name. framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/41110636a545d777b540e4f6320ac00bf2d9d88d -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
