Changes between Version 4 and Version 5 of TicketFieldsPlugin


Ignore:
Timestamp:
Nov 11, 2015, 10:50:28 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TicketFieldsPlugin

    v4 v5  
    55== Description
    66
    7 This plugin adds support for filtering displayed custom fields on a per-ticket basis.  This is useful for omitting fields that don't apply to specific ticket types, etc.  Rather than simply hiding the fields, it removes them from the transmitted data altogether, thus making page rendering and subsequent plugin  evaluation faster.  It works by adding a custom field responsible for keeping track of which fields should be displayed.  For users with TRAC_ADMIN, TICKET_ADMIN, or TICKET_FIELD_ADMIN permission, a jQuery datatable is displayed just below the standard trac properties fieldset that is used to manage which fields are displayed.
     7This plugin adds support for filtering displayed custom fields on a per-ticket basis. This is useful for omitting fields that don't apply to specific ticket types, etc. Rather than simply hiding the fields, it removes them from the transmitted data altogether, thus making page rendering and subsequent plugin  evaluation faster. It works by adding a custom field responsible for keeping track of which fields should be displayed. For users with TRAC_ADMIN, TICKET_ADMIN, or TICKET_FIELD_ADMIN permission, a jQuery datatable is displayed just below the standard Trac properties fieldset that is used to manage which fields are displayed.
    88
    9 In addition, the ticket types admin console is extended with a similar data table that allows for templating of standard ticket types.  In this way, /newticket?type=foo will display only the selected fields for that type.
     9In addition, the ticket types admin console is extended with a similar data table that allows for templating of standard ticket types. In this way, `/newticket?type=foo` will display only the selected fields for that type.
    1010
    1111== Bugs/Feature Requests
     
    1515
    1616If you have any issues, create a
    17 [http://trac-hacks.org/newticket?component=TicketFieldsPlugin&owner=bphinz new ticket].
     17[/newticket?component=TicketFieldsPlugin new ticket].
    1818
    1919[[TicketQuery(component=TicketFieldsPlugin&group=type,format=progress)]]
     
    2121== Download
    2222
    23 Download the zipped source from [download:ticketfieldsplugin here].
     23Download the zipped source from [export:ticketfieldsplugin here].
    2424
    2525== Source
    2626
    27 You can check out TicketFieldsPlugin from [http://trac-hacks.org/svn/ticketfieldsplugin here] using Subversion, or [source:ticketfieldsplugin browse the source] with Trac.
     27You can check out TicketFieldsPlugin from [/svn/ticketfieldsplugin here] using Subversion, or [source:ticketfieldsplugin browse the source] with Trac.
    2828
    2929== Screenshots