| | 1 | = Extended ticket stock and custom fields customization for Trac = |
|---|
| | 2 | |
|---|
| | 3 | == Description == |
|---|
| | 4 | |
|---|
| | 5 | A Trac plugin that provides more configuration options for ticket fields, both stock and custom fields, like labeling and hiding/skipping. |
|---|
| | 6 | |
|---|
| | 7 | == Bugs/Feature Requests == |
|---|
| | 8 | |
|---|
| | 9 | Existing bugs and feature requests for ExtendedFieldPropertiesPlugin are |
|---|
| | 10 | [report:9?COMPONENT=ExtendedFieldPropertiesPlugin here]. |
|---|
| | 11 | |
|---|
| | 12 | If you have any issues, create a |
|---|
| | 13 | [http://trac-hacks.org/newticket?component=ExtendedFieldPropertiesPlugin&owner=servilio new ticket]. |
|---|
| | 14 | |
|---|
| | 15 | == Download == |
|---|
| | 16 | |
|---|
| | 17 | Download the zipped source from [download:extendedfieldpropertiesplugin here]. |
|---|
| | 18 | |
|---|
| | 19 | == Source == |
|---|
| | 20 | |
|---|
| | 21 | You can check out ExtendedFieldPropertiesPlugin from [http://trac-hacks.org/svn/extendedfieldpropertiesplugin here] using Subversion, or [source:extendedfieldpropertiesplugin browse the source] with Trac. |
|---|
| | 22 | |
|---|
| | 23 | == Example == |
|---|
| | 24 | |
|---|
| | 25 | In conf/trac.ini: |
|---|
| | 26 | |
|---|
| | 27 | {{{ |
|---|
| | 28 | [ticket] |
|---|
| | 29 | ... |
|---|
| | 30 | type.label = My type label |
|---|
| | 31 | ... |
|---|
| | 32 | |
|---|
| | 33 | [ticket-custom] |
|---|
| | 34 | ... |
|---|
| | 35 | customfield.skip = True |
|---|
| | 36 | ... |
|---|
| | 37 | }}} |
|---|
| | 38 | |
|---|
| | 39 | == Recent Changes == |
|---|
| | 40 | |
|---|
| | 41 | [[ChangeLog(extendedfieldpropertiesplugin, 3)]] |
|---|
| | 42 | |
|---|
| | 43 | == Author/Contributors == |
|---|
| | 44 | |
|---|
| | 45 | '''Author:''' [wiki:servilio] [[BR]] |
|---|
| | 46 | '''Contributors:''' |