Changes between Version 3 and Version 4 of TicketFieldsPlugin


Ignore:
Timestamp:
Mar 12, 2015, 1:54:25 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TicketFieldsPlugin

    v3 v4  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Filter custom fields on a per-ticket basis =
     3= Filter custom fields on a per-ticket basis
    44
    5 == Description ==
     5== Description
    66
    77This 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.
     
    99In 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
    11 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    1212
    1313Existing bugs and feature requests for TicketFieldsPlugin are
     
    1717[http://trac-hacks.org/newticket?component=TicketFieldsPlugin&owner=bphinz new ticket].
    1818
    19 == Download ==
     19[[TicketQuery(component=TicketFieldsPlugin&group=type,format=progress)]]
     20
     21== Download
    2022
    2123Download the zipped source from [download:ticketfieldsplugin here].
    2224
    23 == Source ==
     25== Source
    2426
    2527You can check out TicketFieldsPlugin from [http://trac-hacks.org/svn/ticketfieldsplugin here] using Subversion, or [source:ticketfieldsplugin browse the source] with Trac.
    2628
    27 == Example ==
     29== Screenshots
    2830
    29 Per-ticket field management with jQuery datatable (only checked custom fields appear in the properties fieldset)
     31Per-ticket field management with jQuery datatable, where only the checked custom fields appear in the properties fieldset:
    3032
    3133[[Image(TicketFieldsPlugin_ticket_datatable.png,35%)]]
    3234
    33 Ticket type template via admin console
     35Ticket type template via admin console:
    3436
    3537[[Image(TicketFieldsPlugin_admin.png,40%)]]
    3638
    37 
    38 == Recent Changes ==
     39== Recent Changes
    3940
    4041[[ChangeLog(ticketfieldsplugin, 3)]]
    4142
    42 == Author/Contributors ==
     43== Author/Contributors
    4344
    4445'''Author:''' [wiki:bphinz] [[BR]]
    45 '''Maintainer:''' [wiki:bphinz] [[BR]]
     46'''Maintainer:''' [[Maintainer]] [[BR]]
    4647'''Contributors:'''