Version 0.3.23. Maximum fermentation temperature changed to 45 degrees.

Mon, 04 Nov 2019 15:59:39 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 04 Nov 2019 15:59:39 +0100
changeset 548
c67cd0d9249b
parent 547
4d9c96545246
child 549
21705ae9dff2

Version 0.3.23. Maximum fermentation temperature changed to 45 degrees.

config.status file | annotate | diff | comparison | revisions
configure file | annotate | diff | comparison | revisions
configure.ac file | annotate | diff | comparison | revisions
www/js/global.js file | annotate | diff | comparison | revisions
www/js/mon_fermenter.js file | annotate | diff | comparison | revisions
www/js/profile_fermentation.js file | annotate | diff | comparison | revisions
--- a/config.status	Thu Oct 31 15:57:49 2019 +0100
+++ b/config.status	Mon Nov 04 15:59:39 2019 +0100
@@ -621,7 +621,7 @@
 S["CC"]="gcc"
 S["CYEARS"]="2016-2019"
 S["COPYRIGHT"]="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved"
-S["VERSION"]="0.3.22"
+S["VERSION"]="0.3.23"
 S["PACKAGE"]="bms"
 S["SUBDIRS"]="bmsd doc script tools www"
 S["target_alias"]=""
@@ -710,7 +710,7 @@
 D["PACKAGE_STRING"]=" \"\""
 D["PACKAGE_BUGREPORT"]=" \"\""
 D["PACKAGE_URL"]=" \"\""
-D["VERSION"]=" \"0.3.22\""
+D["VERSION"]=" \"0.3.23\""
 D["COPYRIGHT"]=" \"Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved\""
 D["STDC_HEADERS"]=" 1"
 D["HAVE_SYS_TYPES_H"]=" 1"
--- a/configure	Thu Oct 31 15:57:49 2019 +0100
+++ b/configure	Mon Nov 04 15:59:39 2019 +0100
@@ -2043,7 +2043,7 @@
 
 
 PACKAGE="bms"
-VERSION="0.3.22"
+VERSION="0.3.23"
 COPYRIGHT="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved"
 CYEARS="2016-2019"
 
--- a/configure.ac	Thu Oct 31 15:57:49 2019 +0100
+++ b/configure.ac	Mon Nov 04 15:59:39 2019 +0100
@@ -8,7 +8,7 @@
 dnl General settings
 dnl After changeing the version number, run autoconf!
 PACKAGE="bms"
-VERSION="0.3.22"
+VERSION="0.3.23"
 COPYRIGHT="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved"
 CYEARS="2016-2019"
 AC_SUBST(PACKAGE)
--- a/www/js/global.js	Thu Oct 31 15:57:49 2019 +0100
+++ b/www/js/global.js	Mon Nov 04 15:59:39 2019 +0100
@@ -428,7 +428,7 @@
 Spin3dec = { inputMode: 'simple', theme: theme, width: 110, height: 23, min: 0, decimalDigits: 3, spinButtons: true },
   SpinpH = { inputMode: 'simple', theme: theme, width: 110, height: 23, min: 1, max: 14, decimalDigits: 1, spinButtons: true },
  Spin2pH = { inputMode: 'simple', theme: theme, width: 110, height: 23, min: 1, max: 14, decimalDigits: 2, spinButtons: true },
-  YeastT = { inputMode: 'simple', theme: theme, width: 110, height: 23, min: 0, max: 50, decimalDigits: 1, spinButtons: true },
+  YeastT = { inputMode: 'simple', theme: theme, width: 110, height: 23, min: 0, max: 45, decimalDigits: 1, spinButtons: true },
   PosInt = { inputMode: 'simple', theme: theme, width: 110, height: 23, min: 0, decimalDigits: 0, spinButtons: true },
 Perc1dec = { inputMode: 'simple', theme: theme, width: 110, height: 23, min: 0, max: 100, decimalDigits: 1, spinButtons: true },
    Perc0 = { inputMode: 'simple', theme: theme, width: 110, height: 23, min: 0, max: 100, decimalDigits: 0, spinButtons: true },
--- a/www/js/mon_fermenter.js	Thu Oct 31 15:57:49 2019 +0100
+++ b/www/js/mon_fermenter.js	Mon Nov 04 15:59:39 2019 +0100
@@ -132,10 +132,10 @@
   },
  }),
  gaugeoptions = {
-  min: 0, max: 40, width: 375, height: 375,
+  min: 0, max: 45, width: 375, height: 375,
   ranges: [{ startValue: 0, endValue: yl, style: { fill: '#3399FF', stroke: '#3399FF' }, endWidth: 10, startWidth: 10 },
            { startValue: yl, endValue: yh, style: { fill: '#00CC33', stroke: '#00CC33' }, endWidth: 10, startWidth: 10 },
-           { startValue: yh, endValue: 40, style: { fill: '#FC6A6A', stroke: '#FC6A6A' }, endWidth: 10, startWidth: 10 }],
+           { startValue: yh, endValue: 45, style: { fill: '#FC6A6A', stroke: '#FC6A6A' }, endWidth: 10, startWidth: 10 }],
   ticksMinor: { interval: 1, size: '5%' },
   ticksMajor: { interval: 5, size: '9%' },
   labels: { interval: 5 },
@@ -165,7 +165,7 @@
   thumbSize: '50%',
   orientation: 'vertical'
  },
- targetoptions = { inputMode: 'simple', theme: theme, width: 70, min: 0, max: 40, decimalDigits: 1, spinButtons: true },
+ targetoptions = { inputMode: 'simple', theme: theme, width: 70, min: 0, max: 45, decimalDigits: 1, spinButtons: true },
  url = 'getfermenter.php?uuid="' + my_uuid + '"',
  source = {
   datatype: 'json',
@@ -354,7 +354,7 @@
    yh = record.yeast_hi;
    range = { ranges: [{ startValue: 0, endValue: yl, style: { fill: '#3399FF', stroke: '#3399FF' }, endWidth: 10, startWidth: 10 },
                       { startValue: yl, endValue: yh, style: { fill: '#00CC33', stroke: '#00CC33' }, endWidth: 10, startWidth: 10 },
-                      { startValue: yh, endValue: 40, style: { fill: '#FC6A6A', stroke: '#FC6A6A' }, endWidth: 10, startWidth: 10 }]};
+                      { startValue: yh, endValue: 45, style: { fill: '#FC6A6A', stroke: '#FC6A6A' }, endWidth: 10, startWidth: 10 }]};
    $('#gaugeContainer_air').jqxGauge(range);
    $('#gaugeContainer_beer').jqxGauge(range);
 
--- a/www/js/profile_fermentation.js	Thu Oct 31 15:57:49 2019 +0100
+++ b/www/js/profile_fermentation.js	Mon Nov 04 15:59:39 2019 +0100
@@ -189,16 +189,16 @@
     { text: 'Stap naam', datafield: 'name' },
     { text: 'Min. &deg;C', datafield: 'target_lo', width: 100, align: 'right', cellsalign: 'right', cellsformat: 'f1',
      validation: function(cell, value) {
-      if (value < 0 || value > 50) {
-       return { result: false, message: 'De temperatuur moet tussen 0 en 50 zijn.' };
+      if (value < 0 || value > 45) {
+       return { result: false, message: 'De temperatuur moet tussen 0 en 45 zijn.' };
       }
       return true;
      }
     },
     { text: 'Max. &deg;C', datafield: 'target_hi', width: 100, align: 'right', cellsalign: 'right', cellsformat: 'f1',
      validation: function(cell, value) {
-      if (value < 0 || value > 50) {
-       return { result: false, message: 'De temperatuur moet tussen 0 en 50 zijn.' };
+      if (value < 0 || value > 45) {
+       return { result: false, message: 'De temperatuur moet tussen 0 en 45 zijn.' };
       }
       return true;
      }
@@ -227,9 +227,9 @@
  // initialize the input fields.
  $('#name').jqxInput({ theme: theme, width: 640, height: 23 });
  $('#inittemp_lo').jqxNumberInput(Spin1dec);
- $('#inittemp_lo').jqxNumberInput({ max: 40 });
+ $('#inittemp_lo').jqxNumberInput({ max: 45 });
  $('#inittemp_hi').jqxNumberInput(Spin1dec);
- $('#inittemp_hi').jqxNumberInput({ max: 40 });
+ $('#inittemp_hi').jqxNumberInput({ max: 45 });
  $('#fridgemode').jqxCheckBox({ theme: theme, height: 23, enableContainerClick: false });
 
  // initialize jqxGrid

mercurial