Search found 8378 matches

by atrol
01 Jun 2010, 07:41
Forum: Help
Topic: Category field flips on its own
Replies: 9
Views: 4382

Re: Category field flips on its own

jyu wrote:I am not quite sure where I can find out which version of Mantis we are running now. !
Just click the "Manage" link as administrator user to see the version.
If it's not 1.2.1 you should first update to this version before starting further investigation of your problem.
by atrol
01 Jun 2010, 07:37
Forum: Help
Topic: Invalid e-mail address.
Replies: 3
Views: 3101

Re: Invalid e-mail address.

newuser wrote:how do I allow anyone to VIEW my bugtracker but only allow registered users report access
Don't use anonymous access for this.
Use MantisBT standard settings and set "View Status" of your projects to "Public"
by atrol
31 May 2010, 09:15
Forum: Help
Topic: mantisConnect Encoding
Replies: 5
Views: 4629

Re: mantisConnect Encoding

Maybe this is caused by the following known bug http://www.mantisbt.org/bugs/view.php?id=10322 I had no deeper look at this, but there are some bugs fixed in next version related to SOAP API and also the underlying NuSOAP library has been updated, see http://www.mantisbt.org/bugs/changelog_page.php?...
by atrol
31 May 2010, 07:51
Forum: Help
Topic: Two fields not visible in View Issues Details
Replies: 2
Views: 1729

Re: Two fields not visible in View Issues Details

Is there some place that I need to create and maintain a "version" list? Use "Manage" -> "Manage Projects" Click on a project name The following dialog contains after "Edit Project" , "Subprojects" and "Categories" the section to create an...
by atrol
30 May 2010, 12:26
Forum: Help
Topic: Subversion / WebSVN - no link
Replies: 3
Views: 4209

Re: Subversion / WebSVN - no link

by atrol
30 May 2010, 12:24
Forum: Help
Topic: Subversion / WebSVN - no link
Replies: 3
Views: 4209

Re: Subversion / WebSVN - no link

Some information from the author of the plugin
http://leetcode.net/blog/2009/01/integr ... -mantisbt/
by atrol
30 May 2010, 12:12
Forum: Help
Topic: Auto Assign on Resolve
Replies: 2
Views: 1862

Re: Auto Assign on Resolve

ATM there is no way to do this with "normal" customization. You would have to change source of file bug_change_status_page.php For a clean solution you have to check whether the reporter has enough rights to be assigned. This means in a standard configuration, that the reporter has to be a...
by atrol
30 May 2010, 11:01
Forum: Help
Topic: Reports - Word doc Error: missing default.css
Replies: 1
Views: 2202

Re: Reports - Word doc Error: missing default.css

When I try to create a Word document from View Issues-> Print Reports and click on the Word icon it creates the Word doc but when I open the Word file I get an error window saying: Problems During Load Problems came up in the following areas during load: Missing file https://<myhost>/mantis/css/def...
by atrol
28 May 2010, 12:26
Forum: General Discussion
Topic: JPgraph with debian lenny mantis 1.2.1
Replies: 2
Views: 3656

Re: JPgraph with debian lenny mantis 1.2.1

but the graphs are not as sharp as they where with jpgraph and mantis 1.1.x. Have a look at the settings dialog of the plugin There is a checkbox "JpGraph anti-aliasing" Disable the setting and try if there is any change of sharpness I tried on my Windows testbox, but I could not see any ...
by atrol
28 May 2010, 07:16
Forum: Help
Topic: Search by Tag
Replies: 3
Views: 3140

Re: Search by Tag

4) On the right hand side of the Tag Detail Page click "Attached Issues" Thanks for your feedback, I must have been blinded. I didn't see the "Attached Issues" link In my daily MantisBT work I don't use Tags, because functionality is not the best IMO, although there are enhancem...
by atrol
27 May 2010, 15:16
Forum: Help
Topic: Plugin initialization, tables creation
Replies: 4
Views: 2933

Re: Plugin initialization, tables creation

You would have to write a function uninstall which drops your table.
If doing this, be aware that users will not be very amused if there is a loss of data.
by atrol
27 May 2010, 14:50
Forum: Customizations
Topic: Add a Custom Box Similar to "View Issues"
Replies: 1
Views: 2112

Re: Add a Custom Box Similar to "View Issues"

Start with view_all_bug_page.php and view_all_inc.php
by atrol
27 May 2010, 14:43
Forum: General Discussion
Topic: How to allow reporters to view bugs they are monitoring?
Replies: 4
Views: 3765

Re: How to allow reporters to view bugs they are monitoring?

Seems this is an old known feature request (or at least a similiar)
http://www.mantisbt.org/bugs/view.php?id=5702
by atrol
27 May 2010, 14:23
Forum: Help
Topic: Error on bug creation if email subject contains assignee
Replies: 3
Views: 1863

Re: Error on bug creation if email subject contains assignee

This is no functionality of MantisBT standard.
Maybe this is the 3rd party plugin you use?
http://deboutv.free.fr/mantis/plugin.ph ... n=HTMLmail
If yes, you should post at http://forum.morinie.fr/mantis
by atrol
27 May 2010, 11:14
Forum: General Discussion
Topic: How to allow reporters to view bugs they are monitoring?
Replies: 4
Views: 3765

Re: How to allow reporters to view bugs they are monitoring?

Before going on you should first update to at least 1.1.8 or 1.2.1 to see whether this fixes your problem