Search found 226 matches
- 09 Apr 2013, 11:58
- Forum: Help
- Topic: Please read this if you have problems with emails
- Replies: 96
- Views: 693758
Re: Please read this if you have problems with emails
If you are able to get emails with the testmail script then most likely you have a typo in your config_inc.php. You can post your testmail.php if you want, but I am pretty sure that it just a minor mistake. (you have not mentioned specifically but I assume you add your config to the config_inc.php a...
- 25 Mar 2013, 14:01
- Forum: Help
- Topic: Please read this if you have problems with emails
- Replies: 96
- Views: 693758
Re: Please read this if you have problems with emails
I have updated the topic description for gmail users (mantis has to be authenticated in gmail)
- 13 Jun 2012, 11:41
- Forum: Help
- Topic: SMTP Config for Google Apps
- Replies: 2
- Views: 7683
Re: SMTP Config for Google Apps
I hope you could resolve your problem, if so please let us know. If you still struggle with it then turn off every system security for a minute and try to send a mail then to see if it works. Also I recommend to install mantis on your personal computer probably with less security restrictions and ch...
- 25 Apr 2012, 10:33
- Forum: Help
- Topic: Custom Function - Requiring Reproducibility
- Replies: 7
- Views: 7426
Re: Custom Function - Requiring Reproducibility
I dont have too much time to review this thing at the moment. Although an easier (and not as elegant) solution would be to insert a script into the bug report page to reject the submission if the reproducibility field has a certain value.
- 23 Apr 2012, 06:29
- Forum: Help
- Topic: HELP !! MANTIS PRINT REPORT TO WORD DOCUMENT
- Replies: 4
- Views: 4806
Re: HELP !! MANTIS PRINT REPORT TO WORD DOCUMENT
As I said you have to write it on your own. The forums has no capacity to realize things like this.
One tip what experts use: search for "word" in the mantis folder. (print_all_bug_page_word or so is the file you are looking for)
One tip what experts use: search for "word" in the mantis folder. (print_all_bug_page_word or so is the file you are looking for)
- 21 Apr 2012, 15:05
- Forum: Help
- Topic: How to stop seeing some of the projects?
- Replies: 2
- Views: 2995
Re: How to stop seeing some of the projects?
First managers should have a low GLOBAL credentials (maybe a reporter or a viewer). Then you should set all the projects to private. And then insert the following line to your config_inc.ini: $g_private_project_threshold = UPDATER; you can change this credentials to REPORTER if your users (including...
- 21 Apr 2012, 07:23
- Forum: Help
- Topic: HELP !! MANTIS PRINT REPORT TO WORD DOCUMENT
- Replies: 4
- Views: 4806
Re: HELP !! MANTIS PRINT REPORT TO WORD DOCUMENT
Well... you have to understand php and do some coding if you want to change the reporting.
- 18 Apr 2012, 08:57
- Forum: Help
- Topic: Easy way to replace an attachment?
- Replies: 0
- Views: 2636
Easy way to replace an attachment?
In some of our issues we are tracking component degradation by time. This is tracked mostly in an excel sheet and represented by a graph. I can make a screenshot about the graph and attach it to the issue which displays it right away which is great. Although as time goes we have to update the excel ...
- 17 Apr 2012, 15:03
- Forum: Help
- Topic: View unresolved issues on a given date
- Replies: 1
- Views: 2238
Re: View unresolved issues on a given date
You can not search for data retrospectively, although in this case you write a simple routine which checks the status of the issues at a certain date. You should search for a status change in the history table or so.
- 17 Apr 2012, 14:01
- Forum: Help
- Topic: How to Add Fied to Mangament Project Page?
- Replies: 15
- Views: 19673
Re: How to Add Fied to Mangament Project Page?
Well, let me rephrase: 1, lets call "custom field" what is supported by Mantis. These can be added via the administration interface and they belongs to issues of the project to which you assign these custom fields 2, the one you try to add is not a custom field in mantis terminology, its a...
- 17 Apr 2012, 10:58
- Forum: Help
- Topic: Please read this if you have problems with emails
- Replies: 96
- Views: 693758
Re: Please read this if you have problems with emails
Hey, there is no reason for sending your posts twice. Its up to you if you think there is a problem with the smtp line (as well as I was fine you trying port25 instead of a valid one), but it does not change the fact that it works fine. Just for your reference I changed my corporate settings to gmai...
- 17 Apr 2012, 08:10
- Forum: Help
- Topic: Please read this if you have problems with emails
- Replies: 96
- Views: 693758
Re: Please read this if you have problems with emails
You should shut down the apache service. Dont worry about it, I guess you have already rebooted your machine since then, so the change you made is effective by now. I assume you dont see the problem anymore. Let us know. If you still see the problem, then please make sure you have tried everything m...
- 17 Apr 2012, 08:06
- Forum: Help
- Topic: How to Add Fied to Mangament Project Page?
- Replies: 15
- Views: 19673
Re: How to Add Fied to Mangament Project Page?
Hey dude, nice work. Unfortunately you will face the same issue when you try to add this new filter to the filter options, since its for filtering the fields of the issues and not for filtering your new project field. So if you add a custom field to the project than that field will appear in the fil...
- 12 Apr 2012, 16:31
- Forum: Help
- Topic: How to Add Fied to Mangament Project Page?
- Replies: 15
- Views: 19673
Re: How to Add Fied to Mangament Project Page?
Just give me the number of your boss, I will kick his ass:) I see the point although - and I went thru this many times - mantis is an awesome tool for doing certain things, and not that awesome for doing other things. This being said, good luck for your project! Dont forget to come back to us and sh...
- 12 Apr 2012, 15:38
- Forum: Help
- Topic: How to Add Fied to Mangament Project Page?
- Replies: 15
- Views: 19673
Re: How to Add Fied to Mangament Project Page?
Well, I think MS Paint would suffice:) But asides to jokes: you have to modify the php source of the page, there is no other way I am aware of to include the field to that page. The good news is that modifying that page wouldnt be a big trouble for you since I know you know php a lot. The bad news i...