Analysis
Overview
Wiki setup solves unsolved or unscheduled wiki issues.
Task requirements
- Make the task names links everywhere (see implementation idea)
- http://trac-hacks.org/wiki/AutoWikifyPlugin research and install plugin
- Install http://trac-hacks.org/wiki/GridModifyPlugin for easing the PROCESS, this will allow to set multiple tickets to a desired status
- Research if the plugin can be applied for radiobutton custom fields
- Document achieved results and syntax in WikiFormatting and link it here. Announce the result in the mail list or by IM in the developer chat.
Task result
Installed and documented usage of plugins
Implementation idea
In other task the auto linking was disabled for the CamelCase phases. Check if the statuses are "select" type (GridModifyPlugin)
Related
How to demo
Choose a page that contains "wikified" links and point it in this section. show the ITERATION_06 page to show the GridModifyPlugin usage.
Design
- Install http://trac-hacks.org/wiki/AutoWikifyPlugin and check if it is sufficient for our purpose.
We should be able to create links for tasks writing only
TASK_NAME_R?
instead of
[wiki:TASK_NAME_R?]
This is possible with the AutoWikifyPlugin, so you just need to instal and enable it in the implementation phase.
- Install and research http://trac-hacks.org/wiki/GridModifyPlugin, this plugin should ease the process by enabling to change ticket status by a "falling menu".
- After installing the plugins and researching them explain in the WikiFormatting how they work.
Implementation
- The http://trac-hacks.org/wiki/AutoWikifyPlugin is installed and enabled now. Now you can link existing wiki pages by writing only
TASK_NAME_R?
instead of
[wiki:TASK_NAME_R?]
- The second plugin is installed but it is not enabled, because there are some performance issues related to it. The GridModifyPlugin is not applicable for our purposes, because the ticket state could not be changed using it.
- The following explanation was appended to WikiFormatting:
== Task Links == When you want to add a link to specific task you need only to write its correct name.For example {{{ TASK_NAME_R? }}} instead of {{{ [wiki:TASK_NAME_R?] }}} which is used for linking wiki pages.
Testing
(Place the testing results here.)
Comments
(Write comments for this or later revisions here.)