Commit Graph

45 Commits

Author SHA1 Message Date
Tom Keffer
08282d7450 Rewrote config_database. Added config_vp and config_database to the list of scripts to be installed.
Moved daemon.py to weeutil.
2012-03-27 15:36:35 +00:00
Tom Keffer
dc2add92f2 Version 1.12.3 release 2012-02-10 00:26:53 +00:00
Tom Keffer
f4a776f9c0 Moved the change log to the docs subdirectory 2011-10-28 13:37:34 +00:00
Tom Keffer
044e8e76a7 Reorganized docs.
Upgraded TOC to v1.4
2011-10-27 14:00:39 +00:00
Tom Keffer
379cbe941c Added patch from user Marijn Vriens, which allows a fallback to the version of pysqlite that comes with many versions of Python. 2011-07-04 01:15:46 +00:00
Tom Keffer
b2ae69759d setup.py now removes the no longer used weeutil/Almanac.py. 2011-03-29 21:40:14 +00:00
Tom Keffer
449d63b9c0 Fixed a collation problem when comparing 'v1.9' to 'v1.10' in setup.py 2011-03-29 19:23:18 +00:00
Tom Keffer
dcfa9eb117 V1.10.0a6. Now includes docs/samaxesjs.toc-1.3.2.min.js and docs/weewx_docs.css in the distribution. 2011-02-26 16:31:53 +00:00
Tom Keffer
5c2a4455ab Continuing to build out test suites.
Fixed up comments here and there.
2011-02-23 22:05:49 +00:00
Tom Keffer
65c622e0db Modifed setup.py so that the user subdirectory 'user' is conserved. 2011-02-22 01:42:18 +00:00
Tom Keffer
f934bb4610 Finished backwards compatibility changes. 2011-02-17 14:13:26 +00:00
Tom Keffer
b1e56fe4ea Now gets archive and stats schemas dynamically from the database. Allows user to more easily change the schemas. 2011-01-23 01:45:36 +00:00
Tom Keffer
82ea67b5f6 Changed install so that it overwrites an existing ./bin subdirectory (after backing it up, of course!). Also, does not install the ./skins subdirectory if one already exists. Finally, no longer massages the service_list at all. 2010-11-20 22:07:05 +00:00
Tom Keffer
5e9d8e2cdd Setup removes old reference to max_drift in section VantagePro 2010-06-16 01:15:56 +00:00
Tom Keffer
3aab69a7f7 Version 1.9.0 alpha 2.
Fixed problem with start of rain year.
2010-06-15 16:10:07 +00:00
Tom Keffer
4fb27a60bb v1.8.0 main trunk 2010-04-28 16:31:47 +00:00
Tom Keffer
301b433410 v1.8.0a1 2010-04-24 20:51:07 +00:00
Tom Keffer
ddcc73eda2 Added a shutdown() method for the VP2. It gets invoked by a "finally" clause, closing the serial port. 2010-04-18 02:08:07 +00:00
Tom Keffer
e55324071e Fixed problem with finding the weewx package 2010-04-12 21:29:36 +00:00
Tom Keffer
e235198614 V1.7.0rc2
Improved error checking and logging in FTP and RESTful uploads.
2010-04-12 19:28:52 +00:00
Tom Keffer
21b7ef3e1d weewx V1.7.0a3 2010-04-12 16:54:47 +00:00
Tom Keffer
3e2a52bd85 Changed setup.py to reflect new directory structure. 2010-04-12 15:52:34 +00:00
Tom Keffer
47ae0410a7 Moved setup.py back to the main directory 2010-04-12 14:31:35 +00:00
Tom Keffer
5b774d0007 Reorg checkpoint 2010-04-12 14:30:49 +00:00
Tom Keffer
85272ced8f V1.7.0a2 2010-04-10 16:19:56 +00:00
Tom Keffer
1f9b4d18f2 Adding support for PWSweather 2010-04-10 13:29:29 +00:00
Tom Keffer
331699ae0b Changed some class names in stats. 2010-04-09 18:58:48 +00:00
Tom Keffer
d6f8378f77 Branch to experiment with a different way of tracking units 2010-04-05 22:42:24 +00:00
Tom Keffer
c274ce8302 V1.6.0a1 2010-03-23 15:51:22 +00:00
Tom Keffer
19969dc396 Now allows image generation values to be overridden in weewx.conf. 2010-03-23 13:23:03 +00:00
Tom Keffer
22da9318b4 Changes in setup.py to support skins 2010-03-23 02:18:11 +00:00
Tom Keffer
b349997ed6 Added the ability to do singleton copies on startup.
Moved weewx.css and background files to the skin directory.
2010-03-22 22:11:54 +00:00
Tom Keffer
64cf2c06df Removed unused import 2010-03-20 14:21:40 +00:00
Tom Keffer
1e793174ee setup.py now adds version to weewx.conf during install process 2010-03-07 16:44:02 +00:00
Tom Keffer
6218120a69 setup.py no longer merges older weewx.conf files into the new one. 2010-02-25 23:41:58 +00:00
Tom Keffer
ac778bc81d Merge w/main trunk. setup now deletes the old readme.htm file. 2009-12-21 15:03:44 +00:00
Tom Keffer
7da158e9fd Moved Wunderground queue. 2009-12-21 14:37:34 +00:00
Tom Keffer
672afdb9ad Changed formatting of keyword substitution. 2009-12-13 17:47:47 +00:00
Tom Keffer
d221d3b042 Made the install process more robust to upgrading FTP and Wunderground 2009-11-20 22:14:48 +00:00
Tom Keffer
547bda084a Added SuSE daemon startup script 2009-11-14 00:22:46 +00:00
Tom Keffer
14f39f9b89 Checkpoint. 2009-11-13 13:45:43 +00:00
Tom Keffer
bceccdcebd WEEWX_ROOT is now set in the daemon start up script.
Switched from using tempfile.mkstemp to tempfileNamedTemporaryFile, which is more robust to errors.
2009-11-07 18:27:56 +00:00
Tom Keffer
0fecd41b95 WEEWX_ROOT is now set in setup.cfg. Its value is then copied into weewx.conf by the setup.py script. Documentation changed to reflect. 2009-11-07 13:08:47 +00:00
Tom Keffer
66a4ee30f0 Added Subversion keywords 2009-11-02 16:36:02 +00:00
Tom Keffer
a9d14ad4b6 Initial import 2009-10-30 23:35:12 +00:00