Changes between Version 10 and Version 11 of CategorizedFieldsPlugin


Ignore:
Timestamp:
Apr 21, 2018, 9:41:02 AM (6 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • CategorizedFieldsPlugin

    v10 v11  
    33= Categorizing ticket fields in Trac
    44
    5 == Important
    6 
    7 I've misspelled 'categorized' to 'catagorized' in old 1.x versions, which I have fixed in 2.0+ version. As a result if you are upgrading from 1.x you should do a replacement in trac.ini .
    8 
    95== Description
    106
    11 This plugin's purpose is to categorize ticket fields.
     7This plugin's purpose is to categorize ticket fields on screen to make it easier for users to enter details and work within complicated workflows.
    128
    139This plugin can help in the following situations:
     
    2420[[Image(ticket-edit.PNG, border=2)]]
    2521
     22'''Important:''' I've misspelled 'categorized' to 'catagorized' in old 1.x versions, which I have fixed in the 2.0+ version. As a result, if you are upgrading from 1.x, you should do a replacement in your `trac.ini` file.
     23
    2624== !Bugs/Feature Requests
    2725
     
    3432[[TicketQuery(component=CategorizedFieldsPlugin&group=type,format=progress)]]
    3533
     34== Download
     35
     36Download the zipped source from [https://github.com/trac-hacks/TracCategorizedFieldsPlugin/archive/master.zip here].
     37
     38== Source
     39
     40You can check out TracCategorizedFieldsPlugin from [https://github.com/trac-hacks/TracCategorizedFieldsPlugin.git here] using Git, or [https://github.com/trac-hacks/TracCategorizedFieldsPlugin browse the source].
     41
    3642== Installation
    3743
    38 1. Install the plugin just like any other, see [TracPlugins#InstallingaTracplugin TracPlugins] for general instructions.
    39 2. Edit your `trac.ini` file:
    40  1. Enable the plugin:
     44Install the plugin just like any other, see [TracPlugins#InstallingaTracplugin TracPlugins] for general instructions.
     45
     46Edit your `trac.ini` file to enable the plugin:
    4147{{{#!ini
    4248[components]
    4349categorizedfields.categorizedfields = enabled
    4450}}}
    45  2. Create a {{{[categorized-fields]}}} section, and add the categories, for example:
     51
     52== Configuration
     53
     54Create a {{{[categorized-fields]}}} section, and add the categories, for example:
    4655{{{#!ini
    4756[categorized-fields]
     
    5564cat1.index = 1
    5665}}}
    57  3. In {{{[ticket-custom]}}} section, specify your fields with category property:
     66
     67In {{{[ticket-custom]}}} section, specify your fields with category property:
    5868{{{#!ini
    5969[ticket-custom]
     
    6777}}}
    6878
    69 
    70 
    71 == Download
    72 
    73 Download the zipped source from [https://github.com/trac-hacks/TracCategorizedFieldsPlugin/archive/master.zip here].
    74 
    75 == Source
    76 
    77 You can check out TracCategorizedFieldsPlugin from [https://github.com/trac-hacks/TracCategorizedFieldsPlugin.git here] using Git, or [https://github.com/trac-hacks/TracCategorizedFieldsPlugin browse the source].
    78 
    79 == Installation
    80 
    81 General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    82 
    8379== !Author/Contributors
    8480