Loading...
 
Skip to main content

History: Bug_Tracker_Prefix_Alias

Source of version: 2 (current)

Copy to clipboard
            Initially just some notes about how to enable the tracker prefix alias feature.
^Warning: Untested!^

!! Dependency
{CODE(caption=>YAML)}
dependencies:
 - $profiles.tiki.org:Bug_Tracker:bug_tracker
{CODE}

!! Preferences
{CODE(caption="YAML" wrap="0")}
preferences: 
 feature_backlinks: y
 feature_sefurl_tracker_prefixalias: y
 feature_semantic: y
 wiki_prefixalias_tokens: Bug-
 feature_wiki_argvariable: y
{CODE}

!!Add a form to add bug report and a report of open bugs

This will include: ((Profile_Bug_Tracker_Prefix_Page))

{CODE(caption=>YAML)}
instructions: Bug_Tracker
preferences:
  enable: [ feature_wiki ]
objects:
  -
    type: wiki_page
    ref:  bug_tracker_prefix_page
    data:
      name: Bug
      description: Single bug report
      lang: en
      content: wikicontent:Profile_Bug_Tracker_Prefix_Page
{CODE}