Changes between Version 15 and Version 16 of TracFormsPlugin/Syntax


Ignore:
Timestamp:
Jan 9, 2013, 9:07:45 PM (11 years ago)
Author:
Steffen Hoffmann
Comment:

add missing option for recording form commit history

Legend:

Unmodified
Added
Removed
Modified
  • TracFormsPlugin/Syntax

    v15 v16  
    4040|| '''default''' || 0.1 || operation || Specifies the default operation in [tf:args] blocks.  Defaults to "checkbox" ||
    4141|| '''track_fields''' || 0.1 || [yes|no] || If no argument given or yes, keep track of field changes in this form.  Unless track_fields is specified, this defaults to false (no field changes tracked).  This affects [tf.who] and [tf.when] ||
     42|| '''keep_history''' || 0.1 || [yes|no] || If no argument given or yes, keep track full history of form changes.  Unless keep_history is specified, this defaults to false (no history recording).  In contrast to track_fields history records mean essential revision support for !TracForms, required i.e. for incremental form reset/rollback, provided since 0.3 ||
    4243|| '''submit_label''' || 0.1 || label || Set the label to use for the submit button at the end of the form.  The default is "Submit Form" ||
    4344|| '''setenv''' || 0.1 || name value || Set the name to value in the form's environment (or any subforms therein). ||