Changes between Version 5 and Version 6 of TracFormsPlugin/Starter


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

fill-in missing, planned content for commit history recording and changing the submit label text

Legend:

Unmodified
Added
Removed
Modified
  • TracFormsPlugin/Starter

    v5 v6  
    6666== Manage ==
    6767=== Track changes ===
     68Two independent options allow to keep track of changes up to a certain degree:
     69 track_fields:: track field changes in this form, keeping a record for the last change time and author per field,[[BR]]
     70 effect: setting this option will mostly enable you to use the [tf.who] and [tf.when] operations in your form
     71
     72 keep_history:: keep a full change history record, starting from the time of setting this option,[[BR]]
     73 effect: setting this option is mandatory to enable full form revision support including incremental change reset/rollback
    6874
    6975=== Submit button label ===
     76{{{
     77{{{
     78#!TracForm
     79submit_label 'Track it!'
     80}}}
     81}}}
     82
     83required to change the default submit button (possibly localized) label to any (fixed) label, see [wiki:TracFormsPlugin/Tutorial tutorial] for use cases
    7084
    7185=== Form-related operations ===