Search found 6 matches

by ticaro.valmul
18 Jun 2005, 07:51
Forum: General Discussion
Topic: Changelog: How it works
Replies: 1
Views: 5028

Changelog: How it works

I have'nt understand how works the changelog function in Mantis.
I have'nt find anything on this function in the manual

Could anyone give me en explanation ?

Thanks
by ticaro.valmul
12 Jun 2005, 19:21
Forum: General Discussion
Topic: Spelling problem under linux with strings_french.txt
Replies: 2
Views: 5967

Sorry I've made a mistake

thraxisp wrote:What version of Mantis are you using?

You should only only need strings_french.txt .
The problem was caused by a wrong declaration in config_inc.php
$g_default_language ='French';
I've replaced it by
$g_default_language ='french';
and it works fine under linux.

I'm sorry
by ticaro.valmul
06 Jun 2005, 13:03
Forum: General Discussion
Topic: Help Trying to save attachment on disk
Replies: 1
Views: 5288

Help Trying to save attachment on disk

I'm using version 1.0a3
It works well when attachment are in DATABASE
but when I try to use DISK solution

I get the following message on Linux and windows easyphp
APPLICATION ERROR #0

ERREUR : Une erreur s'est produite. Merci de contacter votre administrateur.

I've tried to define a directory for ...
by ticaro.valmul
06 Jun 2005, 12:06
Forum: Customizations
Topic: How can you Customize the statuses
Replies: 3
Views: 8016

How can you Customize the statuses

I've tried to follow the manual to add new statuses to Mantis using version 1.0a2.

I have the new statuses appearing in the filter, but they are not showed when you report an issue

Anyone can help ?

Thanks in advance
by ticaro.valmul
06 Jun 2005, 11:09
Forum: General Discussion
Topic: Spelling problem under linux with strings_french.txt
Replies: 2
Views: 5967

Spelling problem under linux with strings_french.txt

To make french translation of mantis work using linux
I need two have twice the language file with two different spelling
strings_french.txt
strings_French.txt
by ticaro.valmul
06 Jun 2005, 11:06
Forum: General Discussion
Topic: 1.0a3 APPLICATION WARNING #300: ERREUR : Chaîne 'profile'
Replies: 1
Views: 5767

1.0a3 APPLICATION WARNING #300: ERREUR : Chaîne 'profile'

I'm testing release 1.00a3.
I'm using the french language and I'm getting the following message on the "view issue page"
APPLICATION WARNING #300: ERREUR : Chaîne 'profile' non trouvée.

If I use the english language I get profile instead of this message.

I have added $s_profile ='Profil'; in the ...