Search found 10 matches

by rudy
22 Nov 2006, 14:53
Forum: Customizations
Topic: giving a default value to a 'date' custom field
Replies: 0
Views: 4204

giving a default value to a 'date' custom field

Hi all,

I would need to create a custom field with a date type that would take the date of the current day as default value.

Any idea about how to make this work?
by rudy
01 Sep 2006, 13:44
Forum: Help
Topic: can't send mail using SMTP with SSL encryption
Replies: 0
Views: 2770

can't send mail using SMTP with SSL encryption

Hi all,

I'm trying to set email notification in mantis for the company i work for. They would like to use SMTP with SSL encryption for this, but i didn't manage to configure mantis properly to use it.

I currently use the following lines in the config_inc.php file:

$g_phpMailer_method = "2";
$g ...
by rudy
31 Aug 2006, 16:04
Forum: Help
Topic: Problem using custom fields: list too long
Replies: 6
Views: 8899

Problem using custom fields: list too long

Hi,

I need to create a field that would be a multiselection list composed of 422 elements. The custom field definition is not adapted to such an important list since it's limited to 255 caracters.

What is the best way to create this field? would it be a probleme if i change the database ...
by rudy
30 Aug 2006, 10:38
Forum: Help
Topic: special caracters converted into html code
Replies: 2
Views: 4210

Thanks a lot, i'll try that when i'll find where to switch off smart quotes...
by rudy
25 Aug 2006, 13:31
Forum: Help
Topic: special caracters converted into html code
Replies: 2
Views: 4210

special caracters converted into html code

Hi all,

When i copy some text from msword to mantis while reporting issues some caracters are converted into HTML code, for example:

the caracter ' becomes &#8217

Any idea about where this problem comes from (and how to solve it) ??

Any help would be much appreciated.
by rudy
19 Jun 2006, 16:31
Forum: Customizations
Topic: Customize a custom field using a date attribute
Replies: 2
Views: 6906

Thanks a lot,

I tried it and it works perfectly.
by rudy
16 May 2006, 16:47
Forum: Help
Topic: CSV import with mantis
Replies: 4
Views: 7893

Thanks a lot for your help! It looks exactly what i need!

Have you tested it?

I installed the version 6.1, and all seemed to work fine until i tried to import a very simple file. I got the following error message:

APPLICATION ERROR #401
ERROR : database query failed.

I've tried using the query ...
by rudy
25 Apr 2006, 14:48
Forum: Help
Topic: CSV import with mantis
Replies: 4
Views: 7893

CSV import with mantis

Hi all,

I've seen some csv features in mantis (i'm using the V1.0.2) to export data. I wanted to know if it was possible to import data from a csv file into mantis.

Any help would be much appreciated.
by rudy
18 Apr 2006, 13:54
Forum: Customizations
Topic: Customize a custom field using a date attribute
Replies: 2
Views: 6906

Customize a custom field using a date attribute

Hello,

I'm using a custom field using a date attribute. In the report bug's page, the default setting is set on M-d-Y, i'd like to change this to d-M-Y.
Any idea?

Any help would be much appreciated !
by rudy
13 Apr 2006, 13:23
Forum: Customizations
Topic: modifying status according to the projetcts
Replies: 0
Views: 4439

modifying status according to the projetcts

Hi,

I've just started using mantis a few days ago so I still have some problems to customize it...

My question is: Is it possible to have different status according to the different projects created? For example like to have the status "acknowledged" in a project but not on another one.

If not ...