[commits] Horde branch master updated. 32b8863cf31fe6a3cadb59b83afd82b43b9fa205
Michael J. Rubinsky
mrubinsk at horde.org
Thu Dec 15 18:55:50 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: 6e225b8c2e95be3231677ee6b4594882522d348a
2b1158e Clean up these classes.
397a9ce Don't read the wbxml in the decoder's constructor.
1a821e5 Fix property name
32b8863 Update tests, add tests for encoding/decoding appointments with recurrence.
-----------------------------------------------------------------------
commit 2b1158e48247910b810d076946d9dc689b373609
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Dec 15 13:20:14 2011 -0500
Clean up these classes.
Move common members/functionality to the base class
Add phpdoc
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml.php | 899 ++++++-----
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php | 233 ++--
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php | 35 +-
3 files changed, 594 insertions(+), 573 deletions(-)
http://git.horde.org/horde-git/-/commit/2b1158e48247910b810d076946d9dc689b373609
-----------------------------------------------------------------------
commit 397a9ce1f6b6874bd8897dc9c96b2b1a045d8cc0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Dec 15 13:32:23 2011 -0500
Don't read the wbxml in the decoder's constructor.
Explicitly call a method to read in the initial wbxml header. Allows
to use the decoder to decode arbitrary wbxml snippits like while e.g.,
testing.
framework/ActiveSync/lib/Horde/ActiveSync.php | 3 ++
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php | 17 ++++-------
2 files changed, 9 insertions(+), 11 deletions(-)
http://git.horde.org/horde-git/-/commit/397a9ce1f6b6874bd8897dc9c96b2b1a045d8cc0
-----------------------------------------------------------------------
commit 1a821e5be62d0b7b983597c9ac96d0792725ba94
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Dec 15 13:48:17 2011 -0500
Fix property name
Fixes populating Horde_Date_Recurrence with the correct recurstart date.
Did not cause any proplems in the code from what I can see, but rather
caught this during testing.
framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php | 6 ++--
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/1a821e5be62d0b7b983597c9ac96d0792725ba94
-----------------------------------------------------------------------
commit 32b8863cf31fe6a3cadb59b83afd82b43b9fa205
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Dec 15 13:52:40 2011 -0500
Update tests, add tests for encoding/decoding appointments with recurrence.
framework/ActiveSync/test/Horde/ActiveSync/AppointmentTest.php | 101 ++++-
.../ActiveSync/test/Horde/ActiveSync/fixtures/appointment.wbxml | Bin 369 -> 371 bytes
.../ActiveSync/test/Horde/ActiveSync/fixtures/recurrence.wbxml | Bin 0 -> 389 bytes
3 files changed, 95 insertions(+), 6 deletions(-)
create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/fixtures/recurrence.wbxml
http://git.horde.org/horde-git/-/commit/32b8863cf31fe6a3cadb59b83afd82b43b9fa205
More information about the commits
mailing list