Changes between Initial Version and Version 1 of SubticketsPlugin


Ignore:
Timestamp:
Apr 13, 2010, 4:42:02 PM (14 years ago)
Author:
Takashi Ito
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SubticketsPlugin

    v1 v1  
     1[[TOC]]
     2
     3= Subtickets support for Trac tickets =
     4
     5== Description ==
     6
     7This plugin offers sub-ticket feature for managing tickets.
     8
     9
     10== Bugs/Feature Requests ==
     11
     12Existing bugs and feature requests for SubticketsPlugin are [http://github.com/itota/trac-subtickets-plugin/issues here].
     13
     14If you have any issues, create a [http://github.com/itota/trac-subtickets-plugin/issues new issue ticket].
     15
     16
     17== Download ==
     18
     19You can download zipped source from here:
     20 * [attachment:TracSubTicketsPlugin-0.1.0.zip TracSubTicketsPlugin-0.1.0.zip]
     21 * [attachment:TracSubTicketsPlugin-0.1.0-py2.6.egg TracSubTicketsPlugin-0.1.0-py2.6.egg]
     22
     23== Source ==
     24
     25You can check out the source for SubticketsPlugin from [http://github.com/itota/trac-subtickets-plugin.git here] using Git, or browse the source with [http://github.com/itota/trac-subtickets-plugin GitHub].
     26
     27
     28== Installation ==
     29
     30 1. Download the attached [attachment:TracSubTicketsPlugin-0.1.0.zip zip file], unpack it and run:
     31{{{
     32python setup.py bdist_egg
     33}}}
     34
     35 2. Install it in one of the following ways:
     36{{{
     37cp dist/*.egg path/to/trac/env/plugins
     38}}}
     39{{{
     40easy_install dist/*.egg
     41}}}
     42
     43 3. Enable the plugin in {{{trac.ini}} as follows:
     44{{{
     45[components]
     46tracsubtickets.api.* = enabled
     47tracsubtickets.web_ui.* = enabled
     48}}}
     49
     50 4. Upgrade your trac environment like:
     51{{{
     52trac-admin <env> upgrade
     53}}}
     54
     55
     56== Screenshots ==
     57
     58[[Image(trac-subtickets-plugin_001.png)]]
     59
     60
     61== Author/Contributors ==
     62
     63'''Author:''' [wiki:itota] [[BR]]
     64'''Contributors:'''