Changes between Version 4 and Version 5 of TracTicketFieldsLayoutPlugin


Ignore:
Timestamp:
Nov 30, 2015, 4:59:45 PM (8 years ago)
Author:
figaro
Comment:

Rearranged paragraphs to maintain consistency

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketFieldsLayoutPlugin

    v4 v5  
    1313
    1414If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=TracTicketFieldsLayoutPlugin&owner=jun66j5 new ticket].
     15[/newticket?component=TracTicketFieldsLayoutPlugin new ticket].
    1616
    1717[[TicketQuery(component=TracTicketFieldsLayoutPlugin&group=type,format=progress)]]
     
    2323== Source
    2424
    25 You can check out TracTicketFieldsLayoutPlugin from [http://trac-hacks.org/svn/tracticketfieldslayoutplugin here] using Subversion, or [source:tracticketfieldslayoutplugin browse the source] with Trac.
     25You can check out TracTicketFieldsLayoutPlugin from [/svn/tracticketfieldslayoutplugin here] using Subversion, or [source:tracticketfieldslayoutplugin browse the source] with Trac.
     26
     27== Installation
     28
     29 1. Install the plugin:
     30{{{
     31#!sh
     32easy_install https://trac-hacks.org/svn/tracticketfieldslayoutplugin/0.12
     33}}}
     34 1. Enable the plugin in the `trac.ini` file:
     35{{{
     36#!ini
     37; conf/trac.ini
     38[components]
     39tracticketfieldslayout.* = enabled
     40}}}
     41 1. Restart your tracd or web server.
     42 1. Visit [/admin/ticket/ticketlayout] in your Trac after logged in with `TICKET_ADMIN` permission.
    2643
    2744== Screenshots
     
    4057}}}
    4158
    42 == Installation
    43 
    44  1. Install the plugin:
    45 {{{
    46 #!sh
    47 easy_install http://trac-hacks.org/svn/tracticketfieldslayoutplugin/0.12
    48 }}}
    49  1. Enable the plugin in the `trac.ini` file:
    50 {{{
    51 #!ini
    52 ; conf/trac.ini
    53 [components]
    54 tracticketfieldslayout.* = enabled
    55 }}}
    56  1. Restart your tracd or web server.
    57  1. Visit [/admin/ticket/ticketlayout] in your Trac after logged in with `TICKET_ADMIN` permission.
    58 
    5959== Recent Changes
    6060