Is there a version of this for 2.x?

This plugin allows you to report an issue in MantisBT by sending an email to a particular mail account

Moderators: Developer, Contributor

Post Reply
MarisaG
Posts: 1
Joined: 06 Oct 2016, 07:20
Location: South San Francisco, CA
Contact:

Is there a version of this for 2.x?

Post by MarisaG »

Is there a version of this (I will be happy to help test it out on my site) for version 2.x of mantisbt? This is the only plugin I really need that isn't there already.
SL-Gundam
Posts: 722
Joined: 06 Jul 2011, 14:17

Re: Is there a version of this for 2.x?

Post by SL-Gundam »

It has not been tested yet on MantisBT 2.x

Of course you could force the plugin to work by editing the following code and changing the required MantisCore version number

EmailReporting.php line 65-67

Code: Select all

		$this->requires = array(
			'MantisCore' => '1.2.6, <1.3.99',
		);
I would be very interested in the issues you encounter... or lack thereof.
SL-Gundam
Posts: 722
Joined: 06 Jul 2011, 14:17

Re: Is there a version of this for 2.x?

Post by SL-Gundam »

You will probably need to add this commit to get it work
https://github.com/mantisbt-plugins/Ema ... ng/pull/19
SL-Gundam
Posts: 722
Joined: 06 Jul 2011, 14:17

Re: Is there a version of this for 2.x?

Post by SL-Gundam »

Since i was curious how easy it would be to get it to work i made some changes

https://github.com/mantisbt-plugins/Ema ... f10a6931ef
https://github.com/mantisbt-plugins/Ema ... c2d8e1596c

Just download the latest master and you should be ready to go

This adds preliminary support for MantisBT 2.0.x. This is not ready for production environments. So use at your own risk. Please report any issues encountered.
JPK
Posts: 5
Joined: 23 Nov 2016, 07:05

Re: Is there a version of this for 2.x?

Post by JPK »

Hello !
MantisBT just updated to 2.00, also updated Docuwiki, other personalized stuff... and EmailReporting including your last commits.
Seems it works fine.
In my case adding a link in the tracker footer to check mailbox and send them to a special report in MantisBT.
Mail content is send as expected in a new report of the default projet.

Great !
JPK
SL-Gundam
Posts: 722
Joined: 06 Jul 2011, 14:17

Re: Is there a version of this for 2.x?

Post by SL-Gundam »

Thats great

Official release for MantisBT 2.x.x will take little more time though since the interface will need some changing to look good in the new interface
fbrode
Posts: 1
Joined: 28 Feb 2017, 15:02

Re: Is there a version of this for 2.x?

Post by fbrode »

Hi, do you have an estimate when it will be running under 2.1.0?
SL-Gundam
Posts: 722
Joined: 06 Jul 2011, 14:17

Re: Is there a version of this for 2.x?

Post by SL-Gundam »

Get the 0.10.0-DEV from github (https://github.com/mantisbt-plugins/EmailReporting). It should run on 2.x.x

The stable 0.10.0 release will happen once we've added some more features available in MantisBT 2.1.x
Post Reply