Changes between Version 4 and Version 5 of RemoteTicketPlugin


Ignore:
Timestamp:
Apr 9, 2015, 11:47:21 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with nolicense

Legend:

Unmodified
Added
Removed
Modified
  • RemoteTicketPlugin

    v4 v5  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Remote Ticket Plugin =
     3= Remote Ticket Plugin
    44
    5 == Description ==
     5== Description
    66
    7 Link tickets in one Trac instance to tickets in other Trac instances. Links and their behaviour are configurable - e.g. parents/children, blockers/blockedby.
     7Link tickets in one Trac instance to tickets in other Trac instances. Links and their behaviour are configurable, for example parents/children, blockers/blockedby.
    88
    99The 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
    11 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    1212
    1313Existing bugs and feature requests for RemoteTicketPlugin are
     
    1717[http://trac-hacks.org/newticket?component=RemoteTicketPlugin&owner=moreati new ticket].
    1818
    19 == Download ==
     19[[TicketQuery(component=RemoteTicketPlugin&group=type,format=progress)]]
     20
     21== Download
    2022
    2123Download the zipped source from [download:remoteticketplugin here].
    2224
    23 == Source ==
     25== Source
    2426
    2527You can check out RemoteTicketPlugin from [http://trac-hacks.org/svn/remoteticketplugin here] using Subversion, or [source:remoteticketplugin browse the source] with Trac.
    2628
    27 == Example ==
     29== Example
    2830
    2931To configure ticket-links for a relationship in which
     
    3133 - A ticket may not be closed until all tickets it depends on are closed
    3234
    33 {{{
     35{{{#!ini
    3436[ticket-links]
    3537dependency = dependson,dependant
     
    4547 - A parent ticket may not be closed until all child tickets are closed
    4648
    47 {{{
     49{{{#!ini
    4850[ticket-links]
    4951parentchild = parent,children
     
    5961 - A ticket may be closed regardless of the link
    6062
    61 {{{
     63{{{#!ini
    6264[ticket-links]
    6365reference = refersto
     
    6769Many different relationships may be configured at once, relationship names must each be unique.
    6870
    69 
    70 To enable the remote tickets plugin, add to your trac.ini
    71 {{{
     71To enable the remote tickets plugin, add to your `trac.ini` file:
     72{{{#!ini
    7273[components]
    7374tracremoteticket.* = enabled
    7475}}}
    7576
    76 To configure remote trac instances create a trac:InterTrac reference and add {{{remote_ticket = true}}}
    77 {{{
     77To configure remote Trac instances create a trac:InterTrac reference and add {{{remote_ticket = true}}} to your `trac.ini` file:
     78{{{#!ini
    7879[intertrac]
    7980example.remote_ticket = true
     
    8687Configure the an trac:InterTrac reference, the same ticket-links relationships and the same XmlRpcPlugin grant in the remote Trac instance.
    8788
    88 == Recent Changes ==
     89== Recent Changes
    8990
    9091[[ChangeLog(remoteticketplugin, 3)]]
    9192
    92 == Author/Contributors ==
     93== Author/Contributors
    9394
    9495'''Author:''' [wiki:moreati] [[BR]]
    95 '''Maintainer:''' [wiki:moreati] [[BR]]
     96'''Maintainer:''' [[Maintainer]] [[BR]]
    9697'''Contributors:'''