Changes between Version 5 and Version 6 of CategorizedFieldsPlugin


Ignore:
Timestamp:
Aug 24, 2015, 3:58:22 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • CategorizedFieldsPlugin

    v5 v6  
    77This plugin's purpose is to categorize ticket fields.
    88
    9 This plugin can help in the follow situations:
     9This plugin can help in the following situations:
    1010* Your ticket has a lot of fields.
    11 * The fields of your ticket is varying in different conditions.
    12 * Some fields of a ticket should only be visible to authorized user (not implemented).
     11* The fields of your ticket varies under different conditions.
     12* Some fields of a ticket should only be visible to an authorized user (not implemented).
     13
     14'''Ticket view'''
    1315
    1416[[Image(ticket-view.PNG)]]
     17
     18'''Ticket edit'''
     19
    1520[[Image(ticket-edit.PNG)]]
    1621
     
    2126
    2227If you have any issues, create a
    23 [http://trac-hacks.org/newticket?component=CatagorizedFieldsPlugin&owner=cauly new ticket].
     28[/newticket?component=CatagorizedFieldsPlugin new ticket].
    2429
    2530[[TicketQuery(component=CatagorizedFieldsPlugin&group=type,format=progress)]]
     
    3540== Installation
    3641
    37 1. Install the plugin just like any other
    38 2. Set up the trac.ini
     421. Install the plugin just like any other, see [TracPlugins#InstallingaTracplugin TracPlugins] for general instructions.
     432. Edit your `trac.ini` file:
    3944 1. In [components] section, add:{{{catagorizedfields.catagorizedfields = enabled}}}
    4045 2. Create a {{{[catagorized-fields]}}} section, and adds the catagories. e.g.:
    41 {{{
     46{{{#!ini
    4247[catagorized-fields]
    4348# declare a catagory in syntax "(catagory_id) = (catagory_display_name)"
     
    5156}}}
    5257 3. In {{{[ticket-custom]}}} section, specify your fields with catagory property:
    53 {{{
     58{{{#!ini
    5459[ticket-custom]
    5560custom_field1 = text