dotProject Forums

Go Back   dotProject Forums > NEW MODULES AND PATCHES > New Module Announcements
Register FAQTop Posters Members List Calendar Search Today's Posts Resend Activation Email Mark Forums Read
dotProject Documentation dotProject FAQ Bugs & Feature Requests Language Packs & Themes Download dotProject

New Module Announcements Please place only announcements of new modules here. Support queries should go to the general support forum.

Reply
 
Thread Tools Display Modes
  #11  
Old 01-04-06, 05:02 AM
CasN CasN is offline
Valued Users
Does My Family Know what I look Like?
dotProject Version: 2.1.2
php Version: 5.3
MySQL Version: 5.0
Operating System Version: Windows
Browser: IE 8
 
Join Date: 09-03-06
Posts: 163
Default Re: Mantis integration

Can I see this somewhere ? I have not yet been able to reproduce this.

Casr

Reply With Quote
  #12  
Old 01-04-06, 07:05 AM
petermilburn's Avatar
petermilburn petermilburn is offline
Valued Users
Frequent Visitor
dotProject Version:
php Version:
MySQL Version:
Operating System Version:
Browser:
 
Join Date: 16-03-06
Posts: 22
Default Re: Mantis integration

Hi The last post is more what I was wanting to say.

If you have a project with no link to mantis you will see every issue created from DB into Mantis.

It is only when you create a isse for a project that you then only see the issues related to that project.



Pete M

Reply With Quote
  #13  
Old 01-04-06, 05:06 PM
softwareadmin softwareadmin is offline
Valued Users
Return Visitor
dotProject Version:
php Version:
MySQL Version:
Operating System Version:
Browser:
 
Join Date: 10-04-05
Posts: 10
Default cant seem to create task-specific issues in mantis

I have set $dPconfig['mantis_set'] = 1; as specified in the docs:

// Issues registered from within DP are logged in Mantis as:
// project/task == Project/subproject (1)
// all issues => project (2)

but still only have a mantis tab for projects. Shouldn't setting this option add a mantis tab to the tasks as well; or am I misunderstanding the docs?

Thanks again for this integration, btw. after fighting with ticketsmith for a while, this a great solution!

Reply With Quote
  #14  
Old 01-04-06, 07:48 PM
CasN CasN is offline
Valued Users
Does My Family Know what I look Like?
dotProject Version: 2.1.2
php Version: 5.3
MySQL Version: 5.0
Operating System Version: Windows
Browser: IE 8
 
Join Date: 09-03-06
Posts: 163
Default Re: Mantis integration

This feature is not yet activated (thought i mentioned this in the docs, apparently it got lost somewhere).
It was bringing some issues and I wanted to make it more compliant with DP framework before continuing.
If the community sees this a big advantage, I will try to add it properly.

Cas

Reply With Quote
  #15  
Old 01-04-06, 07:52 PM
CasN CasN is offline
Valued Users
Does My Family Know what I look Like?
dotProject Version: 2.1.2
php Version: 5.3
MySQL Version: 5.0
Operating System Version: Windows
Browser: IE 8
 
Join Date: 09-03-06
Posts: 163
Default Re: Mantis integration

Yes, there is a bug. I have reproduced it and willl fix it also.
As soon as done, will post it here.

Cas

Reply With Quote
  #16  
Old 01-04-06, 08:04 PM
CasN CasN is offline
Valued Users
Does My Family Know what I look Like?
dotProject Version: 2.1.2
php Version: 5.3
MySQL Version: 5.0
Operating System Version: Windows
Browser: IE 8
 
Join Date: 09-03-06
Posts: 163
Default Re: Mantis integration

This was a simple one.
I will adjust the download but for those who need it now, here is what you need to do.
Open index.php (modules/mantis) with your editor and navigate to line 102.
You should find the following code:
Code:
// retrieve the issue header/detail/user
if ($idprj !=0) {
This needs to be changed to:
Code:
// retrieve the issue header/detail/user
if ($idprj !=0 or $project_id>0){
That should do the trick.
Cas

Reply With Quote
  #17  
Old 01-04-06, 08:11 PM
softwareadmin softwareadmin is offline
Valued Users
Return Visitor
dotProject Version:
php Version:
MySQL Version:
Operating System Version:
Browser:
 
Join Date: 10-04-05
Posts: 10
Default Re: Mantis integration

Thank you for the quick response. I saw the 'not yet implemented' comment in the v0.1 notes, but since it wasnt in the v0.2 notes I was afraid I might be missing something simple. And thanks again for this module; its an incredibly useful enhancement to DP for software development projects.

Reply With Quote
  #18  
Old 02-04-06, 03:53 PM
petermilburn's Avatar
petermilburn petermilburn is offline
Valued Users
Frequent Visitor
dotProject Version:
php Version:
MySQL Version:
Operating System Version:
Browser:
 
Join Date: 16-03-06
Posts: 22
Default Re: Mantis integration

Thanks for the post. I made the change and is working perfectly.


Thanks,


Pete M

Reply With Quote
  #19  
Old 25-04-06, 08:49 PM
petermilburn's Avatar
petermilburn petermilburn is offline
Valued Users
Frequent Visitor
dotProject Version:
php Version:
MySQL Version:
Operating System Version:
Browser:
 
Join Date: 16-03-06
Posts: 22
Default Re: Mantis integration

Can I ask when this will work with 2.0.2. Or what I need to do to make it work with 2.0.2

Thanks,

Pete M

Reply With Quote
  #20  
Old 30-04-06, 07:59 PM
CasN CasN is offline
Valued Users
Does My Family Know what I look Like?
dotProject Version: 2.1.2
php Version: 5.3
MySQL Version: 5.0
Operating System Version: Windows
Browser: IE 8
 
Join Date: 09-03-06
Posts: 163
Default Re: Mantis integration

Have downloaded a fresh version of DotProject version 2.0.2 and loaded the latest version from my Mantis module (version 0.3 available on my website www.nuy.info) and it seems to work fine.
If you have problems, can you please be more precise ?

Cas

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +10. The time now is 10:40 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.