Changes between Version 88 and Version 89 of TracFormsPlugin


Ignore:
Timestamp:
Dec 3, 2016, 7:59:39 AM (7 years ago)
Author:
figaro
Comment:

Removed reference to non-existent plugin, further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracFormsPlugin

    v88 v89  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Provides forms for ticket description and wiki pages
     3= Add forms for ticket description and wiki pages
    44
    55== Description
    66
    7 This plugin allows you to add forms anywhere where there is a field with Trac wiki syntax. This is meant to supersede the previously limited-scope ChecklistPlugin.
     7This plugin allows you to add forms anywhere where there is a field with Trac wiki syntax.
    88
    99The similar WikiFormsPlugin aims at providing even more flexibility with a sightly more complex wiki markup incompatible with that of this plugin.
     
    5959
    6060Existing bugs and feature requests for TracFormsPlugin are
    61 [query:status=new&status=assigned&status=!closed&component=TracFormsPlugin&order=priority here].
     61[report:9?COMPONENT=TracFormsPlugin here].
    6262
    6363If you have any issues, create a
     
    7171|| Under Development || [source:tracformsplugin/trunk] || [export:tracformsplugin/trunk download] || [/svn/tracformsplugin/trunk subversion]
    7272
    73 The current stable version is usable with Python 2.6; an older Python requires [http://simplejson.github.com/simplejson/ simplejson] to be installed.
     73The current stable version is usable with Python 2.6; older Python versions require [http://simplejson.github.com/simplejson/ simplejson] to be installed.
    7474
    7575Revision [10011] and above requires some dedicated permissions assigned to use new features (such as Search) as well as known !TracForms features (such as the 'Update Form' button).
     
    129129}}}
    130130
    131 === Grant user persmissions
     131=== Grant user permissions
    132132
    133 Since `tracforms-0.4` you must grant form-related permissions to the relevant groups and/or users. Otherwise only users with `TRAC_ADMIN` permision will be able to see details and use forms.
     133Since `tracforms-0.4` you must grant form-related permissions to the relevant groups and/or users. Otherwise only users with `TRAC_ADMIN` permission will be able to see details and use forms.
    134134These are the permission actions available:
    135135 `FORM_VIEW`:: view form details, similar to ticket or wiki change history.