Changes between Version 3 and Version 4 of TracTicketReferencePlugin


Ignore:
Timestamp:
Jan 20, 2012, 6:59:48 AM (12 years ago)
Author:
Tetsuya Morimoto
Comment:

updated version 0.2.0

Legend:

Unmodified
Added
Removed
Modified
  • TracTicketReferencePlugin

    v3 v4  
    77Note: TracTicketReferencePlugin requires Trac 0.12 or higher.
    88
     9
    910=== What is it? ===
    1011
    1112This plugin adds "Relationships" fields to each ticket, enabling you
    1213to express cross-reference between tickets.
     14
     15
     16=== Features ===
     17
     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
     21
    1322
    1423== Configuration ==
     
    2130
    2231[ticket-custom]
     32ticketref = textarea
     33ticketref.label = Relationships
     34ticketref.cols = 68
     35ticketref.rows = 1
     36}}}
     37
     38If you want to show more small field, change as follows
     39{{{
     40[ticket-custom]
    2341ticketref = text
    2442ticketref.label = Relationships
    2543}}}
     44
     45
     46=== i18n/l10n Support ===
     47
     48This plugin is able to localize field label or message.
     49You can translate into your language using "ticketref/locale/messages.pot".
     50
     51And then, I'm willing to merge your contribution into the distribution.
     52So, let me know if you localized "ticketref/locale/messages.pot".
     53
     54See also [http://trac.edgewall.org/wiki/TracL10N Localization (L10N) of Trac]
     55
    2656
    2757== Example ==
     
    3565[[Image(ticketref_query.png)]]
    3666
    37 === Custom fields ===
     67'''''Pick up "ref* #id" in comment as cross-reference'''''
     68[[BR]][[BR]]
     69[[Image(ticketref_pickup_id.png)]]
    3870
    39 While the field names must be "ticketref", you are free to use any
    40 text for the field labels.
     71
     72'''''Clicking "Relationships" label displays the id with summary'''''
     73[[BR]][[BR]]
     74[[Image(ticketref_verbose_info.png)]]
     75
    4176
    4277== Bugs/Feature Requests ==