Skip to content

v1.6

Compare
Choose a tag to compare
@fboender fboender released this 06 Aug 07:57
· 26 commits to master since this release

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.