wiki:SCS_WIKI_SETUP_R3
Last modified 16 years ago Last modified on 04/03/09 16:15:41

Error: Macro BackLinksMenu(None) failed
compressed data is corrupt

Error: Macro TicketQuery(summary=SCS_WIKI_SETUP_R3, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|) failed
current transaction is aborted, commands ignored until end of transaction block

Analysis

Overview

Wiki setup solves unsolved or unscheduled wiki issues.

Task requirements

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)

SCS_WIKI_SETUP_R2

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

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.

Implementation

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.)