Search found 38 matches
- 25 Oct 2010, 09:07
- Forum: Help
- Topic: Is it possible to customize "Print Reports"?
- Replies: 2
- Views: 4955
Re: Is it possible to customize "Print Reports"?
Thank you for your answer. I added a feature request concerning this in MantisBT bugtracker: http://www.mantisbt.org/bugs/view.php?id=12479
- 15 Oct 2010, 09:55
- Forum: Help
- Topic: Is it possible to customize "Print Reports"?
- Replies: 2
- Views: 4955
Is it possible to customize "Print Reports"?
One can configure the columns displayed in "View issues" - "Print reports" via option $g_print_issues_page_columns
One can also configure the cells displayed, when printing a single bug via option $g_bug_print_page_fields
However, it seems to be not possible to configure the cells displayed when ...
One can also configure the cells displayed, when printing a single bug via option $g_bug_print_page_fields
However, it seems to be not possible to configure the cells displayed when ...
- 18 Aug 2010, 11:26
- Forum: Help
- Topic: Can't connect to Mantis 1.2.1 with Mylyn (Eclipse)
- Replies: 3
- Views: 4435
Re: Can't connect to Mantis 1.1.2 with Mylyn (Eclipse)
Hello atrol,
thanks for your hints. I will try to update to Mantis 1.2.2 and check, if the problem is gone with this version. If not, I will contact the help email list.
Btw, I tried to connect with user "admin" now, and with that user, the Mylyn connector is working. So it seems, that user "admin ...
thanks for your hints. I will try to update to Mantis 1.2.2 and check, if the problem is gone with this version. If not, I will contact the help email list.
Btw, I tried to connect with user "admin" now, and with that user, the Mylyn connector is working. So it seems, that user "admin ...
- 17 Aug 2010, 15:40
- Forum: Help
- Topic: Can't connect to Mantis 1.2.1 with Mylyn (Eclipse)
- Replies: 3
- Views: 4435
Can't connect to Mantis 1.2.1 with Mylyn (Eclipse)
Hello,
I was using Mantis 1.1.8 with Eclipse 3.5.1 and Mylyn 3.0.6 some time ago and I was able to see the issues from my Mantis project in Eclipse.
After updating to Mantis 1.2.1, I'm unable to connect from Eclipse. I get an error "Access denied". Please see http://karl-reichert.com/screenshots ...
I was using Mantis 1.1.8 with Eclipse 3.5.1 and Mylyn 3.0.6 some time ago and I was able to see the issues from my Mantis project in Eclipse.
After updating to Mantis 1.2.1, I'm unable to connect from Eclipse. I get an error "Access denied". Please see http://karl-reichert.com/screenshots ...
- 07 Jul 2010, 09:38
- Forum: Help
- Topic: Need help with SVN integration into Mantis
- Replies: 1
- Views: 2213
Re: Need help with SVN integration into Mantis
Found the error, see http://leetcode.net/mantis/view.php?id=130
- 14 Jun 2010, 10:04
- Forum: General Discussion
- Topic: configuring custom fields in more details
- Replies: 1
- Views: 2932
configuring custom fields in more details
When creating a custom field, one can specify if it should be displayed when reporting a new issue, when updating an issue, when resolving an issue and when closing an issue. One can also configure, if the field must be filled (mandatory) or not.
I do have a lot of custom status in my Mantis ...
I do have a lot of custom status in my Mantis ...
- 09 Jun 2010, 09:48
- Forum: Help
- Topic: How to change the order of versions in the list?
- Replies: 3
- Views: 3387
Re: How to change the order of versions in the list?
This field is set to '1970-01-01 01:00:00' for all versions, so why are the first two versions not ordered correctly, but all the others are?
- 09 Jun 2010, 09:31
- Forum: Help
- Topic: How to change the order of versions in the list?
- Replies: 3
- Views: 3387
How to change the order of versions in the list?
Because I didn't get any answer on this thread , I now created versions for my projekct ranging from 1.0.0 to 3.9.99 using a sql script directly in the MySQL database:
INSERT INTO `mantis_project_version_table` (`id`, `project_id`, `version`, `date_order`, `description`, `released`) VALUES
(44 ...
INSERT INTO `mantis_project_version_table` (`id`, `project_id`, `version`, `date_order`, `description`, `released`) VALUES
(44 ...
- 07 Jun 2010, 11:09
- Forum: Help
- Topic: How to work with version?
- Replies: 1
- Views: 2253
Re: How to work with version?
No one?
- 07 Jun 2010, 09:59
- Forum: Help
- Topic: Need help with SVN integration into Mantis
- Replies: 1
- Views: 2213
Need help with SVN integration into Mantis
I followed the guide at UNITZ to get SVN integration into Mantis (using the lastest versions of the described plugins and MantisBT 1.2.1). I'm using WebSVN access. However, importing the latest data fails with an unspecific error message and no data is imported:
Screenshot
I don't know what is ...
Screenshot
I don't know what is ...
- 07 Jun 2010, 08:22
- Forum: Help
- Topic: Is it possible to change strings on a per project base?
- Replies: 3
- Views: 4368
Re: Is it possible to change strings on a per project base?
bug_get_field() and project_exists() (the latter one is called by function helper_get_current_project() ) are not available in current MantisBT versions, as it seems.
I found bug_get_field in file bug_api.php (line 1241 in version 1.2.1) and project_exists in file project_api.php (line 186 in ...
I found bug_get_field in file bug_api.php (line 1241 in version 1.2.1) and project_exists in file project_api.php (line 186 in ...
- 07 Jun 2010, 07:30
- Forum: Help
- Topic: Problems with MantisGraph Plugin
- Replies: 7
- Views: 107411
Re: Problems with MantisGraph Plugin
Seems that you have a heavily customized system.
You could check whether the behaviour changes
a) with English settings instead of German (there exist some language related problems in MantisBT ATM)
If I set the language to English, it gets even worse, because no graphs are generated at all.
b ...
You could check whether the behaviour changes
a) with English settings instead of German (there exist some language related problems in MantisBT ATM)
If I set the language to English, it gets even worse, because no graphs are generated at all.
b ...
- 04 Jun 2010, 13:30
- Forum: Help
- Topic: Is it possible to change strings on a per project base?
- Replies: 3
- Views: 4368
Re: Is it possible to change strings on a per project base?
I found a blog entry by Victor , which describes, how strings can be changed on a per project and even a per view base. However, the way it's described there, is not working, because bug_get_field() and project_exists() (the latter one is called by function helper_get_current_project() ) are not ...
- 04 Jun 2010, 10:13
- Forum: Help
- Topic: How to work with version?
- Replies: 1
- Views: 2253
How to work with version?
I have a question about versions, the manual is not quite clear about them.
I'm using a version scheme of x.y.zz, where x is changed in major updates only, y is changed in minor updates and zz is changed in so called bugfix updates only. Especially the bugfix version is changing quite ofter, let's ...
I'm using a version scheme of x.y.zz, where x is changed in major updates only, y is changed in minor updates and zz is changed in so called bugfix updates only. Especially the bugfix version is changing quite ofter, let's ...
- 04 Jun 2010, 09:15
- Forum: Help
- Topic: Is it possible to change strings on a per project base?
- Replies: 3
- Views: 4368
Is it possible to change strings on a per project base?
I have the following states globally for all projects in config_inc.php:
$g_status_enum_string = '9: new internal bug,10:new,15:requirement changed,20:reopened,25:in analysis,28:analysed,30:in discussion,40:in planing,50:in progress,60:solved,70:in verification,75:testcase creation,78:testcase ...
$g_status_enum_string = '9: new internal bug,10:new,15:requirement changed,20:reopened,25:in analysis,28:analysed,30:in discussion,40:in planing,50:in progress,60:solved,70:in verification,75:testcase creation,78:testcase ...