Releases: roe-dl/weewx-sqlupload
Releases · roe-dl/weewx-sqlupload
Version 0.3
This version changes the way how files are prevented from being uploaded by both SQL and FTP.
dict
instead ofelif
forprocess_other()
- read Belchertown skin
graphs.conf
file - make it possible to specify content type and encoding
- append instead of replace
.php
for files other than.html
- set
Last-Modified
andContent-Type
HTTP header - a lot of tidying up
- action
remove
instead ofnoremove
- new action
blockftp
with access to the FTP upload generator's state file - RESTful service to upload LOOP packets and ARCHIVE records
- load logging
Version 0.2
- fix missing semikolon in handle_charref()
- BLOB replaced with LONGBLOB
- process comments in JavaScript files
- Belchertown support
- support SVG image
- fix action
noremove
- save modification time and content type in database
Version 0.1
Initial version, tested with the WeeWX Seasons skin, but may be, still containing serious errors.