Changes between Version 5 and Version 6 of RemoteTicketPlugin


Ignore:
Timestamp:
Nov 11, 2015, 10:13:44 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • RemoteTicketPlugin

    v5 v6  
    55== Description
    66
    7 Link tickets in one Trac instance to tickets in other Trac instances. Links and their behaviour are configurable, for example parents/children, blockers/blockedby.
     7This plugin allows you to link tickets in one Trac instance to tickets in other Trac instances. Links and their behaviour are configurable, for example parents/children, blockers/blockedby.
    88
    9 The builds on and requires the ticket-links branch of Trac. Currently this means you must be running the remote-ticket branch of Trac from [https://bitbucket.org/moreati/trac-ticketlinks/src/02ddb32fcdaa]. XmlRpcPlugin is also required to perform remote fetching of ticket details.
     9The plugin builds on and requires the ticket-links branch of Trac. Currently this means you must be running the remote-ticket branch of Trac from [https://bitbucket.org/moreati/trac-ticketlinks/src/02ddb32fcdaa]. XmlRpcPlugin is also required to perform remote fetching of ticket details.
    1010
    1111== Bugs/Feature Requests
     
    1515
    1616If you have any issues, create a
    17 [http://trac-hacks.org/newticket?component=RemoteTicketPlugin&owner=moreati new ticket].
     17[/newticket?component=RemoteTicketPlugin new ticket].
    1818
    1919[[TicketQuery(component=RemoteTicketPlugin&group=type,format=progress)]]
     
    2121== Download
    2222
    23 Download the zipped source from [download:remoteticketplugin here].
     23Download the zipped source from [export:remoteticketplugin here].
    2424
    2525== Source
    2626
    27 You can check out RemoteTicketPlugin from [http://trac-hacks.org/svn/remoteticketplugin here] using Subversion, or [source:remoteticketplugin browse the source] with Trac.
     27You can check out RemoteTicketPlugin from [/svn/remoteticketplugin here] using Subversion, or [source:remoteticketplugin browse the source] with Trac.
     28
     29== Installation
     30
     31General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    2832
    2933== Example
    3034
    31 To configure ticket-links for a relationship in which
    32  - Any ticket may depend on and be dependant on many tickets
    33  - A ticket may not be closed until all tickets it depends on are closed
     35To configure ticket-links for a relationship in which:
     36 - Any ticket may depend on and be dependant on many tickets.
     37 - A ticket may not be closed until all tickets it depends on are closed.
    3438
    3539{{{#!ini
     
    4246}}}
    4347
    44 To confgiure a relationship in which
    45  - A ticket may have many child tickets, and at most one parent ticket
    46  - A new child ticket will have it's summary and description pre-populated from it's parent
    47  - A parent ticket may not be closed until all child tickets are closed
     48To confgiure a relationship in which :
     49 - A ticket may have many child tickets, and at most one parent ticket.
     50 - A new child ticket will have it's summary and description pre-populated from its parent.
     51 - A parent ticket may not be closed until all child tickets are closed.
    4852
    4953{{{#!ini
     
    5761}}}
    5862
    59 To configure a relationship in which
    60  - A ticket may refer to another ticket, and there is not reciprocal link
    61  - A ticket may be closed regardless of the link
     63To configure a relationship in which:
     64 - A ticket may refer to another ticket and there is no reciprocal link.
     65 - A ticket may be closed regardless of the link.
    6266
    6367{{{#!ini