Changes between Version 9 and Version 10 of TracTicketReferencePlugin


Ignore:
Timestamp:
Jul 26, 2015, 5:22:43 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged as external

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketReferencePlugin

    v9 v10  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Add support for simple ticket cross-reference to Trac =
     3= Add support for Trac ticket cross-reference
    44
    5 == Description ==
     5== Description
    66
    7 TracTicketReferencePlugin requires Trac 0.12 or higher.
    8  - it works for 1.0
     7This plugin adds "Relationships" fields to each ticket, enabling you to express cross-reference between tickets.
     8This plugin requires Trac 0.12 or higher. Also tested on Trac 1.0.
    99
    10 === What is it? ===
     10Key features:
    1111
    12 This plugin adds "Relationships" fields to each ticket, enabling you
    13 to express cross-reference between tickets.
     12 - Provide simple cross-reference as Trac custom field (`ticketref`).
     13 - Create new ticket with related ticket's field value.
     14 - Picking up the referred ticket in comment.
    1415
     16This plugin was inspired by [http://trac-hacks.org/wiki/MasterTicketsPlugin MasterTicketsPlugin].
    1517
    16 === Features ===
     18== Bugs/Feature Requests
    1719
    18  - Provide simple cross-reference as Trac custom field (`ticketref`)
    19  - Create new ticket with related ticket's field value
    20  - Picking up the referred ticket in comment
     20Existing bugs and feature requests for TracTicketReferencePlugin are
     21[https://bitbucket.org/t2y/trac.plugins.ticketref/issues here].
    2122
     23If you have any issues, create a
     24[https://bitbucket.org/t2y/trac.plugins.ticketref/issues/new new ticket].
    2225
    23 == Configuration ==
     26== Download
    2427
    25 To enable the plugin
     28Download the archived source from [http://pypi.python.org/pypi/TracTicketReferencePlugin here].
    2629
    27 {{{
    28 #!ini
     30== Source
     31
     32You can clone TracTicketReferencePlugin from [https://bitbucket.org/t2y/trac.plugins.ticketref/ here] using Mercurial, or browse the source.
     33
     34== Configuration
     35
     36To enable and configure the plugin, add the following to your `trac.ini` file:
     37
     38{{{#!ini
    2939[components]
    3040ticketref.* = enabled
     
    3747}}}
    3848
    39 If you want to show more small field, change as follows
    40 {{{
    41 #!ini
     49If you want to show more small field, change as follows:
     50{{{#!ini
    4251[ticket-custom]
    4352ticketref = text
     
    4554}}}
    4655
    47 Since 0.4.0, configure reference keywords for CommitTicketUpdater to get ticket reference like this. Note both `close` and `refs` keywords are used.
    48 
    49 {{{ #!ini
     56Since 0.4.0, configure reference keywords for CommitTicketUpdater to get ticket reference like this. Note both `close` and `refs` keywords are used:
     57{{{#!ini
    5058[ticket]
    5159commit_ticket_update_commands.close = fix fixed fixes
     
    5361}}}
    5462
    55 === i18n/l10n Support ===
     63=== i18n/l10n Support
    5664
    5765This plugin is able to localize field label or message.
     
    6371See also [http://trac.edgewall.org/wiki/TracL10N Localization (L10N) of Trac]
    6472
     73== Example
    6574
    66 == Example ==
     75'''New Ticket with Relationships'''
    6776
    68 '''''New Ticket with Relationships'''''
    69 [[BR]][[BR]]
    7077[[Image(ticketref_new.png)]]
    7178
    72 '''''Query Result with Relationships'''''
    73 [[BR]][[BR]]
     79'''Query Result with Relationships'''
     80
    7481[[Image(ticketref_query.png)]]
    7582
    76 '''''Pick up "ref* #id" in comment as cross-reference'''''
    77 [[BR]][[BR]]
     83'''Pick up "ref* #id" in comment as cross-reference'''
     84
    7885[[Image(ticketref_pickup_id.png)]]
    7986
     87'''Clicking "Relationships" label displays the id with summary'''
    8088
    81 '''''Clicking "Relationships" label displays the id with summary'''''
    82 [[BR]][[BR]]
    8389[[Image(ticketref_verbose_info.png)]]
    8490
    85 
    86 == Bugs/Feature Requests ==
    87 
    88 Existing bugs and feature requests for TracTicketReferencePlugin are
    89 [https://bitbucket.org/t2y/trac.plugins.ticketref/issues here].
    90 
    91 If you have any issues, create a
    92 [https://bitbucket.org/t2y/trac.plugins.ticketref/issues/new new ticket].
    93 
    94 
    95 == Download ==
    96 
    97 Download the archived source from [http://pypi.python.org/pypi/TracTicketReferencePlugin here].
    98 
    99 == Source ==
    100 
    101 You can clone TracTicketReferencePlugin from [https://bitbucket.org/t2y/trac.plugins.ticketref/ here] using Mercurial, or browse the source.
    102 
    103 == Acknowledgment ==
    104 
    105 This plugin was inspired by [http://trac-hacks.org/wiki/MasterTicketsPlugin MasterTicketsPlugin]
    106 
    107 == Recent Changes ==
     91== Recent Changes
    10892
    10993See https://bitbucket.org/t2y/trac.plugins.ticketref/commits.
    11094
    111 == Author/Contributors ==
     95== Author/Contributors
    11296
    11397'''Author:''' [wiki:t2y] [[BR]]
    114 '''Maintainer:''' [wiki:t2y] [[BR]]
     98'''Maintainer:''' [[Maintainer]] [[BR]]
    11599'''Contributors:'''