Changes between Initial Version and Version 1 of MilestoneTemplatePlugin


Ignore:
Timestamp:
Jan 24, 2016, 5:45:50 PM (8 years ago)
Author:
Cinc-th
Comment:

New hack MilestoneTemplatePlugin, created by Cinc-th

Legend:

Unmodified
Added
Removed
Modified
  • MilestoneTemplatePlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Use templates from the wiki when creating milestones.
     4
     5== Description
     6
     7Any wiki page with a name starting with ''MilestoneTemplates/'' can be used as a template. This works in a similar way as wiki templates work (see PageTemplates).
     8
     9Examples for milestone templates:
     10
     11* MilestoneTemplates/MsTemplate
     12* MilestoneTemplates/MyMilestoneTemplate
     13
     14Milestone template may use the variable ''$MILESTONE'' for inserting the chosen milestone name into the description. This may be useful if the template contains a TracQuery with milestone parameter.
     15
     16{{{
     17[[TicketQuery(max=5,status=closed,milestone=$MILESTONE,format=table,col=resolution|summary|milestone)]]
     18}}}
     19
     20
     21== !Bugs/Feature Requests
     22
     23Existing bugs and feature requests for MilestoneTemplatePlugin are
     24[report:9?COMPONENT=MilestoneTemplatePlugin here].
     25
     26If you have any issues, create a
     27[/newticket?component=MilestoneTemplatePlugin new ticket].
     28
     29[[TicketQuery(component=MilestoneTemplatePlugin&group=type,format=progress)]]
     30
     31== Download
     32
     33Download the zipped source from [export:milestonetemplateplugin here].
     34
     35== Source
     36
     37You can check out MilestoneTemplatePlugin from [/svn/milestonetemplateplugin here] using Subversion, or [source:milestonetemplateplugin browse the source] with Trac.
     38
     39== Installation
     40
     41General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     42
     43There are no default templates after installation. You need to create wiki pages with prefix ''!MilestoneTemplates/'' by yourself.
     44
     45Examples for milestone templates:
     46
     47* !MilestoneTemplates/MsTemplate
     48* !MilestoneTemplates/MyMilestoneTemplate
     49
     50
     51
     52
     53== Recent Changes
     54
     55[[ChangeLog(milestonetemplateplugin, 3)]]
     56
     57== !Author/Contributors
     58
     59**Author:** [wiki:Cinc-th] [[BR]]
     60**Maintainer:** [[Maintainer]] [[BR]]
     61**Contributors:**