[commits] Horde branch trean_tags updated. 13cfd2823f28cb0e337742629e681046ea708597

Chuck Hagenbuch chuck at horde.org
Sat Nov 12 21:34:05 UTC 2011


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

from: 32adf7171668b36aba60d050c6b3d15cee273b6f

91c5568 Fix timezone for the test.
c205370 Revert "This package really has no need for Horde_Exception and in this specific case I consider any external dependency harmful."
3cf85bc Replace usage of "assertType" to make this work with phpunit >= 3.6
e71f8c3 Fix failing date test.
32dd992 Jan says Windows needs the line.
fbee2f8 [gwr] Fixed wording of the documentation.
f0b6800 Remove stray entry.
49bf4b9 Enable new delete button too.
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
13cfd28 Merge branch 'master' into trean_tags

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

commit 91c55689d6914bd4fc8584904b553c93da54e794
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Nov 11 22:02:43 2011 +0100

    Fix timezone for the test.

 framework/Kolab_Format/test/Horde/Kolab/Format/Unit/DateTest.php |   10 ++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/91c55689d6914bd4fc8584904b553c93da54e794

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

commit c20537016978ecb0dde744e266e3125846719e61
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Nov 11 22:10:35 2011 +0100

    Revert "This package really has no need for Horde_Exception and in this specific case I consider any external dependency harmful."
    
    This reverts commit b8730f2d6d54b741599bd7bcda3b24c6167dea5e.

 framework/Kolab_Format/lib/Horde/Kolab/Format/Exception.php |    2 +-
 framework/Kolab_Format/package.xml                          |    7 +++++++
 2 files changed, 8 insertions(+), 1 deletions(-)

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

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

commit 3cf85bc641531be831b2ee54ee0498b49fb4975b
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Nov 11 22:31:55 2011 +0100

    Replace usage of "assertType" to make this work with phpunit >= 3.6

 .../Kolab_Storage/test/Horde/Kolab/Storage/Server/DriverTest.php  |    2 +-
 .../test/Horde/Kolab/Storage/Unit/Cache/DataTest.php              |    4 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/Data/BaseTest.php |    4 +-
 .../test/Horde/Kolab/Storage/Unit/Data/CachedTest.php             |    4 +-
 .../test/Horde/Kolab/Storage/Unit/Data/Parser/StructureTest.php   |    4 +-
 .../test/Horde/Kolab/Storage/Unit/Driver/CclientTest.php          |    2 +-
 .../test/Horde/Kolab/Storage/Unit/Driver/ImapTest.php             |    2 +-
 .../test/Horde/Kolab/Storage/Unit/Driver/MockTest.php             |   10 +-
 .../test/Horde/Kolab/Storage/Unit/Driver/PearTest.php             |    2 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/FactoryTest.php   |    6 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/List/BaseTest.php |    4 +-
 .../test/Horde/Kolab/Storage/Unit/List/Decorator/CacheTest.php    |    4 +-
 .../test/Horde/Kolab/Storage/Unit/List/Query/List/BaseTest.php    |   16 ++--
 .../test/Horde/Kolab/Storage/Unit/List/Query/List/CacheTest.php   |   18 ++--
 14 files changed, 41 insertions(+), 41 deletions(-)

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

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

commit e71f8c30373da7621512d01041ca3b398dfc02f1
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Nov 11 23:00:01 2011 +0100

    Fix failing date test.
    
    But I must admit that I have no clue why it fails either. The '%n' ->
    '\n' conversion was missing before. But I can't see what kind of harm
    it might cause. Bug in strftime()?

 framework/Date/test/Horde/Date/DateTest.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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

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

commit 32dd9925297f807ec709d8186b33a8f454afcc5a
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Nov 11 23:31:05 2011 +0100

    Jan says Windows needs the line.

 framework/Date/test/Horde/Date/DateTest.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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

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

commit fbee2f82eef1221883af93d6a460a7488b2a4262
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Nov 11 23:38:16 2011 +0100

    [gwr] Fixed wording of the documentation.

 framework/Cli_Modular/doc/Horde/Cli/Modular/README |   14 +++++++-------
 framework/Cli_Modular/package.xml                  |    4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

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

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

commit f0b68007e70c7f2001b4197cc00f8726ba3e0e1f
Author: Jan Schneider <jan at horde.org>
Date:   Fri Nov 11 17:59:00 2011 +0100

    Remove stray entry.

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

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

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

commit 49bf4b916f96160d1ff6e3980b44f0328e07d9e9
Author: Jan Schneider <jan at horde.org>
Date:   Sat Nov 12 00:40:54 2011 +0100

    Enable new delete button too.

 kronolith/js/kronolith.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/49bf4b916f96160d1ff6e3980b44f0328e07d9e9

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

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 13cfd2823f28cb0e337742629e681046ea708597
Merge: 32adf71 9249fc7
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Nov 12 16:32:11 2011 -0500

    Merge branch 'master' into trean_tags

 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/Website.php                      |    6 +-
 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/test/Horde/ActiveSync/TimezoneTest.php       |   11 +
 framework/Cli_Modular/doc/Horde/Cli/Modular/README                |   14 +-
 framework/Cli_Modular/package.xml                                 |    4 +-
 framework/Core/package.xml                                        |    2 -
 framework/Date/test/Horde/Date/DateTest.php                       |    1 +
 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 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Exception.php       |    2 +-
 .../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                                |   21 +-
 framework/Kolab_Format/test/Horde/Kolab/Format/Unit/DateTest.php  |   10 +
 .../Kolab_Storage/test/Horde/Kolab/Storage/Server/DriverTest.php  |    2 +-
 .../test/Horde/Kolab/Storage/Unit/Cache/DataTest.php              |    4 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/Data/BaseTest.php |    4 +-
 .../test/Horde/Kolab/Storage/Unit/Data/CachedTest.php             |    4 +-
 .../test/Horde/Kolab/Storage/Unit/Data/Parser/StructureTest.php   |    4 +-
 .../test/Horde/Kolab/Storage/Unit/Driver/CclientTest.php          |    2 +-
 .../test/Horde/Kolab/Storage/Unit/Driver/ImapTest.php             |    2 +-
 .../test/Horde/Kolab/Storage/Unit/Driver/MockTest.php             |   10 +-
 .../test/Horde/Kolab/Storage/Unit/Driver/PearTest.php             |    2 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/FactoryTest.php   |    6 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/List/BaseTest.php |    4 +-
 .../test/Horde/Kolab/Storage/Unit/List/Decorator/CacheTest.php    |    4 +-
 .../test/Horde/Kolab/Storage/Unit/List/Query/List/BaseTest.php    |   16 +-
 .../test/Horde/Kolab/Storage/Unit/List/Query/List/CacheTest.php   |   18 +-
 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 +-
 .../Service_Weather/lib/Horde/Service/Weather/Forecast/Base.php   |   12 +
 .../Service_Weather/lib/Horde/Service/Weather/Period/Base.php     |   12 -
 .../Service_Weather/lib/Horde/Service/Weather/Period/Google.php   |    4 +
 .../lib/Horde/Service/Weather/Period/WeatherUnderground.php       |   19 +-
 kronolith/js/kronolith.js                                         |    1 +
 timeobjects/lib/Driver/Weather.php                                |   58 +-
 74 files changed, 1479 insertions(+), 237 deletions(-)

http://git.horde.org/horde-git/-/commit/13cfd2823f28cb0e337742629e681046ea708597




More information about the commits mailing list