Commit Graph

822 Commits

Author SHA1 Message Date
Tom Keffer
d41de30b5e Clarifed instructions on backing up weewx 2015-09-30 08:09:26 -07:00
Tom Keffer
3d578aea16 An optional port number can now be specified with the MySQL database.
Fixes issue #73
2015-09-25 06:08:19 -07:00
Tom Keffer
c6e575d7b1 Tried to further clarify install instructions. 2015-09-19 13:15:04 -07:00
Tom Keffer
bc74172242 The offset of the bottom label can now be set with option
bottom_label_offset.
2015-09-16 05:46:25 -07:00
Tom Mitchell
b24f5ed45e Update a couple of typos
Change two occurrences of 'strict_ansii' to 'strict_ascii'
Update the special Cheetah block names to include 'ToDate'
2015-09-13 15:24:41 -04:00
Tom Keffer
0a86c2f105 Added unit 'minute' to unit conversion dictionary 2015-09-09 05:53:13 -07:00
Tom Keffer
995cc4f0d0 The FTP utility now catches PickleError exceptions, then does a retry 2015-09-03 06:57:27 -07:00
Matthew Wall
6f4c9184de added the new acurite 02064C 2015-09-01 19:25:11 -04:00
Matthew Wall
5c0dd2d52e added note about DatabaseTypes 2015-09-01 18:39:11 -04:00
gjr80
23434b98e7 Updated wee_database --help example output 2015-08-31 15:32:16 +10:00
Tom Keffer
83089f27b3 V3.3.0b1 2015-08-30 07:48:01 -07:00
Tom Keffer
597ec1a9a4 Merge branch 'master' of https://github.com/weewx/weewx.git 2015-08-30 07:47:18 -07:00
Tom Keffer
ffb214fb95 StdRESTful service now supports POSTs, as well as GETs. 2015-08-30 07:40:55 -07:00
Matthew Wall
903a982b2c document the acurite windspeed decoding 2015-08-28 22:26:02 -04:00
Tom Keffer
57469dd2d0 StdPrint now prints packets and records in (case-insensitive)
alphabetical order.
2015-08-26 17:09:38 -07:00
Tom Keffer
5d5078f637 Fixed bug that caused wind direction to be calculated incorrectly,
depending on the ordering of a dictionary.
2015-08-26 17:02:31 -07:00
Matthew Wall
6cf7eb8049 added lacross 1640 2015-08-21 07:20:16 -04:00
Tom Keffer
021b605e93 Added WMR200 fix to change log. 2015-08-17 05:42:12 -07:00
Tom Keffer
c581d6bd92 Uninstalling an extension with a skin now deletes all empty directories.
This fixes issue #43.
2015-07-31 13:58:54 -07:00
Tom Keffer
0535f55f8f Now really includes wunderfixer in the release. 2015-07-30 19:14:44 -07:00
Tom Keffer
a626ca5734 Merge pull request #57 from gjr80/master
Documented $span tag
2015-07-27 08:15:43 -07:00
gjr80
7b8813d14d Documented $span tag 2015-07-27 15:08:05 +10:00
tkeffer@gmail.com
a9ef737d9f Updated Wiki link from SF to GitHub 2015-07-26 10:03:59 -07:00
tkeffer@gmail.com
c4a00f831b Reflect move from sourceforge.com to weewx.com 2015-07-26 10:01:56 -07:00
Matthew Wall
14ecd216f5 distinguish clock skew from corrupt memory for no update to html pages 2015-07-23 21:14:40 -04:00
Tom Keffer
6554cc5235 Fixed problem when using setup.py to install into a non-standard
location. Weewx would start a new database in the "standard" location,
ignoring the old one in the non-standard location.
2015-07-18 16:38:13 -07:00
Tom Keffer
bce6848919 Merge branch 'master' of https://github.com/weewx/weewx.git 2015-07-15 16:52:41 -07:00
Tom Keffer
bd3cb37289 Require pillow instead of PIL (which is no longer supported) 2015-07-15 16:49:58 -07:00
Matthew Wall
7834c99566 fix changelog formatting (again) 2015-07-15 19:12:43 -04:00
Tom Keffer
21fc9e888b V3.2.0 release candidate 2015-07-15 13:48:04 -07:00
tkeffer@gmail.com
1d3fd13ae6 V3.2.0b3 2015-07-15 06:47:43 -07:00
tkeffer@gmail.com
b6da114e86 Added changes to the WMR9x8 driver to the change log. 2015-07-14 10:46:42 -07:00
Tom Keffer
4941f2f225 V3.2.0b2 2015-07-11 18:44:47 -07:00
Tom Keffer
68f00ad274 FTP uploader now retries several times to connect to a server, instead
of giving up after one try.
2015-07-11 18:43:44 -07:00
Tom Keffer
4555affe7f Better example of using $current.dateTime 2015-07-11 16:26:19 -07:00
Matthew Wall
58edbf3350 include suse in layout table 2015-07-10 07:50:23 -04:00
Tom Keffer
dc635c5ceb More reformatting, changing <p> to <pre>. 2015-07-09 11:03:07 -07:00
Tom Keffer
f4442113aa Reformatted.
Used style "cmd"
Changed some <p>'s to <pre>'s.
2015-07-09 08:43:47 -07:00
Tom Keffer
132511245a Reformatted, changed lots of <p> to <pre>
Fixed bad bookmark link
2015-07-09 08:35:54 -07:00
Tom Keffer
981cea73cf Updated Wiki reference from SF to GitHub 2015-07-09 06:13:11 -07:00
Matthew Wall
bfd02939d8 be consistent in command examples 2015-07-08 21:38:09 -04:00
Matthew Wall
65cec126dc fixed some pre/p syntax. added cmd to a few more command examples. 2015-07-08 21:21:13 -04:00
Matthew Wall
29f12117a6 fix some pre/p issues. use cmd for more command examples. 2015-07-08 21:08:38 -04:00
Tom Keffer
670f5a5285 Explanation of "Status" column when doing wee_config --list-drivers. 2015-07-08 17:56:13 -07:00
Tom Keffer
a52d57e1bb Now uses style cmd for things the user is expected to type in. 2015-07-08 17:43:33 -07:00
Tom Keffer
6d3018f774 Used style "cmd" for things a user is expected to type in.
Changed some <p> paragraphs to <pre> paragraphs to fix formatting
problems caused by WebStorm reformatting.
2015-07-08 17:20:28 -07:00
Tom Keffer
0067834b83 Reformatted 2015-07-08 14:46:09 -07:00
Tom Keffer
807ba9bb57 Reformatted. Fixed a couple of minor warnings. 2015-07-08 14:32:09 -07:00
Matthew Wall
71529082b9 added alt tags - messing around with webstorm 2015-07-07 23:26:49 -04:00
Tom Keffer
173ebe9e13 Changed bookmark from #cc3000 to #rainwise 2015-07-07 19:15:21 -07:00