Mantis Bug Tracker
 

View Issue Details Jump to Notes ] Wiki ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008054mantisbtotherpublic2007-06-12 11:172007-08-02 02:28
Reporterdennehym 
Assigned Tovboctor 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version1.1.0a4 
Summary0008054: Mediawiki integration
DescriptionInitial integration w/MediaWiki.
This is a fairly quick and basic start to integrating Mantis with Mediawiki. It's by no means finished or polished, but it works. Hitting the Wiki button does take you to an appropriate Mediawiki page (Mantis:<issue number>).
This will probably be changed soon to take you to a chunk of a page instead (<ProjectName>#<issue number>).

config_inc.php changes are:

        #####################
        # Wiki Integration
        #####################

        # Wiki Integration Enabled?
        $g_wiki_enable = ON;

        # Wiki Engine
        $g_wiki_engine = 'mediawiki';

        # Wiki namespace to be used as root for all pages relating to this mantis installation.
        $g_wiki_root_namespace = 'mantis';

        # URL under which the wiki engine is hosted. Must be on the same server.
        #$g_wiki_engine_url = $t_protocol . '://' . $t_host . '/%wiki_engine%/';
        $g_wiki_engine_url = $t_protocol . '://localhost/%wiki_engine%/';


This assumes that the wiki is on the same server as the mantis, but that's not strictly needed - this would allow you to put them on different servers:

$g_wiki_server = 'localhost';
$g_wiki_engine_url = $t_protocol.'://'.$g_wiki_server.'/%wiki_engine%/';

--
Mark Dennehy
Enovation Solutions ltd.
TagsNo tags attached.
Attached Files? file icon wiki_mediawiki_api.php [^] (3,437 bytes) 2007-06-12 11:17 [Show Content]

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2007-06-12 11:17 dennehym New Issue
2007-06-12 11:17 dennehym File Added: wiki_mediawiki_api.php
2007-06-20 20:51 vboctor Status new => acknowledged
2007-06-22 23:43 vboctor Status acknowledged => resolved
2007-06-22 23:43 vboctor Fixed in Version => 1.1.0a4
2007-06-22 23:43 vboctor Resolution open => fixed
2007-06-22 23:43 vboctor Assigned To => vboctor
2007-08-02 02:28 vboctor Status resolved => closed


MantisBT 1.2.0rc2 git live[^]
Copyright © 2000 - 2010 MantisBT Group
Time: 0.2360 seconds.
memory usage: 1,791 KB
Powered by Mantis Bugtracker