Changes between Version 11 and Version 12 of TicketToRtmPlugin


Ignore:
Timestamp:
Dec 1, 2015, 11:24:18 PM (8 years ago)
Author:
Ryan J Ollos
Comment:

Ignore imported code and point to code in trac-hacks GitHub org.

Legend:

Unmodified
Added
Removed
Modified
  • TicketToRtmPlugin

    v11 v12  
    1111 * When you close a ticket, the associated RTM task will be completed.
    1212
    13 This hack is hosted externally. The code is added here in case the external page goes away, but you may find a more up to date version at the external page. See [http://blog.deadbeaf.org/2008/01/18/ticket2rtm-01-en/ Ticket2RTM] and [http://github.com/mootoh/ticket2rtm/tree/master github] for more info. This is a stub to point to the author's page.
    14 
    15 == Bugs/Feature Requests
     13== !Bugs/Feature Requests
    1614
    1715Existing bugs and feature requests for TicketToRtmPlugin are
    18 [report:9?COMPONENT=TicketToRtmPlugin here].
     16[https://github.com/trac-hacks/ticket2rtm/issues here].
    1917
    2018If you have any issues, create a
    21 [/newticket?component=TicketToRtmPlugin new ticket].
    22 
    23 [[TicketQuery(component=TicketToRtmPlugin&group=type,format=progress)]]
     19[https://github.com/trac-hacks/ticket2rtm/issues/new new ticket].
    2420
    2521== Download
    2622
    27 Download the zipped source from [export:tickettortmplugin here].
     23Download the zipped source from [https://github.com/trac-hacks/ticket2rtm/archive/master.zip here].
    2824
    2925== Source
    3026
    31 You can check out TicketToRtmPlugin from [/svn/tickettortmplugin here] using Subversion, or [source:tickettortmplugin browse the source] with Trac.
     27You can check out TicketToRtmPlugin from [https://github.com/trac-hacks/ticket2rtm.git here] using Subversion or Git, or [https://github.com/trac-hacks/ticket2rtm browse the source].
    3228
    3329== Installation
     
    4036or:
    4137
    42  1. python setup.py –bdist_egg
    43  1. copy dist/TracTicket2RTMPlugin*.egg into your Trac plugin dir
     38 1. `python setup.py bdist_egg`
     39 1. copy `dist/TracTicket2RTMPlugin*.egg` into your Trac plugin dir
    4440
    4541=== RTM API key, token
     
    5349}}}
    5450
    55 == Configuration
     51=== Configuration
    5652
    5753 1. Copy/paste contents of trac_ini_sample.txt to your `trac.ini` file.
    5854 1. Set rtm_api_key, rtm_api_secret, rtm_api_token to the ones acquired above.
    5955
    60 == Recent Changes
     56== !Author/Contributors
    6157
    62 [[ChangeLog(tickettortmplugin, 3)]]
    63 
    64 == Author/Contributors
    65 
    66 '''Author:''' mootoh [[BR]]
    67 '''Maintainer:''' [[Maintainer]] [[BR]]
    68 '''Contributors:'''
     58**Author:** [wiki:mootoh] [[BR]]
     59**Maintainer:** [[Maintainer]] [[BR]]
     60**Contributors:**