v1.6
This release includes the following new features:
- Allow special 'today' value for 'date' field default values.
options_from
andfields_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 theexamples/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.