Search found 7 matches

by pj118
02 Dec 2010, 10:31
Forum: Help
Topic: CSV Separator unconfigurable ?
Replies: 11
Views: 8668

Re: CSV Separator unconfigurable ?

Hi Atrol,

thanks for the clue, the problem came from the system and not from Mantis !

We're don't manage the server and the administrators installed a cache system in the server while we were setting up the configuration and we weren't noticed !

So in order to apply changes, we now need to ...
by pj118
01 Dec 2010, 14:18
Forum: Help
Topic: CSV Separator unconfigurable ?
Replies: 11
Views: 8668

Re: CSV Separator unconfigurable ?

We have the same result : a file with the ",".
The "die" don't stop the csv export.
by pj118
01 Dec 2010, 13:58
Forum: Help
Topic: CSV Separator unconfigurable ?
Replies: 11
Views: 8668

Re: CSV Separator unconfigurable ?

Yes.
It's that we want.
by pj118
01 Dec 2010, 13:24
Forum: Help
Topic: CSV Separator unconfigurable ?
Replies: 11
Views: 8668

Re: CSV Separator unconfigurable ?

OS : redhat 5
PHP : 5.3.3
Database : Mysql 5.0.77
Webserver : Apache

We don't add plugins (show the attachement).
We just edit the config_inc.php file as :

<?php
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'bugtracker';
$g_db_username = 'mantdsem';
$g_db_password ...
by pj118
01 Dec 2010, 12:56
Forum: Help
Topic: CSV Separator unconfigurable ?
Replies: 11
Views: 8668

Re: CSV Separator unconfigurable ?

Thanks for your answer.

In the first time, we edited the config_default_inc.php and we set $g_csv_separator=" ; ".
When we export a csv, the caractar separator is still " , ".

In the second time we reset the file config_default_inc.php and as you say, we have just add the variable in the config ...
by pj118
01 Dec 2010, 09:39
Forum: Help
Topic: CSV Separator unconfigurable ?
Replies: 11
Views: 8668

CSV Separator unconfigurable ?

Hi,

I can't change the CSV separator with Mantis 1.2.3. I try to edit config_default-inc.php ($g_csv_separator = ';';).
But it does'nt work.

Thanks for your help.
by pj118
01 Dec 2010, 08:25
Forum: French
Topic: Séparateur Export CSV
Replies: 1
Views: 3827

Séparateur Export CSV

Bonjour,

Je viens d'upgrader Mantis de 1.0.6 vers 1.2.3.
Dans notre ancienne version nous avions configuré la variable $g_csv_separator = ';'; (config_default-inc.php) pour que les Export CSV soient avec des points virgules.
Impossible de faire la même chose sous la nouvelle version.
J'ai fais ...