Search found 1293 matches

by vboctor
26 Oct 2009, 07:15
Forum: Customizations
Topic: LDAP authentication in Mantis 1.1.8
Replies: 8
Views: 14045

Re: LDAP authentication in Mantis 1.1.8

I've just checked in a change that copies the realname, email address and md5(password) from LDAP server to the database whenever the user logs in.
http://www.mantisbt.org/bugs/view.php?id=11078
by vboctor
24 Oct 2009, 07:51
Forum: Help
Topic: Export to excel
Replies: 1
Views: 1403

Re: Export to excel

by vboctor
24 Oct 2009, 07:49
Forum: Help
Topic: MSSQL Named Instance
Replies: 2
Views: 2169

Re: MSSQL Named Instance

Did you try using "server\instance"?
by vboctor
24 Oct 2009, 07:46
Forum: Help
Topic: How stop sending emails to the person who added the note?
Replies: 2
Views: 1660

Re: How stop sending emails to the person who added the note?

If you have the following configuration set to off then it is a bug and you should report it in the bug tracker:

Code: Select all

$g_email_receive_own = OFF;
by vboctor
21 Oct 2009, 03:09
Forum: Help
Topic: Adding a new bug
Replies: 1
Views: 1548

Re: Adding a new bug

There are configurations of MantisBT that allow anonymous access by default, but they don't allow anonymous users to report bugs. Hence, to see the Report Issue feature, you will have to sign up and login in which will give you REPORTER access.
by vboctor
21 Oct 2009, 03:06
Forum: Help
Topic: add rich text to Editor
Replies: 3
Views: 3769

Re: add rich text to Editor

I got what you meant. However, this is not currently available via the core code / a patch / a plugin. Feel free to add a feature request in the bug tracker.
by vboctor
21 Oct 2009, 03:05
Forum: Help
Topic: allow Reporter only to see own Issues
Replies: 2
Views: 2226

Re: allow Reporter only to see own Issues

Set the following in config_inc.php:

Code: Select all

$g_limit_reporters = ON;
by vboctor
21 Oct 2009, 03:03
Forum: Help
Topic: Mantis log showing full path instead of relative path
Replies: 5
Views: 5175

Re: Mantis log showing full path instead of relative path

Try setting $g_path in config_inc.php as follows:

Code: Select all

$g_path = 'http://yourserver/mantis/';
This is assuming you access your MantisBT instance via the URL specified above.
by vboctor
20 Oct 2009, 06:40
Forum: Help
Topic: Change project of issue (1.2.0rc1)
Replies: 1
Views: 6139

Re: Change project of issue (1.2.0rc1)

Here are the steps:

1. Go to the View Issues page.
2. Select the issue.
3. Scroll to the bottom.
4. Select "Move" from the combo box and the list and submit.

In 1.2.0rc2, we added a "Move" button to the view issue page.
by vboctor
20 Oct 2009, 06:37
Forum: Help
Topic: Upgrade from 1.2.0a3 to 1.2.0rc1
Replies: 1
Views: 1569

Re: Upgrade from 1.2.0a3 to 1.2.0rc1

Please test with 1.2.0rc2, if the problem still occurs, then open a bug in the bug tracker.
by vboctor
20 Oct 2009, 06:35
Forum: Help
Topic: Active Directory and LDAP query
Replies: 1
Views: 1838

Re: Active Directory and LDAP query

You should make sure that your feature request is in the bug tracker and indicate that you are read to test a patch. Here is a starting point, but you can filter on LDAP category to see all related issues.
http://www.mantisbt.org/bugs/view.php?id=9954
by vboctor
20 Oct 2009, 06:29
Forum: Help
Topic: add rich text to Editor
Replies: 3
Views: 3769

Re: add rich text to Editor

I'm not aware of an existing implementation of what you are looking for.
by vboctor
20 Oct 2009, 06:27
Forum: Help
Topic: UPGRADE DOES NOT WORK
Replies: 6
Views: 4204

Re: UPGRADE DOES NOT WORK

- Is this problem still reproducible? - Did you have any customizations where you created your own tables? - Did you open a bug in the bug tracker? http://www.mantisbt.org/bugs/? There is no requirement to upgrade one version at a time. The only requirement is for releases pre-1.0 to upgrade to 1.0....
by vboctor
20 Oct 2009, 06:22
Forum: Help
Topic: Submit a bug automatically.
Replies: 4
Views: 4429

Re: Submit a bug automatically.

Your C++ application should use the MantisBT SOAP API to report issues.
by vboctor
20 Oct 2009, 06:19
Forum: Help
Topic: Mantis 1.1.1 Avatars Available?
Replies: 1
Views: 1632

Re: Mantis 1.1.1 Avatars Available?

Here is the issue that implemented avatars. It may have some useful hints.
http://www.mantisbt.org/bugs/view.php?id=8206

You should also check the latest documentation:
http://docs.mantisbt.org/master-1.2.x/en/