Changes between Initial Version and Version 1 of GroupTicketFieldsPlugin


Ignore:
Timestamp:
Jun 19, 2012, 6:19:24 AM (12 years ago)
Author:
thomasd
Comment:

New hack GroupTicketFieldsPlugin, created by thomasd

Legend:

Unmodified
Added
Removed
Modified
  • GroupTicketFieldsPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= GroupTicketFields =
     4
     5== Description ==
     6
     7Allows for grouping ticket fields using different fieldsets.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for GroupTicketFieldsPlugin are
     12[report:9?COMPONENT=GroupTicketFieldsPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=GroupTicketFieldsPlugin&owner=thomasd new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:groupticketfieldsplugin here].
     20
     21== Source ==
     22
     23You can check out GroupTicketFieldsPlugin from [http://trac-hacks.org/svn/groupticketfieldsplugin here] using Subversion, or [source:groupticketfieldsplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27Example for trac.ini configuration
     28
     29{{{
     30[group-ticket-fields]
     31target = Target
     32target.fields = milestone,version
     33group_order = target,main
     34}}}
     35
     36This creates a field group `Target` and assigns the fields `milestone` and `version` to it. The option name `target` is arbitrary.
     37
     38`group_order` defines in which order the groups should be arranged.
     39
     40== Recent Changes ==
     41
     42[[ChangeLog(groupticketfieldsplugin, 3)]]
     43
     44== Author/Contributors ==
     45
     46'''Author:''' [wiki:thomasd] [[BR]]
     47'''Maintainer:''' [wiki:thomasd] [[BR]]
     48'''Contributors:'''