[commits] Horde branch master updated. b9d8284d9bd3dd215d7a07ad68b20a560e231df2

Michael J. Rubinsky mrubinsk at horde.org
Wed Dec 14 23:21:42 UTC 2011


The branch "master" has been updated.
The following is a summary of the commits.

from: 205f49e0bccb1ba26a9d3daadbed2d3e2c4288aa

736d5ab Add more complete timezone tests.
9b295d9 Much more efficient to limit the range of transitions if we can.
1b47974 Typehint
b44509c Support for determining the timezone identifier from AS timezone structure.
b9d8284 Add tests for new timezone searching, and tweak some existing tests.

-----------------------------------------------------------------------

commit 736d5abde1ee3e6a7f198da7806320316fb5a3e3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Dec 14 14:24:57 2011 -0500

    Add more complete timezone tests.
    
    Add more timezones to test, including timezones with both a DST
    transition and timezones without any DST transitions.

 framework/ActiveSync/test/Horde/ActiveSync/TimezoneTest.php |  165 +++++++----
 1 files changed, 107 insertions(+), 58 deletions(-)

http://git.horde.org/horde-git/-/commit/736d5abde1ee3e6a7f198da7806320316fb5a3e3

-----------------------------------------------------------------------

commit 9b295d9af6f2f0746fc773a744558ef36ab81840
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Dec 14 14:36:39 2011 -0500

    Much more efficient to limit the range of transitions if we can.

 framework/ActiveSync/lib/Horde/ActiveSync/Timezone.php |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/9b295d9af6f2f0746fc773a744558ef36ab81840

-----------------------------------------------------------------------

commit 1b479740ee3b434165fbfdcafe64e2146cd16e2a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Dec 14 14:37:16 2011 -0500

    Typehint

 framework/ActiveSync/lib/Horde/ActiveSync/Timezone.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/1b479740ee3b434165fbfdcafe64e2146cd16e2a

-----------------------------------------------------------------------

commit b44509c26cb6699c11a86590e7176443abe5b882
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Dec 14 18:07:21 2011 -0500

    Support for determining the timezone identifier from AS timezone structure.
    
    Allows us to apply to correct timezone info to the datetime properties of
    incoming Horde_ActiveSync_Message_Appointment objects.
    
    Note: Searching the timezones for matching transitions can be time
    consuming on PHP < 5.3 since we can't limit the number of transitions returned
    from the getTransitions call. Plan on improving this somewhat with at least
    a per-request cache of the timezones.

 framework/ActiveSync/lib/Horde/ActiveSync/Timezone.php |  189 +++++++++++++++-
 1 files changed, 179 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/b44509c26cb6699c11a86590e7176443abe5b882

-----------------------------------------------------------------------

commit b9d8284d9bd3dd215d7a07ad68b20a560e231df2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Dec 14 18:20:33 2011 -0500

    Add tests for new timezone searching, and tweak some existing tests.

 framework/ActiveSync/test/Horde/ActiveSync/TimezoneTest.php |   63 +++++------
 1 files changed, 31 insertions(+), 32 deletions(-)

http://git.horde.org/horde-git/-/commit/b9d8284d9bd3dd215d7a07ad68b20a560e231df2




More information about the commits mailing list