The branch "master" has been updated. The following is a summary of the commits.
from: 73006723ae151c21e79ee0ac71027df78dc04434 c59fec4 Add device for Horde_ActiveSync_Message_Contact 31814ad Merge branch 'master' of https://github.com/Bullja/horde into Bullja-master a450e8a phpdoc Summary: http://github.com/horde/horde/compare/73006723ae151c21e79ee0ac71027df78dc04434...a450e8aa0442571efc9aad381900892177f85e22 ----------------------------------------------------------------------- commit c59fec474c490473275148102eb3ed607113a3bb Author: Bruno Marsal <[email protected]> Date: Mon Mar 17 17:18:32 2014 +0100 Add device for Horde_ActiveSync_Message_Contact Horde_ActiveSync_Message_Contact is checking if _device is available. If it is, the device-specific date format should be used. This was code was never called, as the _device variable is never set. This should fix it. Now the device specific date format is used also, which fixes the birthdates of contacts now. Before the dates were shifted by one day. When editing the birthdate of a contact in the addressbook (for example 04.03.1991), before the log showed: <POOMCONTACTS:Birthday>1991-03-03T23:00:00.000Z</POOMCONTACTS:Birthday>, now it shows the correct device specific date format: <POOMCONTACTS:Birthday>1991-03-04T12:00:00.000Z</POOMCONTACTS:Birthday> framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 3 ++- turba/lib/Driver.php | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/c59fec474c490473275148102eb3ed607113a3bb ----------------------------------------------------------------------- commit 31814ad023b2c75c1f0ef790066422a587c7d237 Merge: 7300672 c59fec4 Author: Michael J Rubinsky <[email protected]> Date: Mon Mar 24 18:19:37 2014 -0400 Merge branch 'master' of https://github.com/Bullja/horde into Bullja-master turba/lib/Driver.php | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/31814ad023b2c75c1f0ef790066422a587c7d237 ----------------------------------------------------------------------- commit a450e8aa0442571efc9aad381900892177f85e22 Author: Michael J Rubinsky <[email protected]> Date: Mon Mar 24 18:46:42 2014 -0400 phpdoc .../ActiveSync/lib/Horde/ActiveSync/Message/AirSyncBaseBody.php | 8 +--- framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php | 8 +--- framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php | 3 +- framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php | 8 +--- framework/ActiveSync/lib/Horde/ActiveSync/Message/Mail.php | 8 +--- framework/ActiveSync/lib/Horde/ActiveSync/Message/Recurrence.php | 8 +--- .../lib/Horde/ActiveSync/Message/ResolveRecipientsPicture.php | 9 +++- framework/ActiveSync/lib/Horde/ActiveSync/Message/SendMail.php | 10 +++++ .../ActiveSync/lib/Horde/ActiveSync/Message/SendMailSource.php | 5 ++ framework/ActiveSync/lib/Horde/ActiveSync/Message/Task.php | 9 +---- 10 files changed, 29 insertions(+), 47 deletions(-) http://github.com/horde/horde/commit/a450e8aa0442571efc9aad381900892177f85e22 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
