Skip to content

Releases: emoncms/emoncms

master: 8.2.8, bufferedwrite: 0.0.1

28 Jul 18:05
Compare
Choose a tag to compare
Merge branch 'bufferedwrite' of http://github.com/emoncms/emoncms int…

…o bufferedwrite

v8.3.2

21 Jul 08:25
Compare
Choose a tag to compare

Directory settings where hardcoded in the phptimeseries export function in emoncms, switched to use the settings file directory settings

8.3.1

19 Jul 21:21
Compare
Choose a tag to compare

Login page clean up by @inverse

8.3.0 further feed engine optimisations and new input interface

19 Jul 21:13
Compare
Choose a tag to compare

PHPFiwa, PHPFina and PHPTimestore no longer record the number of datapoints in a meta file. The number of datapoints are instead calculated from the filesize as recorded by the filesystem in its inode data. clearstatcache() is used to ensure that php's copy of the file stat info is refreshed prior to calling filesize().

8.2.8

03 Jul 13:04
Compare
Choose a tag to compare

fix login block bug

8.2.7

03 Jul 10:21
Compare
Choose a tag to compare
Update index.php

8.2.6

04 Jun 22:00
Compare
Choose a tag to compare

8.2.5

02 Jun 09:50
Compare
Choose a tag to compare

Added check to ensure that if the npoints meta file gets corrupted with npoints being set to 0 that this does not then lead to the main meta data file with start_time in it to be rewritten.

The main meta file should only get written when both npoints and start_time are equal to 0 which should only occur when the feed gets created.

8.2.4

26 May 11:47
Compare
Choose a tag to compare
  • Deleting a feed, deletes the npoints meta file too.
  • Wh accumulator input processor (uses redis)
  • Wh accumulator process info
  • Node interface on flushall redis bug fix

8.2.3

18 May 09:58
Compare
Choose a tag to compare