runtime/NevowServer.py
Mon, 01 Jun 2020 08:54:26 +0100 Mario de Sousa Add web extension: configure Modbus plugin parameters (currently only supports Modbus clients)
Thu, 28 May 2020 11:15:22 +0100 Mario de Sousa BACnet plugin: Add web interface for online parameter configuration
Mon, 15 Oct 2018 15:27:47 +0200 Edouard Tisserant Beremiz_service now binds both pyro and nevow ports to interface given with '-i' argument.
Tue, 14 Aug 2018 12:43:43 +0200 Edouard Tisserant merged
Tue, 14 Aug 2018 11:14:20 +0200 dporopat NevowServer : Added minimalist css style customization and a link to go to settings page and back
Mon, 13 Aug 2018 13:24:28 +0200 Edouard Tisserant NevowServer : added addInfoString to allow extensions to declare some read-only strings to be displayed in settings. Also renamed addExtension in addSettings for clarity.
Thu, 09 Aug 2018 09:07:09 +0200 Edouard Tisserant Some blank lines to make bitbucket's PEP8 2.2.0 happy
Tue, 07 Aug 2018 13:35:28 +0200 Edouard Tisserant pylint on runtime/NevowServer.py
Mon, 06 Aug 2018 15:36:09 +0200 Edouard Tisserant pep8 on runtime/NevowServer.py
Tue, 10 Jul 2018 12:51:28 +0200 Edouard Tisserant Added a way for extension to register dedicated URL under settings page URL (i.e. /settings/something) nevow_service_rework
Fri, 06 Jul 2018 15:07:40 +0200 Edouard Tisserant Added some immutable field (platform) in default runtime web setting page, for the example. nevow_service_rework
Thu, 05 Jul 2018 13:45:24 +0200 Edouard Tisserant Fixed typo nevow_service_rework
Wed, 04 Jul 2018 14:10:03 +0200 Edouard Tisserant Nevow based web interface now show simple Log message sending form for basic runtime, and allow extensions to add their own web settings. nevow_service_rework
Fri, 22 Jun 2018 14:08:34 +0200 Edouard Tisserant Now, runtime extensions should be able to add their own settings to web configuration interface. nevow_service_rework
Fri, 22 Jun 2018 12:43:33 +0200 Edouard Tisserant Embrio of setting form, just to test nevow_service_rework
Thu, 01 Feb 2018 14:51:18 +0100 Edouard Tisserant Another set of meaningless changes to satisfy PEP8 and PyLint.
Wed, 25 Oct 2017 13:50:26 +0300 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
Thu, 19 Oct 2017 11:03:03 +0300 Andrey Skvortsov fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
Thu, 12 Oct 2017 16:18:05 +0300 Andrey Skvortsov fix pylint error '(too-many-function-args) Too many positional arguments for function call'
Fri, 06 Oct 2017 17:52:34 +0300 Andrey Skvortsov fix pylint warning '(unused-import), Unused import connectors'
Tue, 03 Oct 2017 16:31:31 +0300 Andrey Skvortsov remove unused variables found by pylint
Thu, 28 Sep 2017 12:20:40 +0300 Andrey Skvortsov fix (old-style-class) Old-style class defined error for most parts of
Fri, 22 Sep 2017 10:54:42 +0300 Andrey Skvortsov fix usage of python2-only print statement
Mon, 21 Aug 2017 21:55:18 +0300 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
Sat, 19 Aug 2017 16:45:37 +0300 Andrey Skvortsov clean-up: fix PEP8 E122 continuation line missing indentation or outdented
Fri, 18 Aug 2017 12:36:31 +0300 Andrey Skvortsov clean-up: fix PEP8 E127 continuation line over-indented for visual indent
Wed, 16 Aug 2017 16:37:45 +0300 Andrey Skvortsov clean-up: fix PEP8 E701 multiple statements on one line (colon)
Wed, 16 Aug 2017 12:03:46 +0300 Andrey Skvortsov clean-up: fix PEP8 E202 whitespace before ')'
Tue, 15 Aug 2017 22:38:43 +0300 Andrey Skvortsov clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
Tue, 15 Aug 2017 15:50:30 +0300 Andrey Skvortsov clean-up: fix PEP8 E231 missing whitespace after ':' or ','
Mon, 14 Aug 2017 23:27:15 +0300 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
Wed, 03 May 2017 11:03:44 +0300 Anton Midyukov fix extra brace
Thu, 20 Apr 2017 13:01:45 +0300 Andrey Skvortsov make run Beremiz and PLCOpen Editor, if full path contain non-lating
Mon, 27 Mar 2017 18:03:26 +0300 Andrey Skvortsov runtime is licensed under LGPLv2.1
Wed, 07 Dec 2016 18:32:34 +0300 Andrey Skvortsov add internatialization support for Beremiz_service.py
Fri, 06 May 2016 14:05:44 +0300 Andrey Skvortsov add copyright notices to python files where there were missing, that
Fri, 27 Feb 2015 00:40:44 +0100 Edouard Tisserant Fixed Nevow website startup
Thu, 05 Feb 2015 23:32:31 +0100 Edouard Tisserant Added stub code for runtime WAMP client. Added runtime command line switch to select WAMP url and Nevow web site port. Web port is now fixed, next port number is not tested if bind fails.
Thu, 05 Feb 2015 01:35:02 +0100 Edouard Tisserant Moved twisted/nevow/athena away from Berermiz_service.py + some minor cleanup