Changes between Version 5 and Version 6 of SCS_WIKI_SETUP_R3


Ignore:
Timestamp:
04/03/09 16:07:29 (16 years ago)
Author:
todor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCS_WIKI_SETUP_R3

    v5 v6  
    2020 
    2121== Related == 
    22 [wiki:SCS_WIKI_SETUP_R2] 
     22SCS_WIKI_SETUP_R2 
    2323 
    2424== How to demo == 
     
    2626 
    2727= Design = 
    28 ^(Describe your design here.)^ 
    29  
     28 * Install http://trac-hacks.org/wiki/AutoWikifyPlugin and check if it is sufficient for our purpose.[[BR]] 
     29We should be able to create links for tasks writing only 
     30{{{ 
     31TASK_NAME_R? 
     32}}} 
     33instead of 
     34{{{ 
     35[wiki:TASK_NAME_R?] 
     36}}} 
     37This is possible with the AutoWikifyPlugin, so you just need to instal and enable it in the implementation phase. 
     38 * 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". 
     39 * After installing the plugins and researching them explain in the [wiki:WikiFormatting] how they work. 
    3040= Implementation = 
    31 ^(Describe and link the implementation results here (from the wiki or the repository).)^ 
    32  
     41 * The http://trac-hacks.org/wiki/AutoWikifyPlugin is installed and enabled now. Now you can link existing wiki pages by writing only 
     42{{{ 
     43TASK_NAME_R? 
     44}}} 
     45instead of 
     46{{{ 
     47[wiki:TASK_NAME_R?] 
     48}}} 
     49 * 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. 
     50 * The following explanation was appended to WikiFormatting 
    3351= Testing = 
    3452^(Place the testing results here.)^