mantisbt:issue:8757
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mantisbt:issue:8757 [2008/01/16 22:57] – created vboctor | mantisbt:issue:8757 [2008/10/29 04:36] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | TBD | + | ====== Mantis - TWiki Integration ====== |
| + | |||
| + | Mantis issue [[http:// | ||
| + | |||
| + | <code php> | ||
| + | ##################### | ||
| + | # Wiki Integration | ||
| + | ##################### | ||
| + | # | ||
| + | # Wiki Integration Enabled? | ||
| + | $g_wiki_enable = ON; | ||
| + | |||
| + | # Wiki Engine (supported engines: ' | ||
| + | $g_wiki_engine = ' | ||
| + | |||
| + | # Wiki namespace to be used as root for all pages relating to this mantis installation. | ||
| + | $g_wiki_root_namespace = ' | ||
| + | |||
| + | # URL under which the wiki engine is hosted, with a trailing slash. | ||
| + | # For wikis on the same server, use this syntax: | ||
| + | # | ||
| + | # For wikis on a different server, specify the complete URL | ||
| + | # | ||
| + | # | ||
| + | # Note for TWiki users: be sure to include '/ | ||
| + | # | ||
| + | # | ||
| + | $g_wiki_engine_url = $t_protocol . '://' | ||
| + | </ | ||
| + | |||
| + | So, for my installation, | ||
| + | |||
| + | Issue links look like IssueNumber$bug_id (IssueNumber123), | ||
| + | The extension will try a few tricks to make project names into valid WikiWords, in this order: | ||
| + | - Removing whitespace (My Project => MyProject). | ||
| + | - Uppercasing words (my project => MyProject). | ||
| + | - Prepending the string ' | ||
| + | |||
| + | That last case should only occur if your Mantis project' | ||
mantisbt/issue/8757.1200542252.txt.gz · Last modified: (external edit)
