Table of Contents
Trac MMV
SEE:ZoomQuiet ~ Collection KSPEG Trac hacking
Description
Display milestone mixed view by graph and ticket list, and support parent-child tickets relationship.
Bugs/Feature Requests
Existing bugs and feature requests for TracMileMixViewPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out TracMileMixViewPlugin from here using Subversion, or browse the source with Trac.
Install
You can install this software as normal Trac plugin.
- Uninstall Trac MMV if you have installed before.
- Change to the directory containning setup.py.
- If you want to install this plugin globally, that will install this plugin to the python path:
- python setup.py install
- If you want to install this plugin to trac instance only:
- python setup.py bdist_egg
- copy the generated egg file to the trac instance's plugin directory
cp dist/*.egg /srv/trac/env/plugins
- Config trac.ini:
[components] mmv.* = enabled [mmv] unplanned = [Unplanned] ticket_custom_due = duetime show_burndown_done = false enable_unplanned = true enable_relaticket = true mmv_title = MMV [ticket-custom] duetime = text duetime.label = duetime duetime.value = 1d
Example
Trac administrators should setup which milstone to be displayed
- Open Admin -> Ticket System -> MMVTicket
- Select appropriate milstones
- Screenshot
Create parent-child tickets
- Create parent ticket (eg, 1234) as normal, with empty duetime
- Create child tickets
- Child tickets summary MUST start with <#1234>
- Child tickets MUST set duetime value
Recent Changes
[6337] by richard on 08/07/09 05:11:30
remove license.txt
[4509] by richard on 10/16/08 05:57:43
update readme.txt
[4469] by richard on 10/13/08 09:09:59
add tracmmv plugin
[4459] by richard on 10/13/08 06:11:24
New hack TracMileMixViewPlugin, created by richard
Author/Contributors
Author: richard
Contributors:
Attachments
- relaticket.png (58.4 kB) - added by richard on 10/16/08 06:08:24.


