Changes between Version 10 and Version 11 of RemoteTicketConditionalCreatePlugin


Ignore:
Timestamp:
Nov 9, 2015, 1:27:08 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • RemoteTicketConditionalCreatePlugin

    v10 v11  
    55== Description
    66
    7 Allows creating tickets to a remote Trac installation via [http://en.wikipedia.org/wiki/XML-RPC XML-RPC] and adds an InterTrac link to both the local and remote tickets for reference.
     7This plugin allows you to create tickets to a remote Trac installation via [http://en.wikipedia.org/wiki/XML-RPC XML-RPC] and adds an InterTrac link to both the local and remote tickets for reference.
    88
    99== Bugs/Feature Requests
     
    1313
    1414If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=RemoteTicketConditionalCreatePlugin&owner=zshahan new ticket].
     15[/newticket?component=RemoteTicketConditionalCreatePlugin new ticket].
    1616
    1717[[TicketQuery(component=RemoteTicketConditionalCreatePlugin&group=type,format=progress)]]
     
    1919== Download
    2020
    21 Download the zipped source from [download:remoteticketconditionalcreateplugin here].
     21Download the zipped source from [export:remoteticketconditionalcreateplugin here].
    2222
    2323== Source
    2424
    25 You can check out RemoteTicketConditionalCreatePlugin from [http://trac-hacks.org/svn/remoteticketconditionalcreateplugin here] using Subversion, or [source:remoteticketconditionalcreateplugin browse the source] with Trac.
     25You can check out RemoteTicketConditionalCreatePlugin from [/svn/remoteticketconditionalcreateplugin here] using Subversion, or [source:remoteticketconditionalcreateplugin browse the source] with Trac.
    2626
    2727== Example
    2828
    29 A generic example of the usage of this plugin involves the following additions to `trac.ini`:
     29A generic example of the usage of this plugin involves the following additions to your `trac.ini` file:
    3030
    31 {{{
    32 #!ini
     31{{{#!ini
    3332[remoteticketconditionalcreate]
    3433intertrac_name = local                     # local intratrac name for remote links
     
    4948}}}
    5049
    51 
    5250== Recent Changes
    5351