Search found 1293 matches

by vboctor
15 Oct 2009, 08:39
Forum: General Discussion
Topic: How to add people to follow bugs
Replies: 1
Views: 2111

Re: How to add people to follow bugs

For each action on a bug report, you can define who gets notified. This can include reporter, developer, authors of notes, users monitoring the issue, etc. In addition to these, you can also define an access level range (e.g. MANAGER - ADMINISTRATOR) of users that should be notified.
by vboctor
15 Oct 2009, 08:34
Forum: Customizations
Topic: LDAP authentication in Mantis 1.1.8
Replies: 8
Views: 14039

Re: LDAP authentication in Mantis 1.1.8

As per MantisBT 1.2.0rc2, there is no fallback from LDAP to native auth. Feel free to open a feature request under "LDAP" category in the bug tracker.
by vboctor
15 Oct 2009, 08:28
Forum: Customizations
Topic: Disable Edit & Delete of Bugnote
Replies: 1
Views: 2669

Re: Disable Edit & Delete of Bugnote

You can implement this in a generic way and contribute a patch to the team via the bug tracker. By generic I mean that you have a configuration option that enables / disables the edit / delete features based on the user's access level. This can be MANAGER for managers and above or NOBODY for totally...
by vboctor
15 Oct 2009, 08:22
Forum: Help
Topic: Edit tags through MantisConnect SOAP API
Replies: 1
Views: 1368

Re: Edit tags through MantisConnect SOAP API

This feature doesn't exist at the moment. Please report a feature request in the bug tracker under category "api soap".
by vboctor
15 Oct 2009, 08:21
Forum: Help
Topic: Eurekalog login error with 1.2.0 rcx release
Replies: 1
Views: 1447

Re: Eurekalog login error with 1.2.0 rcx release

Are you able to contact Eurekalog support? They may be able to debug the issue and pin point the exact problem. They should be testing their software with MantisBT 1.2.0rc2.
by vboctor
15 Oct 2009, 08:17
Forum: Help
Topic: Mantis hangs when user logs in
Replies: 6
Views: 6860

Re: Mantis hangs when user logs in

This may be related to the following bug report:
http://www.mantisbt.org/bugs/view.php?id=10926
by vboctor
15 Oct 2009, 08:08
Forum: Help
Topic: Account is Disabled
Replies: 1
Views: 1333

Re: Account is Disabled

Do you auto disable accounts based on failed logins?
by vboctor
15 Oct 2009, 08:06
Forum: Help
Topic: mantis sends unsolicited emails to user
Replies: 1
Views: 1252

Re: mantis sends unsolicited emails to user

What is the global / project-specific access level of such user?
by vboctor
15 Oct 2009, 08:04
Forum: Help
Topic: The wiki on mantisbt.org does not work (fixed)
Replies: 2
Views: 1613

Re: The wiki on mantisbt.org does not work (fixed)

I've fixed the root cause. The work around of visiting the bug tracker first shouldn't be needed anymore.
by vboctor
15 Oct 2009, 07:56
Forum: Help
Topic: Dowload attached files
Replies: 2
Views: 1417

Re: Dowload attached files

Please open a bug @ http://www.mantisbt.org/bugs/
by vboctor
15 Oct 2009, 07:55
Forum: Help
Topic: attachment import
Replies: 4
Views: 3728

Re: attachment import

The easiest way would be to setup MantisBT to use DISK for attachment storage. Here are the steps I recommend: 1. Setup MantisBT to use DISK attachments. 2. Place the attachment in the appropriate upload path for the project. 3. Insert a record into the DB that refers to the file (see the last 10 li...
by vboctor
15 Oct 2009, 07:49
Forum: Help
Topic: BASIC_AUTH in 1.2.0rc2
Replies: 2
Views: 1405

Re: BASIC_AUTH in 1.2.0rc2

Do you get this problem even if a MantisBT user account exists with the same name as the logged in user?
by vboctor
15 Oct 2009, 07:45
Forum: Help
Topic: LDAP Trouble
Replies: 6
Views: 7833

Re: LDAP Trouble

This seems to me like a bug. It may actually be related to http://www.mantisbt.org/bugs/view.php?id=10944
by vboctor
14 Oct 2009, 02:27
Forum: Customizations
Topic: Submit issue via external form?
Replies: 10
Views: 28852

Re: Submit issue via external form?

Do you know that the webservice part of MantisConnect is now shipped out of the box with MantisBT? This can be found in the /api/soap folder.