[commits] Horde branch develop updated. b77096e545da32dfea013b73832d449a4dafde46

Michael M Slusarz slusarz at horde.org
Thu Dec 15 01:19:42 UTC 2011


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

from: 105b2aaf6ef27dd5b30a3cf4604a5ac527bc0b03

a3bbb26 *sigh* Actually return true if we make it through the tests.
1a37e90 [mms] Fix broken Hide/Purge Deleted links in traditional view (Bug #10860).
205f49e Fix/optimize row scrollto in dynamic view
e38e5dd Reduce wordiness
9b29167 Merge branch 'master' into develop
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.
2a38c45 Give credit to Tine20 for implementation ideaGive credit to Tine20 for implementation ideass
fe9caa8 Reduce wordiness
b77096e Merge branch 'master' into develop

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

commit a3bbb26295f15b4a0db451fb3b0a5c66969011fc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Dec 14 13:27:57 2011 -0500

    *sigh* Actually return true if we make it through the tests.

 framework/Service_Weather/lib/Horde/Service/Weather/Base.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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

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

commit 1a37e90cc2a49f9a58e2bf7ea89db108fd8baffa
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 14 13:08:09 2011 -0700

    [mms] Fix broken Hide/Purge Deleted links in traditional view (Bug #10860).
    
    This reverts commit 20d4802b29402ded6c4d832477e531671e9bbf4f.
    This reverts commit 1e23c3806fc9f75d01d849e1b0881526449ae322.

 imp/docs/CHANGES  |    1 +
 imp/js/mailbox.js |   14 +++++++++++---
 imp/mailbox.php   |    2 +-
 imp/package.xml   |    2 ++
 4 files changed, 15 insertions(+), 4 deletions(-)

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

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

commit 205f49e0bccb1ba26a9d3daadbed2d3e2c4288aa
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 14 13:42:40 2011 -0700

    Fix/optimize row scrollto in dynamic view

 imp/js/dimpbase.js |   38 +++++++++++++++++++++++---------------
 1 files changed, 23 insertions(+), 15 deletions(-)

http://git.horde.org/horde-git/-/commit/205f49e0bccb1ba26a9d3daadbed2d3e2c4288aa

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

commit e38e5dd20b8f403c0e087e2520b3b1d7e67da4d5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 14 15:17:23 2011 -0700

    Reduce wordiness

 imp/config/prefs.php |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

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

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

commit 9b29167a4a1aba4381df19632404dd855374dba1
Merge: 105b2aa e38e5dd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 14 15:19:49 2011 -0700

    Merge branch 'master' into develop
    
    Conflicts:
    	imp/package.xml

 framework/Service_Weather/lib/Horde/Service/Weather/Base.php |    2 +
 imp/config/prefs.php                                         |   14 ++--
 imp/docs/CHANGES                                             |    1 +
 imp/js/dimpbase.js                                           |   38 ++++++----
 imp/js/mailbox.js                                            |   14 +++-
 imp/mailbox.php                                              |    2 +-
 imp/package.xml                                              |    1 +
 7 files changed, 46 insertions(+), 26 deletions(-)

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

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

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

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

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

    Give credit to Tine20 for implementation ideaGive credit to Tine20 for implementation ideass

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

http://git.horde.org/horde-git/-/commit/2a38c455251fb7378d3176c0fbf6f1abd793e1c5

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

commit fe9caa8d01160c195f8a6ab028a543af9485f73c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 14 15:17:23 2011 -0700

    Reduce wordiness

 imp/config/prefs.php |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

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

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

commit b77096e545da32dfea013b73832d449a4dafde46
Merge: 9b29167 fe9caa8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 14 18:18:59 2011 -0700

    Merge branch 'master' into develop

 framework/ActiveSync/lib/Horde/ActiveSync/Timezone.php      |  203 +++++++++-
 framework/ActiveSync/test/Horde/ActiveSync/TimezoneTest.php |  222 +++++++----
 2 files changed, 326 insertions(+), 99 deletions(-)

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




More information about the commits mailing list