Changes between Version 9 and Version 10 of SubticketsPlugin


Ignore:
Timestamp:
Oct 10, 2012, 9:15:58 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Added page outline, maintainer and syntax highlighting. Download directly from GitHub.

Legend:

Unmodified
Added
Removed
Modified
  • SubticketsPlugin

    v9 v10  
    1 [[TOC]]
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    33= Subtickets support for Trac tickets =
     
    66
    77This plugin offers sub-ticket feature for managing tickets.
    8 
    98
    109== Bugs/Feature Requests ==
     
    1918== Download ==
    2019
    21 You can download zipped source from here:
    22  * [attachment:TracSubTicketsPlugin-0.1.0.zip TracSubTicketsPlugin-0.1.0.zip]
    23  * [attachment:TracSubTicketsPlugin-0.1.0-py2.6.egg TracSubTicketsPlugin-0.1.0-py2.6.egg]
     20You can download zipped source from [https://github.com/itota/trac-subtickets-plugin/zipball/master here].
    2421
    2522== Source ==
     
    2724You can check out the source for SubticketsPlugin from [https://github.com/itota/trac-subtickets-plugin.git here] using Git, or browse the source with [http://github.com/itota/trac-subtickets-plugin GitHub].
    2825
    29 
    3026== Installation ==
    3127
    3228 1. Download the attached [attachment:TracSubTicketsPlugin-0.1.0.zip zip file], unpack it and run:
    3329{{{
     30#!sh
    3431python setup.py bdist_egg
    3532}}}
     
    3734 2. Install it in one of the following ways:
    3835{{{
     36#!sh
    3937cp dist/*.egg path/to/trac/env/plugins
    4038}}}
    4139{{{
     40#!sh
    4241easy_install dist/*.egg
    4342}}}
     
    4544 3. Enable the plugin in {{{trac.ini}}} as follows:
    4645{{{
     46#!ini
    4747[components]
    4848tracsubtickets.api.* = enabled
     
    5252 4. Upgrade your trac environment like:
    5353{{{
     54#!sh
    5455trac-admin <env> upgrade
    5556}}}
    56 
    5757
    5858== Screenshots ==
     
    7777
    7878'''Author:''' [wiki:itota] [[BR]]
     79'''Maintainer:''' [wiki:itota] [[BR]]
    7980'''Contributors:''' [wiki:hasienda]