[[TOC]] = 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 [report:9?COMPONENT=TracMileMixViewPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracMileMixViewPlugin&owner=richard new ticket]. == Download == Download the zipped source from [download:tracmilemixviewplugin here]. == Source == You can check out TracMileMixViewPlugin from [http://trac-hacks.org/svn/tracmilemixviewplugin here] using Subversion, or [source:tracmilemixviewplugin browse the source] with Trac. == Install == You can install this software as normal Trac plugin. 1. Uninstall Trac MMV if you have installed before. 2. Change to the directory containning setup.py. 3. If you want to install this plugin globally, that will install this plugin to the python path: * python setup.py install 4. 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 }}} 5. 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 [[Image(relaticket.png)]] === Create parent-child tickets === 1. Create parent ticket (eg, 1234) as normal, with empty duetime 1. Create child tickets * Child tickets summary MUST start with {{{<#1234>}}} * Child tickets MUST set duetime value == Recent Changes == [[ChangeLog(tracmilemixviewplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:richard] [[BR]] '''Contributors:'''