Search found 1293 matches

by vboctor
05 Nov 2009, 08:54
Forum: General Discussion
Topic: Automatic relations on copy
Replies: 1
Views: 2052

Re: Automatic relations on copy

Not sure I fully get your point. Did you try using the Clone feature?
by vboctor
05 Nov 2009, 08:51
Forum: General Discussion
Topic: open source
Replies: 4
Views: 3878

Re: open source

MantisBT source code can be found @ http://git.mantisbt.org
MantisBT plugins can be found @ http://git.mantisforge.org
by vboctor
05 Nov 2009, 08:46
Forum: Customizations
Topic: add issue via email
Replies: 2
Views: 3168

Re: add issue via email

Checkout the following patches:
http://www.mantisbt.org/bugs/view.php?id=7086
http://www.mantisbt.org/bugs/view.php?id=4286

You can also want to check the issues marked as related to the above ones.
by vboctor
05 Nov 2009, 08:41
Forum: Help
Topic: remove menu options
Replies: 10
Views: 18261

Re: remove menu options

Check the configuration section in the manual:
http://www.mantisbt.org/docs/master-1.2.x/en/

The above link points to the 1.2.x release branch manual.
by vboctor
30 Oct 2009, 02:56
Forum: Help
Topic: Deny User Access to Projects
Replies: 1
Views: 1487

Re: Deny User Access to Projects

You have to create all your projects as private and then explicitly grant access to users to such projects. Hence, you can then add customers to their own projects.
by vboctor
30 Oct 2009, 02:52
Forum: Help
Topic: Two questions about Mantis
Replies: 2
Views: 1754

Re: Two questions about Mantis

1. Single code instance with multiple databases - this is not supported out of the box. http://www.mantisbt.org/bugs/view.php?id=8401 2. For uploads on disk, checkout the "MantisBT File Upload Settings" configuration options in config_defaults_inc.php specially the following: $g_file_uploa...
by vboctor
30 Oct 2009, 02:46
Forum: Help
Topic: Use group LDAP with mantis 1.2.0rc1
Replies: 5
Views: 3420

Re: Use group LDAP with mantis 1.2.0rc1

1. The auto-creation of users in MantisBT on first login was added in 1.2.0rc2. 2. The second one is not currently supported, but it is planned for the future. http://www.mantisbt.org/bugs/view.php?id=9124 http://www.mantisbt.org/bugs/view.php?id=3444 http://www.mantisbt.org/wiki/doku.php?id=mantisb...
by vboctor
28 Oct 2009, 06:44
Forum: Customizations
Topic: Add tag on "create isuue" page
Replies: 4
Views: 7561

Re: Add tag on "create isuue" page

@tom_glebas The same remarks that you mentioned about tags apply also to custom fields. However, custom fields can be done during reporting. There is no reason why not to make this available on the report page other than it is not done yet. The processing would be to create the issue, then associate...
by vboctor
28 Oct 2009, 06:42
Forum: Customizations
Topic: Maintaining customizations to mantis in private repo
Replies: 2
Views: 2474

Re: Maintaining customizations to mantis in private repo

I would recommend you use the master-1.2.x. This tip of this branch is 1.2.0rc2 + fixes. This is so close to being gold and given that you are going to be implementing customizations, any minor issues you might find should be able to fix.
by vboctor
28 Oct 2009, 04:59
Forum: Customizations
Topic: How to make user only view the assigned issus?
Replies: 3
Views: 3706

Re: How to make user only view the assigned issus?

You can only limit reporters to see the issues they reported. You can't limit handlers to only see the issues they are assigned.
by vboctor
28 Oct 2009, 04:56
Forum: Help
Topic: Create "Report Issue" externally
Replies: 1
Views: 1500

Re: Create "Report Issue" externally

You should use the SOAP API for that. This can be found under api/soap/mantisconnect.php.

You can also use the client libraries (C#, Java, etc) packed in MantisConnect - http://www.futureware.biz/mantisconnect/
by vboctor
28 Oct 2009, 04:54
Forum: Help
Topic: Got System Warning: Date()... After Installation
Replies: 7
Views: 12441

Re: Got System Warning: Date()... After Installation

PHP 5.3.x is not supported specially by 1.1.x versions. We are working on supporting it for 1.2.x. You should use PHP 5.2.x.
by vboctor
28 Oct 2009, 04:42
Forum: General Discussion
Topic: Bulking mails together?
Replies: 1
Views: 2163

Re: Bulking mails together?

This is not supported. However, it is possible to implement it with some changes to core/email_api.php.
by vboctor
26 Oct 2009, 07:20
Forum: Help
Topic: Cannot call overloaded function v -0.19.3
Replies: 4
Views: 2853

Re: Cannot call overloaded function v -0.19.3

1. What is the exact MantisBT version that you are using? 1.1.8 or 1.2.0rc2? 2. What operation / url causes the error? Please provide the detailed steps to reproduce the errors. We really don't support 5.0, the testing started with 5.1.x. My understanding is that 5.0.0 had major issues and hence we ...
by vboctor
26 Oct 2009, 07:17
Forum: Help
Topic: APPLICATION WARNING #100 & error_api.php:166 Problem (1.1.8)
Replies: 3
Views: 2460

Re: APPLICATION WARNING #100 & error_api.php:166 Problem (1.1.8)

No one has reported this error. Did you ever get it working? Did you try 1.2.0rc2?