v1.6
This release includes the following new features:
- Allow special 'today' value for 'date' field default values.
options_fromandfields_fromallow reading of options or fields from files or executables. This allows the creation of dynamic forms. See the User Manual for more information and theexamples/dynamic_formsdir 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.