Search found 509 matches

by deboutv
10 Jul 2009, 07:01
Forum: Help
Topic: Sending email slowing application
Replies: 1
Views: 1543

Re: Sending email slowing application

  • Check the performances of the MTA (and increase it if possible).
  • Turn ON sending email by cronjob ($g_email_send_using_cronjob = ON; in your config_inc.php, you will need a script to send email)
by deboutv
09 Jul 2009, 07:17
Forum: Help
Topic: Mantis over SSH
Replies: 3
Views: 2489

Re: Mantis over SSH

Did you set the variable $g_path in your config file?
by deboutv
09 Jul 2009, 07:05
Forum: Help
Topic: Any way to merge or link two issues?
Replies: 2
Views: 2874

Re: Any way to merge or link two issues?

Merging: no it not possible.
Linking: yes you can (it is in the relationship section of the bug).
by deboutv
09 Jul 2009, 06:56
Forum: Help
Topic: How to CC another user on a bug?
Replies: 2
Views: 1885

Re: How to CC another user on a bug?

There is nothing to do that with Mantis. But you can add this feature by: customizing a custom function (issue_create I think): add automatically someone in the monitoring list (it is not a GUI operation and the "someone" should be determined by a script). installing one of my plugin (MyRe...
by deboutv
24 Jun 2009, 07:06
Forum: Help
Topic: Upload File Path
Replies: 1
Views: 4945

Re: Upload File Path

Like it is written, make sure that the path exists and is writable by the webserver.
by deboutv
24 Jun 2009, 07:05
Forum: Help
Topic: View closed isusses
Replies: 3
Views: 2357

Re: View closed isusses

Like I side, take care to the Hide Status field.
by deboutv
22 Jun 2009, 06:58
Forum: Help
Topic: Login
Replies: 6
Views: 4562

Re: Login

Take a look in the manual ;)
by deboutv
22 Jun 2009, 06:57
Forum: Help
Topic: select assignee during posting bug
Replies: 3
Views: 2562

Re: select assignee during posting bug

Yes, you just have a patch to apply (http://bugtracker.morinie.fr/mantis/view.php?id=592).

Requirements are the minimum version you need.
by deboutv
22 Jun 2009, 06:54
Forum: Customizations
Topic: Customization "My View" Page
Replies: 2
Views: 5166

Re: Customization "My View" Page

You can't unless you use my plugin (follow my signature).
by deboutv
18 Jun 2009, 06:49
Forum: General Discussion
Topic: Closing the defect
Replies: 1
Views: 2053

Re: Closing the defect

I suggest to write a PHP script instead of Perl script (it will be easier to communicate with PHP). Take a look in the core/bug_api.php file to find the different functions to manage bugs.
by deboutv
18 Jun 2009, 06:45
Forum: Help
Topic: Problem with connecting database while updating
Replies: 4
Views: 2238

Re: Problem with connecting database while updating

Have you kept the config_inc.php file or did you restart from scratch?
by deboutv
18 Jun 2009, 06:42
Forum: Help
Topic: select assignee during posting bug
Replies: 3
Views: 2562

Re: select assignee during posting bug

Follow my signature (MyReport plugin).
by deboutv
18 Jun 2009, 06:42
Forum: Help
Topic: View closed isusses
Replies: 3
Views: 2357

Re: View closed isusses

Create the correct filter in the View Issues page and don't forget to change the "Hide Status" filter value.
by deboutv
17 Jun 2009, 06:48
Forum: Help
Topic: How do i change the starting ticket number?
Replies: 1
Views: 1625

Re: How do i change the starting ticket number?

To change the start number, you should take a look in your SQL database manual (it is link with the auto_increment feature).