Page 1 of 1

Is there a version of this for 2.x?

Posted: 06 Oct 2016, 07:27
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.

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

Posted: 06 Oct 2016, 16:27
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.

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

Posted: 06 Oct 2016, 16:34
by SL-Gundam
You will probably need to add this commit to get it work
https://github.com/mantisbt-plugins/Ema ... ng/pull/19

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

Posted: 06 Oct 2016, 20:42
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.

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

Posted: 31 Dec 2016, 14:36
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

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

Posted: 31 Dec 2016, 16:39
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

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

Posted: 28 Feb 2017, 15:05
by fbrode
Hi, do you have an estimate when it will be running under 2.1.0?

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

Posted: 28 Feb 2017, 16:14
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