Search found 509 matches

by deboutv
14 Feb 2007, 13:13
Forum: Help
Topic: Import tables
Replies: 6
Views: 6680

Do you have a SQL client on Windows?
by deboutv
14 Feb 2007, 13:08
Forum: Help
Topic: E-mail about new bug reports
Replies: 19
Views: 34107

Ok, change to the following variables:

$g_log_level = LOG_EMAIL_RECIPIENT;
$g_log_destination = 'file:/tmp/email.log';

Report a bug and post here (or by PM) the email.log file.
by deboutv
14 Feb 2007, 12:57
Forum: Help
Topic: database problems
Replies: 25
Views: 16656

Do you have configured the username and the password into the database?
by deboutv
14 Feb 2007, 06:28
Forum: Help
Topic: Email notifications to project users only.
Replies: 5
Views: 5490

Your project is public or private?
by deboutv
13 Feb 2007, 13:41
Forum: Help
Topic: E-mail about new bug reports
Replies: 19
Views: 34107

dolon wrote:yes, as you see it is in there.
Concerning the variable:

$g_default_email_on_new_minimum_severity = OFF; # 'any'

Did you change your preferences settings to 'any'?
by deboutv
13 Feb 2007, 13:22
Forum: Help
Topic: E-mail about new bug reports
Replies: 19
Views: 34107

If you are the administrator you need to set this (instead of MANAGER):

$g_notify_flags['new']['threshold_max'] = ADMINISTRATOR;
by deboutv
13 Feb 2007, 12:54
Forum: Help
Topic: E-mail about new bug reports
Replies: 19
Views: 34107

Ok, post your config here.
by deboutv
13 Feb 2007, 11:52
Forum: Customizations
Topic: Notify and Calendar feature
Replies: 1
Views: 6268

Re: Notify and Calendar feature

lpantos wrote:I'm looking to see if there are features to send me a reminder of due dates and items that haven't been closed;
Thanks.
This week-end you'll find a plugin to do that on my website (in the signature).
Or check the bug 5887 to install now the current version.
by deboutv
13 Feb 2007, 11:22
Forum: Help
Topic: Notify more than the assignee about a new ticket
Replies: 4
Views: 4843

Uwe Keim wrote:Both, the actual developer and me as the project manager need to be notified.
Add/update the following lines into config_inc.php:

$g_notify_flags['new']['threshold_min'] = DEVELOPER;
$g_notify_flags['new']['threshold_max'] = MANAGER;
by deboutv
13 Feb 2007, 11:18
Forum: Help
Topic: E-mail about new bug reports
Replies: 19
Views: 34107

The solution is written into the comments of the config_defaults_inc.php file :wink:

Add/update the following lines:

$g_notify_flags['new']['threshold_min'] = DEVELOPER;
$g_notify_flags['new']['threshold_max'] = MANAGER;
by deboutv
13 Feb 2007, 11:02
Forum: Help
Topic: email notfication to the manager
Replies: 2
Views: 4097

Re: email notfication to the manager

Hi, I dont know how to modify the config_defaults_inc.php file to be notified (I am the manager) when the new bug is posted by reporter. $g_default_notify_flags = array('reporter' => ON, 'handler' => ON, 'monitor' => ON, 'bugnotes' => ON, 'threshold_min' => NOBODY, 'threshold_max' => NOBODY); I hav...
by deboutv
13 Feb 2007, 10:53
Forum: Help
Topic: How to get mails in HTML format
Replies: 2
Views: 4410

Re: How to get mails in HTML format

Is anyone aware of how to get emails in HTML format rather than plain text? I have set the following IsHTML to true in email_api and changed the $ContentType = "text/html" in the class.phpmailer files. But nothing seems to work. Any help would be appreciated. It is not possible to have HT...
by deboutv
13 Feb 2007, 10:49
Forum: Help
Topic: Notify more than the assignee about a new ticket
Replies: 4
Views: 4843

Hi,

Only for you? I mean only you need to be notified.
by deboutv
13 Feb 2007, 09:27
Forum: Customizations
Topic: Plugins
Replies: 2
Views: 6539

Plugins

Hello, I have created a website for Mantis plugins. You'll find: - Hierarchy (display the project hierarchy) - MantisNNTP (to post notifications into NNTP server) - Weekly (send a weekly email) And soon: - Reminder (send an automatic reminder) - Plugin Manager - Wiki (another view of Wiki plugin) - ...