Changes between Version 5 and Version 6 of SCS_WIKI_SETUP_R3
- Timestamp:
- 04/03/09 16:07:29 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCS_WIKI_SETUP_R3
v5 v6 20 20 21 21 == Related == 22 [wiki:SCS_WIKI_SETUP_R2] 22 SCS_WIKI_SETUP_R2 23 23 24 24 == How to demo == … … 26 26 27 27 = 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]] 29 We should be able to create links for tasks writing only 30 {{{ 31 TASK_NAME_R? 32 }}} 33 instead of 34 {{{ 35 [wiki:TASK_NAME_R?] 36 }}} 37 This 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. 30 40 = 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 {{{ 43 TASK_NAME_R? 44 }}} 45 instead 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 33 51 = Testing = 34 52 ^(Place the testing results here.)^