Changes between Version 29 and Version 30 of TracDependencyPlugin


Ignore:
Timestamp:
May 10, 2015, 7:55:06 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TracDependencyPlugin

    v29 v30  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Add support for inter-Trac ticket dependencies and summary tickets. =
    32
    4 == Description ==
     3= Add support for inter-Trac ticket dependencies and summary tickets
     4
     5== Description
    56
    67This plugin provides support for ticket dependencies and summary tickets among projects.
    78
    8 === Why does this plugin provide support intertrac? ===
    9 The custom field that the ticket needs is different in each ticket type. [[BR]]
    10 Custom fields that the summary ticket needs and custom fields that a sub-ticket needs are different.[[BR]]
    11 Please see following figure.[[BR]]
     9=== Why does this plugin provide support intertrac?
     10
     11The custom field that the ticket needs is different in each ticket type.
     12Custom fields that the summary ticket needs and custom fields that a sub-ticket needs are different.
    1213
    1314|| [[Image(TracDependency.png, link=)]] ||
    1415
    15 === Limitations: ===
    16  1. Data as follows are on MS-Project side, if you need.
     16=== Limitations
     17
     18 1. Data as follows are on MS-Project side, if you need them:
    1719  * Resource
    1820  * Calendar
    1921
    20 == Roadmap ==
     22== Roadmap
     23
    2124 1. Extend XMLRPC plugin suitable to this plugin and [http://trac-hacks.org/wiki/VisualBasicTracConnectorIntegration VisualBasicTracConnectorIntegration].
    22  2. import/update tickets from MS-Project
    23  3. When ticket's status is changed, add comment to dependency tickets.
    24  4. Edit custom fields' change time for creating burndown chart on Excel.
     25 1. import/update tickets from MS-Project
     26 1. When ticket's status is changed, add comment to dependency tickets.
     27 1. Edit custom fields' change time for creating burndown chart on Excel.
    2528
    26 == Bugs/Feature Requests ==
     29== Bugs/Feature Requests
    2730
    2831Existing bugs and feature requests for TracDependencyPlugin are
     
    3235[http://trac-hacks.org/newticket?component=TracDependencyPlugin&owner=okazaki new ticket].
    3336
     37[[TicketQuery(component=TracDependencyPlugin&group=type,format=progress)]]
     38
    3439あまりテストしていませんので、何かあれば報告してください。
    3540
    36 == Download ==
     41== Download
    3742
    3843Download the zipped source from [download:tracdependencyplugin here].
    3944
    40 == Source ==
     45== Source
    4146
    4247You can check out TracDependencyPlugin from [http://trac-hacks.org/svn/tracdependencyplugin here] using Subversion, or [source:tracdependencyplugin browse the source] with Trac.
    4348
    44 == Example ==
     49== Example
    4550
    46  1. create a egg
    47 {{{
    48 tracdependencyplugin\0.11>python setup.py bdist_egg
     51 1. Create an egg:
     52{{{#!sh
     53$ tracdependencyplugin\0.11>python setup.py bdist_egg
    4954}}}
    50  2. Install the egg file
    51  3. Add InterTrac settings to trac.ini
    52 {{{
     55 1. Install the egg file.
     56 1. Add InterTrac settings to your `trac.ini` file:
     57{{{#!ini
    5358[intertrac]
    5459test1.title = Test 1
     
    5762test2.url = http://192.168.1.13/trac/Test2
    5863}}}
    59  4. Add Trac Dependency settings to trac.ini
    60 {{{
     64 1. Add Trac Dependency settings to your `trac.ini` file:
     65{{{#!ini
    6166[tracdependency]
    6267label = Test1
    6368}}}
    64  5. Add extended InterTrac settings
    65 {{{
     69 1. Add extended InterTrac settings to your `trac.ini` file:
     70{{{#!ini
    6671[intertrac]
    6772test1.label = Test1
     
    7479test2.url = http://192.168.1.13/trac/Test2
    7580}}}
    76  6. Add custom fields
    77 {{{
     81 6. Add custom fields to your `trac.ini` file:
     82{{{#!ini
    7883[ticket-custom]
    7984due_assign = text
     
    100105dependencies.order = 7
    101106}}}
    102  7. Enable this plugin
     107 1. Enable this plugin in your `trac.ini` file:
     108{{{#!ini
     109[components]
     110tracdependency.* = enabled
     111}}}
    103112
    104 === Screen Shoot ===
    105 || '''Imported gantt chart from trac.''' ||
     113== Screenshots
     114
     115|| '''Imported gantt chart from Trac''' ||
    106116|| '''Please see dependencies and outline. There are three tickets as follows.''' ||
    107117|| [[Image(TicketDepGantt.png, link=)]] ||
     
    121131|| [[Image(InterTracSetting.png, link=)]] ||
    122132
    123 == Recent Changes ==
     133== Recent Changes
    124134
    125135[[ChangeLog(tracdependencyplugin, 3)]]
    126136
    127 == Author/Contributors ==
     137== Author/Contributors
    128138
    129139'''Author:''' [wiki:okazaki] [[BR]]
    130 '''Maintainer:''' [wiki:okazaki] [[BR]]
     140'''Maintainer:''' [[Maintainer]] [[BR]]
    131141'''Contributors:'''