The branch "master" has been updated. The following is a summary of the commits.
from: 3c78254589808532dcd1bc88ac70fb90e7e3fe1a 39821f6 Remove Core specific logging from framework package. a9ad763 Tweak phpdoc 7f497a5 More phpdoc cleanup 3081104 Fix tests for Wwo 7722d73 Remove test fixtures for no longer supported google weather backend. 3110917 Fix returning time_utc from the current conditions object. e7c7049 ws, phpdoc 39b4580 Cleanup phpdoc for forecast classses. 82045c7 phpdoc 6b2bbd8 Fix returning time and time_utc from Wunderground current conditions. bd486d2 phpdoc 59b528a Uncomment assertion. Summary: http://github.com/horde/horde/compare/3c78254589808532dcd1bc88ac70fb90e7e3fe1a...59b528a181363b238ca6f11f8bae20c082211d0e ----------------------------------------------------------------------- commit 39821f6c4a14ea1be1ec182d480692aa819d8fe4 Author: Michael J Rubinsky <[email protected]> Date: Tue Apr 1 16:50:21 2014 -0400 Remove Core specific logging from framework package. .../lib/Horde/Service/Weather/WeatherUnderground.php | 1 - framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/39821f6c4a14ea1be1ec182d480692aa819d8fe4 ----------------------------------------------------------------------- commit a9ad7633021e2c439346729cd5646cd6c9638ed6 Author: Michael J Rubinsky <[email protected]> Date: Tue Apr 1 16:53:11 2014 -0400 Tweak phpdoc framework/Service_Weather/lib/Horde/Service/Weather/Base.php | 32 +++-- .../lib/Horde/Service/Weather/WeatherUnderground.php | 2 +- 2 files changed, 24 insertions(+), 10 deletions(-) http://github.com/horde/horde/commit/a9ad7633021e2c439346729cd5646cd6c9638ed6 ----------------------------------------------------------------------- commit 7f497a5a567bed343b660661199e1818d487179c Author: Michael J Rubinsky <[email protected]> Date: Wed Apr 2 09:30:35 2014 -0400 More phpdoc cleanup framework/Service_Weather/lib/Horde/Service/Weather/Base.php | 20 ++- .../lib/Horde/Service/Weather/WeatherUnderground.php | 4 +- framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php | 68 +++-- 3 files changed, 61 insertions(+), 31 deletions(-) http://github.com/horde/horde/commit/7f497a5a567bed343b660661199e1818d487179c ----------------------------------------------------------------------- commit 30811042eb4db3e592ab11eb977dff7060c47566 Author: Michael J Rubinsky <[email protected]> Date: Wed Apr 2 09:31:33 2014 -0400 Fix tests for Wwo The mock http client can't be used this way since the library issues multiple requests against it. Use Phpunit's mocks for this instead. Also, update fixtures to reflect some new data we request. framework/Service_Weather/test/Horde/Service/Weather/WwoTest.php | 55 +- .../test/Horde/Service/Weather/fixtures/boston_location_wwo.json | 195 +++++ .../test/Horde/Service/Weather/fixtures/boston_wwo.json | 144 +++- 3 files changed, 378 insertions(+), 16 deletions(-) create mode 100644 framework/Service_Weather/test/Horde/Service/Weather/fixtures/boston_location_wwo.json http://github.com/horde/horde/commit/30811042eb4db3e592ab11eb977dff7060c47566 ----------------------------------------------------------------------- commit 7722d73b5c6ee95e0d93b24f25342132533c3cbf Author: Michael J Rubinsky <[email protected]> Date: Wed Apr 2 09:34:29 2014 -0400 Remove test fixtures for no longer supported google weather backend. .../test/Horde/Service/Weather/fixtures/boston_google.xml | 1 - .../test/Horde/Service/Weather/fixtures/boston_google_de.xml | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) delete mode 100644 framework/Service_Weather/test/Horde/Service/Weather/fixtures/boston_google.xml delete mode 100644 framework/Service_Weather/test/Horde/Service/Weather/fixtures/boston_google_de.xml http://github.com/horde/horde/commit/7722d73b5c6ee95e0d93b24f25342132533c3cbf ----------------------------------------------------------------------- commit 3110917a90979e4a19602d92d0b39363ea6a7ef9 Author: Michael J Rubinsky <[email protected]> Date: Wed Apr 2 10:09:33 2014 -0400 Fix returning time_utc from the current conditions object. framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/3110917a90979e4a19602d92d0b39363ea6a7ef9 ----------------------------------------------------------------------- commit e7c70498380092c670ed82af4473d434820920cc Author: Michael J Rubinsky <[email protected]> Date: Wed Apr 2 10:09:56 2014 -0400 ws, phpdoc .../Service_Weather/lib/Horde/Service/Weather/Current/Base.php | 3 ++- .../Service_Weather/lib/Horde/Service/Weather/Forecast/Base.php | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/e7c70498380092c670ed82af4473d434820920cc ----------------------------------------------------------------------- commit 39b4580734db2d0eb0f15ab21bab57b395ce90fd Author: Michael J Rubinsky <[email protected]> Date: Wed Apr 2 10:39:46 2014 -0400 Cleanup phpdoc for forecast classses. .../Service_Weather/lib/Horde/Service/Weather/Forecast/Base.php | 57 +++-- .../lib/Horde/Service/Weather/Forecast/WeatherUnderground.php | 19 ++- .../Service_Weather/lib/Horde/Service/Weather/Forecast/Wwo.php | 18 ++- 3 files changed, 71 insertions(+), 23 deletions(-) http://github.com/horde/horde/commit/39b4580734db2d0eb0f15ab21bab57b395ce90fd ----------------------------------------------------------------------- commit 82045c7c212dfb869cff4b8bff94c8d09175665c Author: Michael J Rubinsky <[email protected]> Date: Wed Apr 2 10:46:12 2014 -0400 phpdoc framework/Service_Weather/lib/Horde/Service/Weather/Station.php | 23 +++ .../lib/Horde/Service/Weather/WeatherUnderground.php | 34 +++-- 2 files changed, 42 insertions(+), 15 deletions(-) http://github.com/horde/horde/commit/82045c7c212dfb869cff4b8bff94c8d09175665c ----------------------------------------------------------------------- commit 6b2bbd870d334adc91cf2f2bab3b1b0b96fe8a40 Author: Michael J Rubinsky <[email protected]> Date: Wed Apr 2 11:39:14 2014 -0400 Fix returning time and time_utc from Wunderground current conditions. .../lib/Horde/Service/Weather/Current/WeatherUnderground.php | 8 ++-- 1 files changed, 4 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/6b2bbd870d334adc91cf2f2bab3b1b0b96fe8a40 ----------------------------------------------------------------------- commit bd486d2fa634cd873ec9a489195522b9ff95ccdc Author: Michael J Rubinsky <[email protected]> Date: Wed Apr 2 11:39:36 2014 -0400 phpdoc .../Service_Weather/lib/Horde/Service/Weather/Forecast/Base.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/bd486d2fa634cd873ec9a489195522b9ff95ccdc ----------------------------------------------------------------------- commit 59b528a181363b238ca6f11f8bae20c082211d0e Author: Michael J Rubinsky <[email protected]> Date: Wed Apr 2 11:40:26 2014 -0400 Uncomment assertion. framework/Service_Weather/test/Horde/Service/Weather/WwoTest.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/59b528a181363b238ca6f11f8bae20c082211d0e -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
