[commits] Horde branch develop updated. 105b2aaf6ef27dd5b30a3cf4604a5ac527bc0b03

Michael J. Rubinsky mrubinsk at horde.org
Wed Dec 14 16:28:55 UTC 2011


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

from: 041d4b1034360c6592b8e4a9dadd74913358d1a9

a4ca1f5 [mms] Fix issue in dynamic mailbox view with thread sorting and a reset of mailbox metadata (Bug #10835).
a53738c Bug: 10854 Fix displaying of dewpoint.
a8e5006 Bug: 10857 Actually use the ip address we pass into the method.
c79abee Add method to check validity/uniqueness of IP address before using.
e242359 Add loopback checks.
5b5e594 Add remaining SEARCHTYPE constants
710a2d3 BFN
9f9b6cd Bug: 10862  Gettext typo Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>
105b2aa Merge branch 'master' into develop

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

commit a4ca1f507d882c09eac30c7d16d1dc54e5c308fa
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 14 01:00:55 2011 -0700

    [mms] Fix issue in dynamic mailbox view with thread sorting and a reset of mailbox metadata (Bug #10835).

 imp/docs/CHANGES   |    2 ++
 imp/js/viewport.js |   30 +++++++++++++++---------------
 imp/package.xml    |    2 ++
 3 files changed, 19 insertions(+), 15 deletions(-)

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

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

commit a53738cd111aefbea11c3497e524bb4c40de1c7a
Author: arjen+horde (at) de-korte (dot) org <arjen+horde at de-korte.org>
Date:   Wed Dec 14 09:54:43 2011 -0500

    Bug: 10854 Fix displaying of dewpoint.
    
    Don't display title if it's not present, and fix displaying
    when it is zero.
    Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>

 horde/lib/Block/Weather.php |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

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

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

commit a8e5006d4eb19ec694004b6cf51911ad25f54e0c
Author: arjen+horde (at) de-korte (dot) org <arjen+horde at de-korte.org>
Date:   Wed Dec 14 09:59:34 2011 -0500

    Bug: 10857 Actually use the ip address we pass into the method.
    
    Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>

 .../lib/Horde/Service/Weather/WeatherUnderground.php              |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit c79abee4a9349b6fb0035a5d180b6a64a69f6d29
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Dec 14 10:34:44 2011 -0500

    Add method to check validity/uniqueness of IP address before using.
    
    Bug: 10857

 framework/Service_Weather/lib/Horde/Service/Weather/Base.php      |   33 +++++
 .../lib/Horde/Service/Weather/WeatherUnderground.php              |   12 ++-
 2 files changed, 42 insertions(+), 3 deletions(-)

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

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

commit e242359e2af9cd0d4e11e479ca2bbe4aef64b471
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Dec 14 10:37:51 2011 -0500

    Add loopback checks.
    
    Not sure how a browser would ever have the loopback IP here, but
    add it for completness.

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

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

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

commit 5b5e5948cc6ab539a3765fb761175c4c5f264285
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Dec 14 10:46:12 2011 -0500

    Add remaining SEARCHTYPE constants

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

http://git.horde.org/horde-git/-/commit/5b5e5948cc6ab539a3765fb761175c4c5f264285

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

commit 710a2d3fac2b6bbeb7d686c5b704b1d531a80364
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Dec 14 10:50:04 2011 -0500

    BFN

 framework/Service_Weather/package.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/710a2d3fac2b6bbeb7d686c5b704b1d531a80364

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

commit 9f9b6cd9e3a5ea69951287cfedb1de30fe9c0bac
Author: ctimoteo at sapo.pt <ctimoteo at sapo.pt>
Date:   Wed Dec 14 11:19:10 2011 -0500

    Bug: 10862  Gettext typo
    Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>

 turba/lib/Turba.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 105b2aaf6ef27dd5b30a3cf4604a5ac527bc0b03
Merge: 041d4b1 9f9b6cd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Dec 14 11:28:41 2011 -0500

    Merge branch 'master' into develop
    
    Conflicts:
    	framework/Service_Weather/lib/Horde/Service/Weather/Base.php
    	imp/package.xml

 framework/Service_Weather/lib/Horde/Service/Weather/Base.php      |   38 +++++
 .../lib/Horde/Service/Weather/WeatherUnderground.php              |   14 ++-
 framework/Service_Weather/package.xml                             |    4 +-
 horde/lib/Block/Weather.php                                       |    6 +-
 imp/docs/CHANGES                                                  |    2 +
 imp/js/viewport.js                                                |   30 ++--
 imp/package.xml                                                   |    1 +
 turba/lib/Turba.php                                               |    4 +-
 8 files changed, 73 insertions(+), 26 deletions(-)

http://git.horde.org/horde-git/-/commit/105b2aaf6ef27dd5b30a3cf4604a5ac527bc0b03




More information about the commits mailing list