View Issue Details

IDProjectCategoryView StatusLast Update
0024511mantisbtcustomizationpublic2018-06-10 17:43
Reporterpteniz Assigned To 
PrioritynoneSeverityfeatureReproducibilityalways
Status newResolutionopen 
Product Version2.14.0 
Summary0024511: Integration with MediaWiki 1.27 or later
Description

This is a mediawiki extension, which resolves the authentication part (0023328)

MantisBT User will be automatically authenticated against mediawiki
The mediawiki session will be shared with mantisBT-Session, so you can also use full functionality of MantisBT within mediawiki-extensions (eg mantisbt-reports, mantisbt-forms for new tickets, graphical summaries)

  1. install extension in mediawiki/extensions/Auth_MantisBT

  2. create a file in mantisbt/config/ with all global variables definition included (config/global_vars.php)
    sample global_vars.php is included in extension Archiv

  3. for this extension to work, you also need to enhance session_id on MantisBT side to match minimum of 32 characters
    sample implementaion is included in extension Archiv

TagsNo tags attached.
Attached Files
Auth_MantisBT-1.0.zip (29,894 bytes)

Relationships

related to 0023328 closeddregad Integration with MediaWiki 1.27 or later 

Activities

dregad

dregad

2018-06-01 07:13

developer   ~0060001

It would probably be preferable to publish this code as a GitHub repository.

pteniz

pteniz

2018-06-10 17:43

reporter   ~0060056

Added public repository on GitHub
https://github.com/PeterTeniz/Auth_MantisBT