Skip to content

Releases: roe-dl/weewx-sqlupload

Version 0.3

26 Oct 10:25
Compare
Choose a tag to compare

This version changes the way how files are prevented from being uploaded by both SQL and FTP.

  • dict instead of elif for process_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 and Content-Type HTTP header
  • a lot of tidying up
  • action remove instead of noremove
  • 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

14 Oct 05:05
Compare
Choose a tag to compare
  • 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

09 Oct 15:18
Compare
Choose a tag to compare

Initial version, tested with the WeeWX Seasons skin, but may be, still containing serious errors.