Search found 8 matches

by eliasn
02 May 2010, 16:55
Forum: General Discussion
Topic: User Preferences
Replies: 1
Views: 2161

User Preferences

I have a question that's not describe in Mantis Documentation (http://docs.mantisbt.org/master/en/administration_guide/admin.user.prefs.html): What do the email preferences?

In the documentation for these preferences there are a TODO.
Can someone explain what these preferences do?
E-mail on New
E ...
by eliasn
17 Sep 2008, 01:27
Forum: Help
Topic: Mantis SSL with Gmail
Replies: 2
Views: 10737

Mantis SSL with Gmail

Hello people!
I'm trying to make the Mantis send email for a connection ssl (at gmail).
I read the issue 8369 ( http://www.mantisbt.org/bugs/view.php?id=8369 ), and tried the steps it.
My steps:
Alter the smtp parameter to ' ssl://smtp.gmail.com:465 '
Alter the smtp parameter to ' smtp.gmail.com ...
by eliasn
22 Aug 2008, 13:44
Forum: General Discussion
Topic: mantis with many projects ... any experience?
Replies: 3
Views: 3685

Re: mantis with many projects ... any experience?

Hi pky!
Here i'm using the Mantis with tree big projects and segregate these in subprojects according the subversions of the project
Actually I have 17 projects (subprojects) on Mantis.

The user rights have a little rule...
- Projects in development have restrict access to developers, testers and ...
by eliasn
16 May 2008, 20:06
Forum: Help
Topic: 1.1.1: Create User - password??
Replies: 2
Views: 2440

Re: 1.1.1: Create User - password??

Try...
In the config_defaults_inc.php find $g_send_reset_password attribute and set it to OFF.
This attribute allow you to create a user without the email confirmation. This user should insert the password by My Account after login in the Mantis.

Regards,
by eliasn
12 May 2008, 12:48
Forum: Help
Topic: Prevent developer from closing an issue
Replies: 3
Views: 3130

Re: Prevent developer from closing an issue

You would be "violating" a basic flow where the reporter only reports the errors.

Here the change I made was leaving the closing of issues for "admins" (which are the testers) and correction of issues for "developers"
by eliasn
07 May 2008, 20:46
Forum: Help
Topic: Prevent developer from closing an issue
Replies: 3
Views: 3130

Re: Prevent developer from closing an issue

In the Manage/Manage Configuration/Workflow Transitions change the value of the 'close' in Access level.

Regards,
Elias
by eliasn
07 May 2008, 20:40
Forum: Help
Topic: MantisConnect Problem!
Replies: 3
Views: 4202

Re: MantisConnect Problem!

Hello planser!
Now I could configure, but does not have any effect on the mantis eclipse plugin (screenshot)

Someone has done this plugin work?

Regards
by eliasn
15 Apr 2008, 15:28
Forum: Help
Topic: MantisConnect Problem!
Replies: 3
Views: 4202

MantisConnect Problem!

Hi all!
I installed the plugin MantisConnect in Eclipse and not make it work... :(

In the MantisConnect screen in Eclipse I put:
- Name : http://localhost
- Port : 80

- Editing connnections:
- Name : localhost
- MantisConnectUrl: http://localhost/mantis-1.1.1/api/soap
- Brownser Url : http ...