Changes between Version 2 and Version 3 of RelevantTicketPlugin


Ignore:
Timestamp:
Jun 11, 2015, 7:26:53 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • RelevantTicketPlugin

    v2 v3  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = RelevantTicketPlugin =
     3= RelevantTicketPlugin
    44
    5 == Description ==
    6 The ticket number(ex.#123) that is input in custom field is transcribed into the ticket that is specified with custom field.
     5== Description
    76
    8 == Bugs/Feature Requests ==
     7The ticket number, for example `#123`, that is input in custom field is transcribed into the ticket that is specified with a custom field.
     8
     9== Bugs/Feature Requests
    910
    1011Existing bugs and feature requests for RelevantTicketPlugin are
     
    1213
    1314If you have any issues, create a
    14 [http://trac-hacks.org/newticket?component=RelevantTicketPlugin&owner=one new ticket].
     15[/newticket?component=RelevantTicketPlugin new ticket].
    1516
    16 == Download ==
     17[[TicketQuery(component=RelevantTicketPlugin,group=type,format=progress)]]
     18
     19== Download
    1720
    1821Download the zipped source from [download:relevantticketplugin here].
    1922
    20 == Source ==
     23== Source
    2124
    2225You can check out RelevantTicketPlugin from [http://trac-hacks.org/svn/relevantticketplugin here] using Subversion, or [source:relevantticketplugin browse the source] with Trac.
    2326
    24 == Example ==
     27== Example
    2528
    26 make the egg package
    27 {{{
     29Make the egg package:
     30{{{#!sh
    2831python setup.py bdist_egg
    2932}}}
    30 copy egg into your trac plugins dir.
    31 {{{
     33
     34Copy the egg into your Trac plugins directory:
     35{{{#!sh
    3236cp dist/*.egg /where/to/trac/plugins/
    3337}}}
    34 To activate the plugin, edit conf/trac.ini:
    35 {{{
     38
     39To activate the plugin, edit your `../conf/trac.ini` file:
     40{{{#!ini
    3641[components]
    3742relevantticketplugin.relevantticket.* = enabled
    3843}}}
    3944
    40 == Recent Changes ==
     45== Recent Changes
    4146
    4247[[ChangeLog(relevantticketplugin, 3)]]
    4348
    44 == Author/Contributors ==
     49== Author/Contributors
    4550
    4651'''Author:''' [wiki:one] [[BR]]
    47 '''Maintainer:''' [wiki:one] [[BR]]
     52'''Maintainer:''' [[Maintainer]] [[BR]]
    4853'''Contributors:'''