Changes between Initial Version and Version 1 of TicketFieldsPlugin


Ignore:
Timestamp:
Jan 29, 2013, 9:47:16 PM (11 years ago)
Author:
bphinz
Comment:

New hack TicketFieldsPlugin, created by bphinz

Legend:

Unmodified
Added
Removed
Modified
  • TicketFieldsPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Filter custom fields on a per-ticket basis =
     4
     5== Description ==
     6
     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.
     8
     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.
     10
     11== Bugs/Feature Requests ==
     12
     13Existing bugs and feature requests for TicketFieldsPlugin are
     14[report:9?COMPONENT=TicketFieldsPlugin here].
     15
     16If you have any issues, create a
     17[http://trac-hacks.org/newticket?component=TicketFieldsPlugin&owner=bphinz new ticket].
     18
     19== Download ==
     20
     21Download the zipped source from [download:ticketfieldsplugin here].
     22
     23== Source ==
     24
     25You can check out TicketFieldsPlugin from [http://trac-hacks.org/svn/ticketfieldsplugin here] using Subversion, or [source:ticketfieldsplugin browse the source] with Trac.
     26
     27== Example ==
     28
     29n/a
     30
     31== Recent Changes ==
     32
     33[[ChangeLog(ticketfieldsplugin, 3)]]
     34
     35== Author/Contributors ==
     36
     37'''Author:''' [wiki:bphinz] [[BR]]
     38'''Maintainer:''' [wiki:bphinz] [[BR]]
     39'''Contributors:'''