Search found 8366 matches

by atrol
07 May 2010, 11:55
Forum: General Discussion
Topic: Help Configuration
Replies: 6
Views: 7112

Re: Help Configuration

If possible, do never change MantisBT sourcecode like email_api.php Your changes will be lost when updating. Use instead configuration which will be kept. To set the SMTP port add the following to your config_inc.php $g_smtp_port = 6025; If you want to try gmail have a look at http://www.mantisbt.or...
by atrol
07 May 2010, 10:22
Forum: Help
Topic: Issues going missing!!
Replies: 9
Views: 7310

Re: Issues going missing!!

AFAIK there is no known bug in MantisBT related to lost issues.
You could check your webserver logs, whether there are entries for issue removals.
by atrol
07 May 2010, 08:33
Forum: Help
Topic: Users access log
Replies: 11
Views: 7451

Re: Users access log

it's a requirement written in the company's policies: As I wrote: A problem with the bigger chief I think it's not unusual... Ah Ok,so it's easy for the bigger chief to have this as a requirement in the company's policies, just because it's not unusual. IMO nonsens. But now enough with my off topic...
by atrol
07 May 2010, 08:15
Forum: Help
Topic: Problem with status email
Replies: 1
Views: 1484

Re: Problem with status email

As administrator have a look at at page [ Manage ] -> [ Manage Configuration ] -> [ E-mail Notifications ] for global settings
As user have a loook at [ My account ] -> [ Peferences ] for personal settings
by atrol
07 May 2010, 08:09
Forum: General Discussion
Topic: Help Configuration
Replies: 6
Views: 7112

Re: Help Configuration

I never tried using MSN for this, but this could be starting point for you

$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'smtp.email.msn.com';
$g_smtp_username = 'gael_XX@msn.com';
$g_smtp_password = 'mypassword';
by atrol
07 May 2010, 07:30
Forum: Customizations
Topic: Email notification issue with new statuses
Replies: 6
Views: 5236

Re: Email notification issue with new statuses

I have no problems with this in one of my installations (using 1.1.6)
Which version do you use?
Did you enable the checkboxes for "Status changes to received_by_MOE" at page [ Manage ] -> [ Manage Configuration ] -> [ E-mail Notifications ]
by atrol
06 May 2010, 13:45
Forum: Help
Topic: Users access log
Replies: 11
Views: 7451

Re: Users access log

duwil wrote:a prerequisite is that the big chief could ask for a log with all user's sessions data (login/logout date).
I wish I could ask him how he wants to interprete the data, or maybe this is just to impress the bigger chief :wink:
by atrol
06 May 2010, 13:37
Forum: General Discussion
Topic: Automating Mantis
Replies: 1
Views: 1993

Re: Automating Mantis

There is an "Import/Export issues" plugin delivered with MantisBT since version 1.2.0
by atrol
06 May 2010, 10:44
Forum: Help
Topic: Users access log
Replies: 11
Views: 7451

Re: Users access log

Have a look at function user_update_last_visit in file user_api.php

Huuh, I am starting to give support for questionable features :oops:

Do you want to be a big brother, want to know what users really do, want to get more impressive charts?
If yes, you should check the history table of MantisBT.
by atrol
06 May 2010, 07:56
Forum: Deutsch
Topic: User erhält keine E-Mail
Replies: 1
Views: 4969

Re: User erhält keine E-Mail

Werden die Emails mit Standardeinstellungen verschickt oder über einen cron Job?
Enthält die Datenbanktabelle mantis_email_table Einträge?
Ansonsten würde ich zuerst in die Logfiles von Webserver und Email-Server ob dort Fehler gelistet werden.
by atrol
05 May 2010, 20:28
Forum: Customizations
Topic: Joomla meets Mantis
Replies: 4
Views: 5257

Re: Joomla meets Mantis

Thanks for sharing this.
Please have a look at your PM.
by atrol
05 May 2010, 20:26
Forum: Customizations
Topic: How to customize the label in my_view_page.php?
Replies: 14
Views: 12223

Re: How to customize the label in my_view_page.php?

Maybe you have to store the file with another encoding (UTF-8)
by atrol
05 May 2010, 20:23
Forum: Customizations
Topic: Quality Center
Replies: 15
Views: 36730

Re: Quality Center

Mail to MantisBT developer mailing list. This is the better place to reach the experts for API related questions.
by atrol
05 May 2010, 20:18
Forum: Help
Topic: Cluster
Replies: 1
Views: 1256

Re: Cluster

If think this questions is not related to MantisBT but webserver and database.
For example Apache provides a loadbalancing cluster http://httpd.apache.org/docs/2.2/mod/mod_proxy.html
For example MySQL provides http://www.mysql.com/products/database/cluster
TBH, I never setup one of them