Search found 7 matches

by eherstad
29 Mar 2017, 13:35
Forum: Customizations
Topic: MantisBT 2.1.0 + DokuWIKI - still valid
Replies: 4
Views: 8255

Re: MantisBT 2.1.0 + DokuWIKI - still valid

Notice the difference between the webpage instruction to set it up:
# URL under which the wiki engine is hosted. Must be on the same server.
$g_wiki_engine_url = $t_protocol . '://' . $t_host . '/%wiki_engine%/';

vs Documentation

$g_wiki_engine_url
URL under which the wiki engine is hosted.
Must ...
by eherstad
29 Mar 2017, 13:29
Forum: Customizations
Topic: MantisBT 2.1.0 + DokuWIKI - still valid
Replies: 4
Views: 8255

Re: MantisBT 2.1.0 + DokuWIKI - still valid

From the installation manual:
5.33. Wiki Integration
$g_wiki_enable
Set to ON to enable Wiki integration. Defaults to OFF.
$g_wiki_engine
The following Wiki Engine values are supported:
dokuwiki: DokuWiki
mediawiki: MediaWiki
twiki: TWiki
wikka: WikkaWiki
xwiki: XWiki
$g_wiki_root_namespace
Wiki ...
by eherstad
06 Mar 2017, 12:48
Forum: Customizations
Topic: MantisBT 2.1.0 + DokuWIKI - still valid
Replies: 4
Views: 8255

MantisBT 2.1.0 + DokuWIKI - still valid

Hi.

Trying to setup DokuWIKI with integration vs MantisBT, i do see that the manual under i old (updated 2015, but refers to version from 2011?). Is this still documentation valid? Has anybody put up this integration themselves?
by eherstad
17 Feb 2017, 12:32
Forum: Customizations
Topic: MantisBT 2.1.0 - Change severity & priority
Replies: 5
Views: 13260

Re: MantisBT 2.1.0 - Change severity & priority

Thank You for Your prompt reply yet again. Consider it Solved :)
by eherstad
17 Feb 2017, 12:04
Forum: Customizations
Topic: MantisBT 2.1.0 - Change severity & priority
Replies: 5
Views: 13260

Re: MantisBT 2.1.0 - Change severity & priority


You can use page Manage > Manage Configuration > Configuration Report for it.
When entering a configuration option, remove "$g_" from the name of the option.

Hi, thanks for the prompt reply, it worked! I added in the configuration report configuration option for 3 items:
status_enum_string ...
by eherstad
16 Feb 2017, 14:06
Forum: Customizations
Topic: MantisBT 2.1.0 - Change severity & priority
Replies: 5
Views: 13260

MantisBT 2.1.0 - Change severity & priority

Hi.

Trying to reduce the number of choices on severity and priority. I'd like to change severity to only contain feature, minor and major andpriority to contain low, normal and high. Any guides/tips on how to do it? Running MantisBT on windows 2008 R2 IIS server, using Mysql & PHP 7.3
I've been ...