[commits] Horde branch develop updated. 8d3cc35f89a2bc3c105008ebc4ce7b53a344518e

Michael J. Rubinsky mrubinsk at horde.org
Sun Nov 13 06:38:04 UTC 2011


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

from: 3a666a8ebe36ef5be1d1273a1f89e185f1b1dd26

d2646ff Use fixed timezone.
64ca149 Rough draft for a quality control module.
396fe3f Cleanup redundant option.
2940d2f codestyle
0a00d61 Try to determine if the payload contains HTML data.
502bc20 Add the rest of the quality control modules I want to have.
f5f4d0e The PEAR definition for function declarations does not work for us.
55874b8 cs
e8f1aa6 assertType -> assertInternalType
d46be6a Add support for newly added windspeed and humidity data in wunderground forecasts.
2fe5314 Display windspeed and humidity data if we have it.
53e58af Don't attempt to show humidity/wind if we don't have it.
57dde67 This belongs as a property of the forecast, not the period.
4a77b6d Don't show other values we may not have either.
06dd178 This needs an API v1 variant as well.
38fa891 Removed duplicate lines.
418eeca PHPDoc
9249fc7 More PHPdoc
932c5da [gwr] Support rendering lists in the rst renderer.
6abd329 Update some documentation.
cfde423 Components updated the package.xml.
6a4ebb3 Released Horde_Kolab_Format-1.1.0
3e41998 Development mode for Horde_Kolab_Format-1.1.1
d0bcdd8 Add some more unit definitions
e4814f8 return false for these unsupported properties also
5380708 Perform some magic on pressure values before returning
3df4697 Add method to obtain the forecast time
dbe8708 Use the display_location property for the station name
35aed3e Return fully mapped icons from current conditions object.
75f40cc More unsupported properties
a7faa2c Fix function definition
3e309e4 Pass the weather object
d919490 Initial Horde_Service_Weather based block.
e406dc9 Yet Another property google doesn't provide
4617f0d maxwind -> wind_gust
0f7e768 initial forecast section
f132010 Code style.
26ee364 Add missing changelog entry.
182d734 Components updated the package.xml.
4eb5b51 Released Horde_Kolab_Storage-1.1.0
b9a435f Development mode for Horde_Kolab_Storage-1.1.1
774fe69 Don't output day/night column for now, we can't populate it yet.
394515f phpdoc
57306e6 populate the logo, link, and title properties
a935569 honor the forecast length, since we actually can.
32c1c4d Display attribution, if able.
ba9c3f1 Merge branch 'master' of ssh://dev.horde.org/horde/git/horde
f3d0e5f Return the supported forecast lengths per driver.
264e107 Use the forecast lengths advertised by the driver.
849ae2a Be friendlier to less verbose drivers.
7f0af03 Fully remove Weatherdotcom support and configuration.
7b1c025 CHANGES
4ff88e7 Merge branch 'master' of ssh://dev.horde.org/horde/git/horde
1b74965 Start adding documentation from the wiki.
bf3d633 Missed adding one file.
565bf2f Load the last sync timestamp into the default value of the current sync timestamp.
47aff00 Minor fixes to writing the website docs.
f774dab Reduce relative wiki paths to the basename only. Not elegant but I see no alternative.
23afbc7 Update docs.
16fddf0 Add strings for wunderground localization
d9f85c4 Return the localized values.
1f606c7 [gwr] Corrected teletype format for the rst renderer.
42f3633 Components updated the package.xml.
041aeeb Fix initializing the autocompleter with existing data.
e49d06a Extend Horde_Test_Case.
8cf7884 Use placeholders.
ef3da42 [jan] Fix generating VTIMEZONE components.
0550e13 Upgrade task to remove the weatherdotcom block from portal_layout.
3b1e3f9 Actually update the portal layout after removing the block
d6f10fb removeBlock doesn't set the updated flag evidently.
8d3cc35 Merge branch 'master' into develop

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

commit d2646ff3453fc53b55520c2003b1f313fdd47ccb
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Nov 12 01:03:01 2011 +0100

    Use fixed timezone.

 framework/ActiveSync/test/Horde/ActiveSync/TimezoneTest.php |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

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

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

commit 64ca149a3e9052664b54ecab867fa930ba481b36
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Nov 12 01:47:10 2011 +0100

    Rough draft for a quality control module.

 components/data/qc_standards/phpcs.xml               |   61 +++++
 components/lib/Components/Dependencies.php           |    7 +
 components/lib/Components/Dependencies/Bootstrap.php |   10 +
 components/lib/Components/Dependencies/Injector.php  |   10 +
 components/lib/Components/Module/Qc.php              |  121 ++++++++++
 components/lib/Components/Qc/Task/Base.php           |  206 ++++++++++++++++++
 components/lib/Components/Qc/Task/Cs.php             |   77 +++++++
 components/lib/Components/Qc/Tasks.php               |  122 +++++++++++
 components/lib/Components/Runner/Qc.php              |  113 ++++++++++
 9 files changed, 727 insertions(+), 0 deletions(-)
 create mode 100644 components/data/qc_standards/phpcs.xml
 create mode 100644 components/lib/Components/Module/Qc.php
 create mode 100644 components/lib/Components/Qc/Task/Base.php
 create mode 100644 components/lib/Components/Qc/Task/Cs.php
 create mode 100644 components/lib/Components/Qc/Tasks.php
 create mode 100644 components/lib/Components/Runner/Qc.php

http://git.horde.org/horde-git/-/commit/64ca149a3e9052664b54ecab867fa930ba481b36

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

commit 396fe3f38df3c52a6dc785b26a4934461673e76d
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Nov 12 01:47:55 2011 +0100

    Cleanup redundant option.

 components/lib/Components/Helper/Website.php |    6 ++----
 components/lib/Components/Module/Webdocs.php |   10 +---------
 2 files changed, 3 insertions(+), 13 deletions(-)

http://git.horde.org/horde-git/-/commit/396fe3f38df3c52a6dc785b26a4934461673e76d

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

commit 2940d2fcea6452f96b40b9d84f8a1d389e9c2001
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Nov 12 15:49:25 2011 +0100

    codestyle

 framework/Kolab_Format/lib/Horde/Kolab/Format/Date.php            |    6 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Decorator/Memory.php      |    9 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Decorator/Timed.php |    9 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Exception/ParseError.php  |    6 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Factory.php         |    9 +--
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml.php             |    2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Parser.php      |    2 -
 .../lib/Horde/Kolab/Format/Xml/Type/AutomaticDate.php             |   17 +--
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Base.php   |   27 ++---
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Composite.php    |   11 +-
 10 files changed, 33 insertions(+), 65 deletions(-)

http://git.horde.org/horde-git/-/commit/2940d2fcea6452f96b40b9d84f8a1d389e9c2001

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

commit 0a00d61368c7d6a2c20a1fffcbfb281ddde4bf4c
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Nov 12 16:01:54 2011 +0100

    Try to determine if the payload contains HTML data.

 framework/Push/lib/Horde/Push/Factory/Push.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/0a00d61368c7d6a2c20a1fffcbfb281ddde4bf4c

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

commit 502bc2017b699af8d9971cb6fd2ef85a8e0b1391
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Nov 12 18:49:38 2011 +0100

    Add the rest of the quality control modules I want to have.
    
    Some of the return values could still use some polishing.

 components/data/qc_standards/phpmd.xml     |   39 +++++++++++++
 components/lib/Components/Module/Qc.php    |    1 +
 components/lib/Components/Output.php       |    5 ++
 components/lib/Components/Qc/Task/Cpd.php  |   81 +++++++++++++++++++++++++++
 components/lib/Components/Qc/Task/Cs.php   |   19 ++++--
 components/lib/Components/Qc/Task/Lint.php |   78 ++++++++++++++++++++++++++
 components/lib/Components/Qc/Task/Md.php   |   84 ++++++++++++++++++++++++++++
 components/lib/Components/Qc/Task/Unit.php |   79 ++++++++++++++++++++++++++
 components/lib/Components/Qc/Tasks.php     |   19 ++++++-
 components/lib/Components/Runner/Qc.php    |    4 +
 components/package.xml                     |   50 +++++++++++++++-
 11 files changed, 448 insertions(+), 11 deletions(-)
 create mode 100644 components/data/qc_standards/phpmd.xml
 create mode 100644 components/lib/Components/Qc/Task/Cpd.php
 create mode 100644 components/lib/Components/Qc/Task/Lint.php
 create mode 100644 components/lib/Components/Qc/Task/Md.php
 create mode 100644 components/lib/Components/Qc/Task/Unit.php

http://git.horde.org/horde-git/-/commit/502bc2017b699af8d9971cb6fd2ef85a8e0b1391

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

commit f5f4d0e6cd6b234478fe8b2ad899f3e3c7747a65
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Nov 12 18:50:37 2011 +0100

    The PEAR definition for function declarations does not work for us.

 components/data/qc_standards/phpcs.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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

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

commit 55874b82dbb0a79d561cf6d2e038cbf7a589b391
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Nov 12 19:05:42 2011 +0100

    cs

 framework/Pear/lib/Horde/Pear/Package/Task/UpdateContents.php   |    8 +--
 framework/Pear/lib/Horde/Pear/Package/Xml.php                   |   21 ++----
 framework/Pear/lib/Horde/Pear/Package/Xml/Contents.php          |    8 +--
 framework/Pear/lib/Horde/Pear/Package/Xml/Directory.php         |   12 +---
 framework/Pear/lib/Horde/Pear/Package/Xml/Element/Directory.php |    6 +-
 framework/Pear/lib/Horde/Pear/Remote.php                        |    6 +-
 framework/Pear/lib/Horde/Pear/Rest.php                          |    4 +-
 7 files changed, 23 insertions(+), 42 deletions(-)

http://git.horde.org/horde-git/-/commit/55874b82dbb0a79d561cf6d2e038cbf7a589b391

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

commit e8f1aa64ab88ba4c2c6937f71c68026783c9bb0b
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Nov 12 19:06:08 2011 +0100

    assertType -> assertInternalType

 framework/Pear/test/Horde/Pear/Unit/RegistryTest.php |    2 +-
 framework/Pear/test/Horde/Pear/Unit/RemoteTest.php   |    2 +-
 framework/Pear/test/Horde/Pear/Unit/RestTest.php     |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

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

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

commit d46be6aa4e54ca367a801a0c0793705a95be7b2e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 13:08:48 2011 -0500

    Add support for newly added windspeed and humidity data in wunderground forecasts.

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

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

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

commit 2fe5314b31e1801a8de40c9e6e326851b577646a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 13:09:12 2011 -0500

    Display windspeed and humidity data if we have it.

 timeobjects/lib/Driver/Weather.php |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

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

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

commit 53e58afbfb5110e3eb4ea3d2d43750ca38eeadf1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 13:15:15 2011 -0500

    Don't attempt to show humidity/wind if we don't have it.

 .../Service_Weather/lib/Horde/Service/Weather/Period/Google.php   |    4 +
 timeobjects/lib/Driver/Weather.php                                |   32 +++--
 2 files changed, 25 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/53e58afbfb5110e3eb4ea3d2d43750ca38eeadf1

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

commit 57dde675ca3075b9844ee84fc882a9fa48befa6a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 13:19:16 2011 -0500

    This belongs as a property of the forecast, not the period.

 .../Service_Weather/lib/Horde/Service/Weather/Forecast/Base.php   |   12 +++++
 .../Service_Weather/lib/Horde/Service/Weather/Period/Base.php     |   12 -----
 2 files changed, 12 insertions(+), 12 deletions(-)

http://git.horde.org/horde-git/-/commit/57dde675ca3075b9844ee84fc882a9fa48befa6a

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

commit 4a77b6df7a864e90e8ef6979b7160913224b690d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 13:40:32 2011 -0500

    Don't show other values we may not have either.

 timeobjects/lib/Driver/Weather.php |   69 ++++++++++++++++++++++--------------
 1 files changed, 42 insertions(+), 27 deletions(-)

http://git.horde.org/horde-git/-/commit/4a77b6df7a864e90e8ef6979b7160913224b690d

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

commit 06dd178c83efbd1a11cbfccca893ac32642dfb56
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Nov 12 19:43:34 2011 +0100

    This needs an API v1 variant as well.

 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/EventDate/V1.php |   40 +++++
 framework/Kolab_Format/package.xml                                |   10 +-
 2 files changed, 47 insertions(+), 3 deletions(-)
 create mode 100644 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/EventDate/V1.php

http://git.horde.org/horde-git/-/commit/06dd178c83efbd1a11cbfccca893ac32642dfb56

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

commit 38fa89122c466bd1cc244dd3004062ca43ddba50
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Nov 12 21:11:51 2011 +0100

    Removed duplicate lines.

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

http://git.horde.org/horde-git/-/commit/38fa89122c466bd1cc244dd3004062ca43ddba50

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

commit 418eecac88c23b1e2c4b430210d6c6a76dc44263
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Nov 12 21:12:05 2011 +0100

    PHPDoc

 framework/Kolab_Format/lib/Horde/Kolab/Format.php                 |    8 ++-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Date.php            |   10 ++--
 .../Kolab_Format/lib/Horde/Kolab/Format/Decorator/Memory.php      |   13 ++++-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Decorator/Timed.php |    6 ++-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml.php             |    2 +-
 5 files changed, 29 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/418eecac88c23b1e2c4b430210d6c6a76dc44263

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

commit 9249fc72a0857df929d96b2486db9e00c5159c29
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Nov 12 21:35:33 2011 +0100

    More PHPdoc

 framework/Kolab_Format/lib/Horde/Kolab/Format/Date.php            |    8 ++--
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Annotation.php  |    4 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Distributionlist.php  |    4 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Event.php       |    4 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Hprefs.php      |    4 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Task.php        |    4 +-
 6 files changed, 14 insertions(+), 14 deletions(-)

http://git.horde.org/horde-git/-/commit/9249fc72a0857df929d96b2486db9e00c5159c29

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

commit 932c5daa65c3cbc44677d93271f8622761b5ffb8
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Nov 12 23:29:32 2011 +0100

    [gwr] Support rendering lists in the rst renderer.

 wicked/docs/CHANGES                      |    1 +
 wicked/lib/Text_Wiki/Render/Rst/List.php |   64 ++++++++++++++++++++++++++++++
 wicked/package.xml                       |   18 +++++++-
 wicked/test/Wicked/Unit/RstTest.php      |   57 ++++++++++++++++++++++++++-
 4 files changed, 136 insertions(+), 4 deletions(-)
 create mode 100644 wicked/lib/Text_Wiki/Render/Rst/List.php

http://git.horde.org/horde-git/-/commit/932c5daa65c3cbc44677d93271f8622761b5ffb8

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

commit 6abd329342b8a4597ca57487b7088ea6eea48e03
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Nov 12 23:37:16 2011 +0100

    Update some documentation.

 framework/Kolab_Format/doc/Horde/Kolab/Format/DOCS_ORIGIN         |   11 +
 framework/Kolab_Format/doc/Horde/Kolab/Format/examples/event.php  |   11 +-
 .../Kolab_Format/doc/Horde/Kolab/Format/examples/event_v2.php     |   45 +++++
 3 files changed, 59 insertions(+), 8 deletions(-)
 create mode 100644 framework/Kolab_Format/doc/Horde/Kolab/Format/DOCS_ORIGIN
 create mode 100644 framework/Kolab_Format/doc/Horde/Kolab/Format/examples/event_v2.php

http://git.horde.org/horde-git/-/commit/6abd329342b8a4597ca57487b7088ea6eea48e03

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

commit cfde4230398afede4756d9af5292153dc472e7ed
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Nov 12 23:43:47 2011 +0100

    Components updated the package.xml.

 framework/Kolab_Format/package.xml |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

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

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

commit 6a4ebb36c86a201c18650fb3f98f32beaa5a73f7
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Nov 12 23:45:04 2011 +0100

    Released Horde_Kolab_Format-1.1.0

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

http://git.horde.org/horde-git/-/commit/6a4ebb36c86a201c18650fb3f98f32beaa5a73f7

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

commit 3e419989f86bbf43fedf0483b2df598da9b2c2b3
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Nov 12 23:45:05 2011 +0100

    Development mode for Horde_Kolab_Format-1.1.1

 framework/Kolab_Format/package.xml |   25 ++++++++++++++++---------
 1 files changed, 16 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/3e419989f86bbf43fedf0483b2df598da9b2c2b3

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

commit d0bcdd8c0b6e3d7bb9c1860f5670402a67ad6ef5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 16:13:06 2011 -0500

    Add some more unit definitions

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

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

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

commit e4814f8d16dc09395de98205b36a7f976db0f08e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 16:13:41 2011 -0500

    return false for these unsupported properties also

 .../Service_Weather/lib/Horde/Service/Weather/Current/Google.php  |    6 +++-
 1 files changed, 4 insertions(+), 2 deletions(-)

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

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

commit 53807087f6911cdfdaf3d81a8167c102aef29146
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 16:14:15 2011 -0500

    Perform some magic on pressure values before returning

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

http://git.horde.org/horde-git/-/commit/53807087f6911cdfdaf3d81a8167c102aef29146

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

commit 3df46975a0dc2e78d234f2339bd5f78c638feb07
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 16:15:08 2011 -0500

    Add method to obtain the forecast time

 .../Service_Weather/lib/Horde/Service/Weather/Forecast/Base.php   |    5 +++++
 .../Service_Weather/lib/Horde/Service/Weather/Forecast/Google.php |    5 +++++
 .../lib/Horde/Service/Weather/Forecast/WeatherUnderground.php     |    5 +++++
 3 files changed, 15 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/3df46975a0dc2e78d234f2339bd5f78c638feb07

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

commit dbe8708ec9e3646961e71a93cba5b9d0fb6ab3ee
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 16:21:36 2011 -0500

    Use the display_location property for the station name

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

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

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

commit 35aed3ee57493ddbd5d9b30dee9c9d49e117db88
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 16:57:14 2011 -0500

    Return fully mapped icons from current conditions object.

 .../Service_Weather/lib/Horde/Service/Weather/Current/Base.php    |   10 ++-
 .../Service_Weather/lib/Horde/Service/Weather/Current/Google.php  |    4 +-
 .../lib/Horde/Service/Weather/Current/WeatherUnderground.php      |   18 ++++-
 3 files changed, 25 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/35aed3ee57493ddbd5d9b30dee9c9d49e117db88

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

commit 75f40cc04660eb5a35c31b76129e866f08630db8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 17:21:42 2011 -0500

    More unsupported properties

 .../Service_Weather/lib/Horde/Service/Weather/Current/Google.php  |   16 +++--
 1 files changed, 11 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/75f40cc04660eb5a35c31b76129e866f08630db8

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

commit a7faa2c00263daa144cafc7eae07efc3e970f79c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 17:22:04 2011 -0500

    Fix function definition

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

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

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

commit 3e309e49c7b6ceee7d4397999ed34c4c01acfc29
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 17:22:41 2011 -0500

    Pass the weather object

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

http://git.horde.org/horde-git/-/commit/3e309e49c7b6ceee7d4397999ed34c4c01acfc29

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

commit d919490b866c7c4b982d5889026c3c21510b9be0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 17:24:42 2011 -0500

    Initial Horde_Service_Weather based block.
    
    Current conditions only right now. Works best with
    WeatherUnderground service since they provide the most data.

 horde/lib/Block/Weather.php |  200 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 200 insertions(+), 0 deletions(-)
 create mode 100644 horde/lib/Block/Weather.php

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

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

commit e406dc93814844be97eba7f759607eb07deecadd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 18:15:05 2011 -0500

    Yet Another property google doesn't provide

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

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

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

commit 4617f0d5f59cfd583b0eb070f13f9a3dc9cc07bd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 18:15:50 2011 -0500

    maxwind -> wind_gust

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

http://git.horde.org/horde-git/-/commit/4617f0d5f59cfd583b0eb070f13f9a3dc9cc07bd

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

commit 0f7e768d38466bfe4c64c50ee54e60b9e56bbeeb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 18:16:25 2011 -0500

    initial forecast section

 horde/lib/Block/Weather.php |  119 +++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 114 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/0f7e768d38466bfe4c64c50ee54e60b9e56bbeeb

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

commit f132010c561ffccf9f6491a6fcf560c07dd3c74c
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Nov 13 00:18:48 2011 +0100

    Code style.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Base.php          |   13 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache.php         |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache/Data.php    |   18 +--
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache/List.php    |    7 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cached.php        |   34 ++---
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Base.php     |   13 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Cached.php   |   22 ++--
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Decorator/Log.php  |    7 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Format/Mime.php    |   30 ++--
 .../lib/Horde/Kolab/Storage/Data/Parser/Structure.php             |    5 +-
 .../lib/Horde/Kolab/Storage/Data/Query/History/Base.php           |    7 +-
 .../lib/Horde/Kolab/Storage/Data/Query/Preferences/Base.php       |    7 +-
 .../lib/Horde/Kolab/Storage/Data/Query/Preferences/Cache.php      |    7 +-
 .../lib/Horde/Kolab/Storage/Decorator/Synchronization.php         |    7 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Base.php   |    9 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Cclient.php      |   14 +-
 .../lib/Horde/Kolab/Storage/Driver/Decorator/Base.php             |    4 +-
 .../lib/Horde/Kolab/Storage/Driver/Decorator/Log.php              |    2 +-
 .../lib/Horde/Kolab/Storage/Driver/Decorator/Timer.php            |    9 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Mock.php   |   11 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Rcube.php  |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Factory.php       |   11 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder/Base.php   |   11 +-
 .../lib/Horde/Kolab/Storage/Folder/Decorator/Base.php             |    7 +-
 .../lib/Horde/Kolab/Storage/Folder/Decorator/Trigger.php          |   10 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/List/Base.php     |    7 +-
 .../lib/Horde/Kolab/Storage/List/Decorator/Cache.php              |    7 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/List/Decorator/Log.php  |    7 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/List/Query/Acl/Base.php |    7 +-
 .../lib/Horde/Kolab/Storage/List/Query/Acl/Cache.php              |    7 +-
 .../lib/Horde/Kolab/Storage/List/Query/ActiveSync/Base.php        |    7 +-
 .../lib/Horde/Kolab/Storage/List/Query/ActiveSync/Cache.php       |    7 +-
 .../lib/Horde/Kolab/Storage/List/Query/List/Base.php              |    7 +-
 .../lib/Horde/Kolab/Storage/List/Query/List/Cache.php             |    7 +-
 .../lib/Horde/Kolab/Storage/List/Query/Share/Base.php             |    7 +-
 .../lib/Horde/Kolab/Storage/List/Query/Share/Cache.php            |    7 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/QuerySet/Base.php |   10 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/QuerySet/Cached.php     |   15 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/QuerySet/Uncached.php   |    6 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Uncached.php      |   20 +--
 40 files changed, 179 insertions(+), 218 deletions(-)

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

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

commit 26ee36400f15f038ae8f12f5781d9da27da26d45
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Nov 13 00:19:09 2011 +0100

    Add missing changelog entry.

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

http://git.horde.org/horde-git/-/commit/26ee36400f15f038ae8f12f5781d9da27da26d45

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

commit 182d734d9d6b1d15c4aa61aba97e3342220c0ac0
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Nov 13 00:22:10 2011 +0100

    Components updated the package.xml.

 framework/Kolab_Storage/package.xml |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/182d734d9d6b1d15c4aa61aba97e3342220c0ac0

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

commit 4eb5b517f21ed10b6cebf5b26b47bf8655b10190
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Nov 13 00:23:21 2011 +0100

    Released Horde_Kolab_Storage-1.1.0

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

http://git.horde.org/horde-git/-/commit/4eb5b517f21ed10b6cebf5b26b47bf8655b10190

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

commit b9a435f9aec6c7d9cd2ff2ce6d1300388c0f34c0
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Nov 13 00:23:23 2011 +0100

    Development mode for Horde_Kolab_Storage-1.1.1

 framework/Kolab_Storage/package.xml |   28 ++++++++++++++++------------
 1 files changed, 16 insertions(+), 12 deletions(-)

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

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

commit 774fe696179372c58b69321fc19a2dbb1abdff38
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 18:31:53 2011 -0500

    Don't output day/night column for now, we can't populate it yet.

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

http://git.horde.org/horde-git/-/commit/774fe696179372c58b69321fc19a2dbb1abdff38

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

commit 394515f66771f734b971a0991f3ce93a8d0f7a2d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 18:57:55 2011 -0500

    phpdoc

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

http://git.horde.org/horde-git/-/commit/394515f66771f734b971a0991f3ce93a8d0f7a2d

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

commit 57306e64eb1ef2596862ad5b410a1aeacc1b2bda
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 18:58:44 2011 -0500

    populate the logo, link, and title properties

 framework/Service_Weather/lib/Horde/Service/Weather/Google.php    |    3 +++
 .../lib/Horde/Service/Weather/WeatherUnderground.php              |    4 ++++
 2 files changed, 7 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/57306e64eb1ef2596862ad5b410a1aeacc1b2bda

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

commit a935569f793e11e8bb302f622ca81b7544f9bbeb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 18:59:03 2011 -0500

    honor the forecast length, since we actually can.

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

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

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

commit 32c1c4d71e9b9b6862477feb6b93afb785deb3cf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 18:59:25 2011 -0500

    Display attribution, if able.

 horde/lib/Block/Weather.php |   34 +++++++++++++++++++++++-----------
 1 files changed, 23 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/32c1c4d71e9b9b6862477feb6b93afb785deb3cf

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

commit ba9c3f10c42c7ea9914d1a823489369ab9dea8ab
Merge: b9a435f 32c1c4d
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Nov 13 01:02:52 2011 +0100

    Merge branch 'master' of ssh://dev.horde.org/horde/git/horde

 framework/Service_Weather/lib/Horde/Service/Weather/Base.php      |   31 +++
 framework/Service_Weather/lib/Horde/Service/Weather/Google.php    |    3 +
 .../lib/Horde/Service/Weather/WeatherUnderground.php              |   15 ++-
 horde/lib/Block/Weather.php                                       |   44 +++--
 4 files changed, 73 insertions(+), 20 deletions(-)

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

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

commit f3d0e5fae878c8899f993b58a8ef017410528b8a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 19:04:58 2011 -0500

    Return the supported forecast lengths per driver.

 framework/Service_Weather/lib/Horde/Service/Weather/Google.php    |   12 ++++
 .../lib/Horde/Service/Weather/WeatherUnderground.php              |   13 +++++
 2 files changed, 25 insertions(+), 0 deletions(-)

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

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

commit 264e1077cd350dd7bba7747df451b1e9628e9e68
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 19:12:52 2011 -0500

    Use the forecast lengths advertised by the driver.

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

http://git.horde.org/horde-git/-/commit/264e1077cd350dd7bba7747df451b1e9628e9e68

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

commit 849ae2ab5b438da7c909ee9c424176e21fe201d1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 19:13:14 2011 -0500

    Be friendlier to less verbose drivers.

 .../lib/Horde/Service/Weather/WeatherUnderground.php              |    3 +-
 horde/lib/Block/Weather.php                                       |   25 +++--
 2 files changed, 17 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/849ae2ab5b438da7c909ee9c424176e21fe201d1

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

commit 7f0af035e34864d43535c7fc611d3e356da6eb26
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 19:21:07 2011 -0500

    Fully remove Weatherdotcom support and configuration.

 horde/config/conf.xml             |   15 --
 horde/lib/Block/Weatherdotcom.php |  418 -------------------------------------
 2 files changed, 0 insertions(+), 433 deletions(-)
 delete mode 100644 horde/lib/Block/Weatherdotcom.php

http://git.horde.org/horde-git/-/commit/7f0af035e34864d43535c7fc611d3e356da6eb26

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

commit 7b1c0256bab5e6aaef2efef12dc3d05ee70037ce
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 19:25:31 2011 -0500

    CHANGES

 horde/docs/CHANGES |    2 ++
 horde/package.xml  |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/7b1c0256bab5e6aaef2efef12dc3d05ee70037ce

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

commit 4ff88e73c1c341cb9fce5676e99daff8f98ddd0f
Merge: ba9c3f1 7b1c025
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Nov 13 01:28:47 2011 +0100

    Merge branch 'master' of ssh://dev.horde.org/horde/git/horde

 framework/Service_Weather/lib/Horde/Service/Weather/Google.php    |   12 +
 .../lib/Horde/Service/Weather/WeatherUnderground.php              |   14 +
 horde/config/conf.xml                                             |   15 -
 horde/docs/CHANGES                                                |    2 +
 horde/lib/Block/Weather.php                                       |   34 +-
 horde/lib/Block/Weatherdotcom.php                                 |  418 -----
 horde/package.xml                                                 |    2 +
 7 files changed, 49 insertions(+), 448 deletions(-)

http://git.horde.org/horde-git/-/commit/4ff88e73c1c341cb9fce5676e99daff8f98ddd0f

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

commit 1b74965666569b1129e4b95ea7b53ea48ddcccff
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Nov 13 01:31:39 2011 +0100

    Start adding documentation from the wiki.

 framework/Pear/doc/Horde/Pear/DOCS_ORIGIN |   11 +++++++++++
 framework/Pear/doc/Horde/Pear/README      |   28 ++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+), 0 deletions(-)
 create mode 100644 framework/Pear/doc/Horde/Pear/DOCS_ORIGIN
 create mode 100644 framework/Pear/doc/Horde/Pear/README

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

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

commit bf3d633c3bb35f97315586cea444579f4c712af5
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Nov 13 02:47:46 2011 +0100

    Missed adding one file.

 framework/Kolab_Format/doc/Horde/Kolab/Format/README |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
 create mode 100644 framework/Kolab_Format/doc/Horde/Kolab/Format/README

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

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

commit 565bf2f097cc814c88a48127305410b70d34156c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 20:47:38 2011 -0500

    Load the last sync timestamp into the default value of the current sync timestamp.
    
    Fixes (?) Bug: 10731
    
    If a client sends changes without requesting server changes, we must persist the
    existing last sync timestamp. Clearing it will result in all kinds of errors
    such as possible duplicate entries (though the client *should* recognize the UID
    of the duplicate entry and ignore it), and mis-matched PING states.

 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/565bf2f097cc814c88a48127305410b70d34156c

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

commit 47aff00d50f813733236f2e9570992479e3216fb
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Nov 13 03:52:32 2011 +0100

    Minor fixes to writing the website docs.
    
     - Fix quote typo.
     - Link DOCS_ORIGIN files to corresponding pages
     - Ignore "examples"

 components/lib/Components/Helper/Website.php |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/47aff00d50f813733236f2e9570992479e3216fb

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

commit f774dab446afca4de8b72d3ca743d312412414ea
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Nov 13 03:53:10 2011 +0100

    Reduce relative wiki paths to the basename only. Not elegant but I see no alternative.

 components/lib/Components/Helper/DocsOrigin.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

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

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

commit 23afbc78c0b9fbd53dafe9980fa501ea04102392
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Nov 13 03:53:56 2011 +0100

    Update docs.

 framework/Pear/doc/Horde/Pear/README |    7 +++----
 framework/Pear/doc/Horde/Pear/TODO   |    8 +++++---
 2 files changed, 8 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/23afbc78c0b9fbd53dafe9980fa501ea04102392

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

commit 16fddf0ffa06ac4717be03c0ccc9ad789a1c8f45
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 22:17:29 2011 -0500

    Add strings for wunderground localization

 .../lib/Horde/Service/Weather/WeatherUnderground_Strings.php      |  151 +++++
 1 files changed, 151 insertions(+), 0 deletions(-)
 create mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/WeatherUnderground_Strings.php

http://git.horde.org/horde-git/-/commit/16fddf0ffa06ac4717be03c0ccc9ad789a1c8f45

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

commit d9f85c4533cf847f3d3beea964150b879200d993
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 22:21:45 2011 -0500

    Return the localized values.

 .../lib/Horde/Service/Weather/Current/WeatherUnderground.php      |    2 +-
 .../lib/Horde/Service/Weather/Period/WeatherUnderground.php       |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 1f606c707e7f6c6e248f17f8499fd45da2a72db0
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Nov 13 04:27:43 2011 +0100

    [gwr] Corrected teletype format for the rst renderer.

 wicked/docs/CHANGES                         |    1 +
 wicked/lib/Text_Wiki/Render/Rst/Tt.php      |    2 +-
 wicked/package.xml                          |    2 +
 wicked/test/Wicked/Unit/RstTest.php         |    2 +-
 wicked/test/Wicked/fixtures/cli_modular.rst |   46 +++++++++++++-------------
 5 files changed, 28 insertions(+), 25 deletions(-)

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

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

commit 42f3633749ac5938b7b8bf4efaed804217ac12bf
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Nov 13 04:49:39 2011 +0100

    Components updated the package.xml.

 horde/package.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/42f3633749ac5938b7b8bf4efaed804217ac12bf

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

commit 041aeeb1efe4ca8bcb60ddf12cfa0b8e44362248
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 12 23:29:47 2011 -0500

    Fix initializing the autocompleter with existing data.

 framework/Core/js/prettyautocomplete.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/041aeeb1efe4ca8bcb60ddf12cfa0b8e44362248

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

commit e49d06a15600d66bf4fd211e874881f9f194b6ed
Author: Jan Schneider <jan at horde.org>
Date:   Sun Nov 13 05:35:35 2011 +0100

    Extend Horde_Test_Case.

 skeleton/test/Skeleton/ExampleTest.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 8cf7884e8071bfc37b16bcf020965b82304ee359
Author: Jan Schneider <jan at horde.org>
Date:   Sun Nov 13 05:35:57 2011 +0100

    Use placeholders.

 skeleton/test/Skeleton/Autoload.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/8cf7884e8071bfc37b16bcf020965b82304ee359

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

commit ef3da42c2dfeb103a2ddefea564022caa531e623
Author: Jan Schneider <jan at horde.org>
Date:   Sun Nov 13 05:37:36 2011 +0100

    [jan] Fix generating VTIMEZONE components.

 framework/Icalendar/lib/Horde/Icalendar.php                    |   21 +++--
 framework/Icalendar/package.xml                                |    4 +-
 framework/Icalendar/test/Horde/Icalendar/#bug_7423.phpt#       |   32 ++++++++
 framework/Icalendar/test/Horde/Icalendar/bug_10324.php         |    6 ++
 framework/Icalendar/test/Horde/Icalendar/bug_10324.phpt        |    8 ++
 framework/Icalendar/test/Horde/Icalendar/fixtures/bug10324.ics |   24 ++++++
 6 files changed, 86 insertions(+), 9 deletions(-)
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/#bug_7423.phpt#
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/bug_10324.php
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/bug_10324.phpt
 create mode 100644 framework/Icalendar/test/Horde/Icalendar/fixtures/bug10324.ics

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

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

commit 0550e135e35404c30d62f80b1ef0610aa926d77c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 13 01:02:50 2011 -0500

    Upgrade task to remove the weatherdotcom block from portal_layout.

 horde/lib/LoginTasks/SystemTask/Upgrade.php |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/0550e135e35404c30d62f80b1ef0610aa926d77c

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

commit 3b1e3f9752f4dfe3071ca041de8fdf24a09caf15
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 13 01:17:42 2011 -0500

    Actually update the portal layout after removing the block

 horde/lib/LoginTasks/SystemTask/Upgrade.php |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/3b1e3f9752f4dfe3071ca041de8fdf24a09caf15

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

commit d6f10fbfc6ea25c460221282e806e0a230061c28
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 13 01:24:42 2011 -0500

    removeBlock doesn't set the updated flag evidently.
    
    Must use handle() to perform the removeBlock operation.

 horde/lib/LoginTasks/SystemTask/Upgrade.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 8d3cc35f89a2bc3c105008ebc4ce7b53a344518e
Merge: 3a666a8 d6f10fb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 13 01:36:55 2011 -0500

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

 components/data/qc_standards/phpcs.xml                            |   60 +
 components/data/qc_standards/phpmd.xml                            |   39 +
 components/lib/Components/Dependencies.php                        |    7 +
 components/lib/Components/Dependencies/Bootstrap.php              |   10 +
 components/lib/Components/Dependencies/Injector.php               |   10 +
 components/lib/Components/Helper/DocsOrigin.php                   |    4 +-
 components/lib/Components/Helper/Website.php                      |   22 +-
 components/lib/Components/Module/Qc.php                           |  122 ++
 components/lib/Components/Module/Webdocs.php                      |   10 +-
 components/lib/Components/Output.php                              |    5 +
 components/lib/Components/Qc/Task/Base.php                        |  206 ++
 components/lib/Components/Qc/Task/Cpd.php                         |   81 +
 components/lib/Components/Qc/Task/Cs.php                          |   82 +
 components/lib/Components/Qc/Task/Lint.php                        |   78 +
 components/lib/Components/Qc/Task/Md.php                          |   84 +
 components/lib/Components/Qc/Task/Unit.php                        |   79 +
 components/lib/Components/Qc/Tasks.php                            |  139 ++
 components/lib/Components/Runner/Qc.php                           |  117 ++
 components/package.xml                                            |   50 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php       |    4 +
 framework/ActiveSync/test/Horde/ActiveSync/TimezoneTest.php       |   11 +
 framework/Core/js/prettyautocomplete.js                           |    6 +-
 framework/Icalendar/lib/Horde/Icalendar.php                       |   21 +-
 framework/Icalendar/package.xml                                   |    4 +-
 framework/Icalendar/test/Horde/Icalendar/#bug_7423.phpt#          |   32 +
 framework/Icalendar/test/Horde/Icalendar/bug_10324.php            |    6 +
 framework/Icalendar/test/Horde/Icalendar/bug_10324.phpt           |    8 +
 framework/Icalendar/test/Horde/Icalendar/fixtures/bug10324.ics    |   24 +
 framework/Kolab_Format/doc/Horde/Kolab/Format/DOCS_ORIGIN         |   11 +
 framework/Kolab_Format/doc/Horde/Kolab/Format/README              |    2 +
 framework/Kolab_Format/doc/Horde/Kolab/Format/examples/event.php  |   11 +-
 .../Kolab_Format/doc/Horde/Kolab/Format/examples/event_v2.php     |   45 +
 framework/Kolab_Format/lib/Horde/Kolab/Format.php                 |    8 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Date.php            |   18 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Decorator/Memory.php      |   22 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Decorator/Timed.php |   15 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Exception/ParseError.php  |    6 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Factory.php         |    9 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml.php             |    4 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Annotation.php  |    4 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Distributionlist.php  |    4 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Event.php       |    4 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Hprefs.php      |    4 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Parser.php      |    2 -
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Task.php        |    4 +-
 .../lib/Horde/Kolab/Format/Xml/Type/AutomaticDate.php             |   17 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Base.php   |   27 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/Composite.php    |   11 +-
 .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/EventDate/V1.php |   40 +
 framework/Kolab_Format/package.xml                                |   43 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Base.php          |   13 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache.php         |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache/Data.php    |   18 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache/List.php    |    7 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cached.php        |   34 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Base.php     |   13 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Cached.php   |   22 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Decorator/Log.php  |    7 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Format/Mime.php    |   30 +-
 .../lib/Horde/Kolab/Storage/Data/Parser/Structure.php             |    5 +-
 .../lib/Horde/Kolab/Storage/Data/Query/History/Base.php           |    7 +-
 .../lib/Horde/Kolab/Storage/Data/Query/Preferences/Base.php       |    7 +-
 .../lib/Horde/Kolab/Storage/Data/Query/Preferences/Cache.php      |    7 +-
 .../lib/Horde/Kolab/Storage/Decorator/Synchronization.php         |    7 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Base.php   |    9 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Cclient.php      |   14 +-
 .../lib/Horde/Kolab/Storage/Driver/Decorator/Base.php             |    4 +-
 .../lib/Horde/Kolab/Storage/Driver/Decorator/Log.php              |    2 +-
 .../lib/Horde/Kolab/Storage/Driver/Decorator/Timer.php            |    9 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Mock.php   |   11 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Rcube.php  |    2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Factory.php       |   11 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder/Base.php   |   11 +-
 .../lib/Horde/Kolab/Storage/Folder/Decorator/Base.php             |    7 +-
 .../lib/Horde/Kolab/Storage/Folder/Decorator/Trigger.php          |   10 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/List/Base.php     |    7 +-
 .../lib/Horde/Kolab/Storage/List/Decorator/Cache.php              |    7 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/List/Decorator/Log.php  |    7 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/List/Query/Acl/Base.php |    7 +-
 .../lib/Horde/Kolab/Storage/List/Query/Acl/Cache.php              |    7 +-
 .../lib/Horde/Kolab/Storage/List/Query/ActiveSync/Base.php        |    7 +-
 .../lib/Horde/Kolab/Storage/List/Query/ActiveSync/Cache.php       |    7 +-
 .../lib/Horde/Kolab/Storage/List/Query/List/Base.php              |    7 +-
 .../lib/Horde/Kolab/Storage/List/Query/List/Cache.php             |    7 +-
 .../lib/Horde/Kolab/Storage/List/Query/Share/Base.php             |    7 +-
 .../lib/Horde/Kolab/Storage/List/Query/Share/Cache.php            |    7 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/QuerySet/Base.php |   10 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/QuerySet/Cached.php     |   15 +-
 .../Kolab_Storage/lib/Horde/Kolab/Storage/QuerySet/Uncached.php   |    6 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Uncached.php      |   20 +-
 framework/Kolab_Storage/package.xml                               |   34 +-
 framework/Pear/doc/Horde/Pear/DOCS_ORIGIN                         |   11 +
 framework/Pear/doc/Horde/Pear/README                              |   27 +
 framework/Pear/doc/Horde/Pear/TODO                                |    8 +-
 framework/Pear/lib/Horde/Pear/Package/Task/UpdateContents.php     |    8 +-
 framework/Pear/lib/Horde/Pear/Package/Xml.php                     |   21 +-
 framework/Pear/lib/Horde/Pear/Package/Xml/Contents.php            |    8 +-
 framework/Pear/lib/Horde/Pear/Package/Xml/Directory.php           |   12 +-
 framework/Pear/lib/Horde/Pear/Package/Xml/Element/Directory.php   |    6 +-
 framework/Pear/lib/Horde/Pear/Remote.php                          |    6 +-
 framework/Pear/lib/Horde/Pear/Rest.php                            |    4 +-
 framework/Pear/test/Horde/Pear/Unit/RegistryTest.php              |    2 +-
 framework/Pear/test/Horde/Pear/Unit/RemoteTest.php                |    2 +-
 framework/Pear/test/Horde/Pear/Unit/RestTest.php                  |    4 +-
 framework/Push/lib/Horde/Push/Factory/Push.php                    |    6 +-
 framework/Service_Weather/lib/Horde/Service/Weather/Base.php      |   39 +-
 .../Service_Weather/lib/Horde/Service/Weather/Current/Base.php    |   10 +-
 .../Service_Weather/lib/Horde/Service/Weather/Current/Google.php  |   26 +-
 .../lib/Horde/Service/Weather/Current/WeatherUnderground.php      |   37 +-
 .../Service_Weather/lib/Horde/Service/Weather/Forecast/Base.php   |   17 +
 .../Service_Weather/lib/Horde/Service/Weather/Forecast/Google.php |    5 +
 .../lib/Horde/Service/Weather/Forecast/WeatherUnderground.php     |    5 +
 framework/Service_Weather/lib/Horde/Service/Weather/Google.php    |   17 +-
 .../Service_Weather/lib/Horde/Service/Weather/Period/Base.php     |   12 -
 .../Service_Weather/lib/Horde/Service/Weather/Period/Google.php   |    5 +
 .../lib/Horde/Service/Weather/Period/WeatherUnderground.php       |   29 +-
 .../lib/Horde/Service/Weather/WeatherUnderground.php              |   33 +-
 .../lib/Horde/Service/Weather/WeatherUnderground_Strings.php      |  151 ++
 horde/config/conf.xml                                             |   15 -
 horde/docs/CHANGES                                                |    2 +
 horde/lib/Block/Weather.php                                       |  323 ++++
 horde/lib/Block/Weatherdotcom.php                                 |  418 -----
 horde/lib/LoginTasks/SystemTask/Upgrade.php                       |   29 +-
 horde/package.xml                                                 |   11 +-
 skeleton/test/Skeleton/Autoload.php                               |    4 +-
 skeleton/test/Skeleton/ExampleTest.php                            |    2 +-
 timeobjects/lib/Driver/Weather.php                                |   58 +-
 wicked/docs/CHANGES                                               |    2 +
 wicked/lib/Text_Wiki/Render/Rst/List.php                          |   64 +
 wicked/lib/Text_Wiki/Render/Rst/Tt.php                            |    2 +-
 wicked/package.xml                                                |   20 +-
 wicked/test/Wicked/Unit/RstTest.php                               |   59 +-
 wicked/test/Wicked/fixtures/cli_modular.rst                       |   46 +-
 133 files changed, 2681 insertions(+), 948 deletions(-)

http://git.horde.org/horde-git/-/commit/8d3cc35f89a2bc3c105008ebc4ce7b53a344518e




More information about the commits mailing list