Changes between Version 36 and Version 37 of ProjectPlanPlugin


Ignore:
Timestamp:
Jun 9, 2022, 6:11:13 AM (23 months ago)
Author:
figaro
Comment:

Cosmetic updates, link updates

Legend:

Unmodified
Added
Removed
Modified
  • ProjectPlanPlugin

    v36 v37  
    2222<div style="float:right;">
    2323<div style="text-align:center">
    24 <a href="/raw-attachment/wiki/ProjectPlanPlugin/example_render2.png">
    25 <img src="/raw-attachment/wiki/ProjectPlanPlugin/example_render2s.png" style="border:0;" title="Example: [[ProjectPlan(renderer=gvrender,macroid=2]], thumbnail">
    26 </a>
    27 </div>
    28 
    29 <img src="/raw-attachment/wiki/ProjectPlanPlugin/example_legends.png" style="border:0;align:center;" title="standard configuration, legends available in mpm network representations">
     24<a href="/raw-attachment/wiki/ProjectPlanPlugin/example_render2.png"><img src="/raw-attachment/wiki/ProjectPlanPlugin/example_render2s.png" style="border:0;" title="Example: [[ProjectPlan(renderer=gvrender,macroid=2]], thumbnail"></a>
     25</div>
     26
     27<img src="/raw-attachment/wiki/ProjectPlanPlugin/example_legends.png" style="border:0;align:center;" title="Standard configuration, legends available in mpm network representations">
    3028
    3129<div style="clear:both"></div>
    3230
    3331<div style="float:right;text-align:center;padding-bottom:2ex;">
    34 <a href="/export/11357/projectplanplugin/0.11/trunk/examples/example_burndowntickets1.png"><img src="/export/11357/projectplanplugin/0.11/trunk/examples/example_burndowntickets1.png" title="burn-down chart" style="border:0;width:450px;"></a><br>
    35 <a href="/browser/projectplanplugin/0.11/trunk/examples/example_burndowntickets.txt">docu</a>, <a href="/browser/projectplanplugin/0.11/trunk/examples/">examples</a>
     32<a href="/export/11357/projectplanplugin/trunk/examples/example_burndowntickets1.png"><img src="/export/11357/projectplanplugin/0.11/trunk/examples/example_burndowntickets1.png" title="Burn-down chart" style="border:0;width:450px;"></a><br>
     33<a href="/browser/projectplanplugin/trunk/examples/example_burndowntickets.txt">documentation</a>
    3634</div>
    3735
     
    3937
    4038<div style="float:right;text-align:center;padding-bottom:2ex;">
    41 <a href="/export/11358/projectplanplugin/0.11/trunk/examples/example_tableticketperuserday1.png"><img src="/export/11358/projectplanplugin/0.11/trunk/examples/example_tableticketperuserday1.png" title="ticket table per user" style="border:0;width:450px;"></a><br>
    42 <a href="/browser/projectplanplugin/0.11/trunk/examples/example_tableticketperuserday.txt">docu</a>, <a href="/browser/projectplanplugin/0.11/trunk/examples/">examples</a>
     39<a href="/export/11358/projectplanplugin/trunk/examples/example_tableticketperuserday1.png"><img src="/export/11358/projectplanplugin/0.11/trunk/examples/example_tableticketperuserday1.png" title="Ticket table per user" style="border:0;width:450px;"></a><br>
     40<a href="/browser/projectplanplugin/trunk/examples/example_tableticketperuserday.txt">documentation</a>
    4341</div>
    4442
     
    4644
    4745<div style="float:right;text-align:center;padding-bottom:2ex;">
    48 <a href="/browser/projectplanplugin/0.11/trunk/examples/example_ticketstatistics1.png?rev=11359"><img src="/export/11359/projectplanplugin/0.11/trunk/examples/example_ticketstatistics1.png" title="ticket statistics grouped by the ticket status" style="border:0;width:450px;"></a><br>
    49 <a href="/browser/projectplanplugin/0.11/trunk/examples/example_ticketstatistics.txt">docu</a>, <a href="/browser/projectplanplugin/0.11/trunk/examples/">examples</a>
     46<a href="/browser/projectplanplugin/trunk/examples/example_ticketstatistics1.png?rev=11359"><img src="/export/11359/projectplanplugin/0.11/trunk/examples/example_ticketstatistics1.png" title="Ticket statistics grouped by the ticket status" style="border:0;width:450px;"></a><br>
     47<a href="/browser/projectplanplugin/trunk/examples/example_ticketstatistics.txt">documentation</a>
    5048</div>
    5149
     
    6664
    6765Add ticket dependencies and close/assign Times:
    68   * Network Graphics
    69     * Use the '''!ProjectPlan''' Macro for network graphics with several options enabling project runtime estimation and (workload based) critical path analyses.
    70   * Special Reports
    71     * Use special reports which show delays and slacktimes.
     66  * Network Graphics: Use `[[ProjectPlan(macroid=...)]]` for network graphics with several options enabling project runtime estimation and (workload based) critical path analyses.
     67  * Special Reports: Use special reports which show delays and slacktimes.
    7268
    7369Macro Samples:
     
    138134 * Check out the source code (you can also use export instead of checkout):
    139135   {{{#!sh
    140 svn checkout https://trac-hacks.org/svn/projectplanplugin/0.11/trunk
     136svn checkout https://trac-hacks.org/svn/projectplanplugin/trunk
    141137}}}
    142138 * Run on the shell:
     
    148144This plugin can be installed globally via:
    149145{{{#!sh
    150 easy_install https://trac-hacks.org/svn/projectplanplugin/0.11/trunk
     146easy_install https://trac-hacks.org/svn/projectplanplugin/trunk
    151147}}}
    152148