From 16553cf0bd3d3c9bfbc399a832827406f07fcc29 Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Tue, 24 Mar 2015 08:08:47 -0700 Subject: [PATCH 1/2] Fixed minor HTML problems to satisfy PyDev validation utility. --- bin/weewx/test/expected/index.html | 2 ++ bin/weewx/test/expected/metric/index.html | 2 ++ bin/weewx/test/test_skins/StandardTest/index.html.tmpl | 2 ++ docs/upgrading.htm | 1 + docs/usersguide.htm | 1 + 5 files changed, 8 insertions(+) diff --git a/bin/weewx/test/expected/index.html b/bin/weewx/test/expected/index.html index da2b2c70..f507b300 100644 --- a/bin/weewx/test/expected/index.html +++ b/bin/weewx/test/expected/index.html @@ -523,6 +523,7 @@

Day images

+

temperatures heatchill rain @@ -533,6 +534,7 @@ Wind Vector day rx percent (No image for extraTemp1) +


diff --git a/bin/weewx/test/expected/metric/index.html b/bin/weewx/test/expected/metric/index.html index dd109878..dcfc3bd2 100644 --- a/bin/weewx/test/expected/metric/index.html +++ b/bin/weewx/test/expected/metric/index.html @@ -523,6 +523,7 @@

Day images

+

temperatures heatchill rain @@ -533,6 +534,7 @@ Wind Vector day rx percent (No image for extraTemp1) +


diff --git a/bin/weewx/test/test_skins/StandardTest/index.html.tmpl b/bin/weewx/test/test_skins/StandardTest/index.html.tmpl index c7f26d6a..98ac40fe 100644 --- a/bin/weewx/test/test_skins/StandardTest/index.html.tmpl +++ b/bin/weewx/test/test_skins/StandardTest/index.html.tmpl @@ -556,6 +556,7 @@

Day images

+

temperatures heatchill rain @@ -570,6 +571,7 @@ #else (No image for extraTemp1) #end if +


diff --git a/docs/upgrading.htm b/docs/upgrading.htm index 89227208..aff6cee7 100644 --- a/docs/upgrading.htm +++ b/docs/upgrading.htm @@ -412,6 +412,7 @@ weewx.engine.StdReport Many skins will work in v3 with no modification required. However, every search list extension will have to be upgraded, every restful extension must be upgraded, and some other services must be upgraded. +

There is no automated upgrade system for extensions; if an extension must be upgraded, you must do it manually. If the extension has any diff --git a/docs/usersguide.htm b/docs/usersguide.htm index 38e84d11..e8fcd310 100644 --- a/docs/usersguide.htm +++ b/docs/usersguide.htm @@ -785,6 +785,7 @@ Version: 3.1.0

  • AcuRite Weather Stations. Test on the 01036RX. +
  • System requirements

    From e605ec394686ea45c99f4838908e447851f1b8e0 Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Thu, 26 Mar 2015 19:20:23 -0700 Subject: [PATCH 2/2] Updated changes doc to reflect wunderfixer changes. --- docs/changes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 94e5b539..16248e37 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -3,6 +3,10 @@ weewx change history X.X.X XX/XX/XX +Weewx now comes with Wunderfixer as part of the standard installation. +Wunderfixer now works with MySQL databases (as well as sqlite), and with +databases in all unit systems. + Fixed bug in 12-hour temperature lookup for calculating station pressure from sea level pressure when database units are other than US unit system.