Skip to content

Releases: fboender/scriptform

v1.8

15 Mar 15:12
Compare
Choose a tag to compare

This release features the following changes:

  • Ported to Python v3 (v3.6). Python v2 is no longer supported.
  • Minor bugfixes and small improvements.

v1.7

07 Sep 07:22
Compare
Choose a tag to compare
  • Support for CORS (OPTIONS http verb)
  • Fixed the version in the binary release
  • Added systemd unit file to binary release

v1.6

06 Aug 07:57
Compare
Choose a tag to compare

This release includes the following new features:

  • Allow special 'today' value for 'date' field default values.
  • options_from and fields_from allow reading of options or fields from files or executables. This allows the creation of dynamic forms. See the User Manual for more information and the examples/dynamic_forms dir for examples.
  • Two additional elements are passed in the environment when executing scripts.
    • __SF__FORM: The name of the form. E.g. clean_database.
    • __SF__USER: The logged in user executing the form. E.g. admin.

v1.5

16 Jul 12:14
Compare
Choose a tag to compare

This release fixes a bug in the rendering of radio button values. Each radio button had the value of the default item, causing radio buttons to always send the default value when submitting the form.

v1.4

24 Feb 10:11
Compare
Choose a tag to compare

This is basically a repackaging release to fix problems with previous release packages.

v1.3

30 Apr 20:33
Compare
Choose a tag to compare
  • Allow pre-auth through REMOTE_USER header. This allows a front-end webserver such as Apache to preform basic / LDAP / SAML authentication for Scriptform.
  • Passwords are now censored in the audit log.
  • Most form fields now allow for a "default_value" field.
  • Checkboxes weren't lined up properly.
  • A systemd service unit file is now included.
  • The documentation has received various updates regarding security and troubleshooting.

v1.2

19 Apr 19:40
Compare
Choose a tag to compare
  • A bug was fixed in the handling of usernames causing anonymous forms to be displayed when logged in, if only one authenticated and one unauthenticated form were present.
  • Changed the default listening port from 80 to 8081 and updated documentation.
  • Fixed documentation regarding how to call Scriptform.

v1.1

06 Feb 11:57
Compare
Choose a tag to compare

This release features the following changes:

  • Improved form configuration loading error messages.
  • Passwords containing a ':' caused problems.
  • When incorrect redirects were done, or if the user specified an URL starting with two slashes, Scriptform would show a 500 error.
  • When stopping or restarting Scriptform, a harmless error about missing arguments to _cleanup() would be shown in the log file.
  • Various updates to the documentation and examples.

v1.0

06 Dec 10:11
Compare
Choose a tag to compare

Initial release