Changes between Version 2 and Version 3 of CustomTicketPrefixPlugin


Ignore:
Timestamp:
Dec 9, 2015, 9:33:18 AM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • CustomTicketPrefixPlugin

    v2 v3  
    1313In the repo browser of Trac instance ''Foo'' the link is rendered correctly and shows the ticket status from the commit message.
    1414
    15 This plugin is tested with Trac 0.12 but is probably compatible with V1.x too.
     15This plugin is tested with Trac 0.12, and is probably compatible with Trac 1.x too.
    1616
    1717== !Bugs/Feature Requests
     
    3131== Source
    3232
    33 You can check out CustomTicketPrefixPlugin from [http://trac-hacks.org/svn/customticketprefixplugin here] using Subversion, or [source:customticketprefixplugin browse the source] with Trac.
     33You can check out CustomTicketPrefixPlugin from [/svn/customticketprefixplugin here] using Subversion, or [source:customticketprefixplugin browse the source] with Trac.
    3434
    3535== Installation
    3636
    37 This is a single file plugin. For installation just copy the python file to you plugin directory.
     37This is a single file plugin. For installation just copy the Python file to you plugin directory.
    3838
    3939== Example
    40 To define a ticket prefix add the following to your ''trac.ini'':
     40
     41To define a ticket prefix add the following to your `trac.ini` file:
    4142
    4243{{{#!ini
     
    4748As you can see, it's possible to define several prefixes.
    4849
    49 You may now reference any ticket by prepending the ticket with the defined prefix(es). With the given example the following links are all referencing the same ticket and all links are rendered the same way.
     50You may now reference any ticket by prepending the ticket with the defined prefix(es). With the given example the following links are all referencing the same ticket and all links are rendered the same way:
    5051
    5152* {{{#1234}}}
     
    6061* ~~{{{Bar:#123}}}~~
    6162
    62 
    63 
    6463== Recent Changes
    6564