Hi,
This setting was already in place: my user interface is in English, but mails still in French.
BR
Search found 28 matches
- Mar 01, 2010 3:32 am
- Forum: Help
- Topic: 1.1.8 language settings for emails?
- Replies: 3
- Views: 1384
- Feb 24, 2010 10:34 am
- Forum: Help
- Topic: 1.1.8 and IE 6
- Replies: 1
- Views: 823
1.1.8 and IE 6
I am installing Mantis 1.1.8 (previous version 1.08) and use it with Internet Explorer 6.0 When updating a defect, IE6 does not show the updates. For example if I change the status of an issue, the old status stays visible. If I close the current IE 6 window and start a new one, I can see the new De...
- Feb 24, 2010 10:22 am
- Forum: Help
- Topic: 1.1.8 language settings for emails?
- Replies: 3
- Views: 1384
1.1.8 language settings for emails?
Trying to install 1.1.8 (previous version 1.08), I notice Mantis tried to compose emails in French (I am French but). Where is the setting to manage the language for the email? I want to switch to English. Moreover, the French email composition failed when reaching the first accentuated character. I...
- Dec 12, 2008 5:28 am
- Forum: Help
- Topic: [1.0.8] extending the length of possible values of an enum
- Replies: 0
- Views: 667
[1.0.8] extending the length of possible values of an enum
Hello,
Mantis 1.0.8
The Possible Values field of a Custom Field of type Enumeration is limited to 255 char.
How to extent this limit?
Thanks
Mantis 1.0.8
The Possible Values field of a Custom Field of type Enumeration is limited to 255 char.
How to extent this limit?
Thanks
- Jul 09, 2008 7:40 am
- Forum: Help
- Topic: How to export the relationship (eg. parent) columns in CVS?
- Replies: 1
- Views: 1607
How to export the relationship (eg. parent) columns in CVS?
Hello Mantis 1.0.8 I want to added the relationship column when exporting to CVS. IN other words, I want to see for an issue who are its parent, childs, etc I did not find this column (relationship) in any documentation or parent_of, child_of, etc columns How is this implemented? How to write this e...
- Jul 09, 2008 7:33 am
- Forum: Help
- Topic: No result when filtering with parent_of or child_of
- Replies: 0
- Views: 1034
No result when filtering with parent_of or child_of
Hello,
Mantis 1.0.8
When I filter using the relationships parent_of or child_of and specifying an issue number I get no answer, although the child/parent issues exist.
Strange because the "has duplicate" filter works
Any ideas? thanks
Laurent
Mantis 1.0.8
When I filter using the relationships parent_of or child_of and specifying an issue number I get no answer, although the child/parent issues exist.
Strange because the "has duplicate" filter works
Any ideas? thanks
Laurent
- Apr 02, 2008 2:20 am
- Forum: Help
- Topic: Customization: Workflow Treshold issue
- Replies: 4
- Views: 2609
Customization: Workflow Treshold issue
Hello, Using Mantis 1.08, I want to bring down the threshold for the Move issue functionality. In the config_inc.php file, I added: $g_move_bug_threshold = UPDATER; I think the modification is OK, since I got a blue rectangle in the Workflow Threshold configuration windows, this means that the defau...
- Jan 15, 2008 5:49 am
- Forum: Help
- Topic: Mantis 1.0.8: "Fixed in version" missing in print report
- Replies: 1
- Views: 1154
Mantis 1.0.8: "Fixed in version" missing in print report
Hello,
With Mantis 1.0.8, I notice that the Fixed in version field is missing in the print report.
Does anybody know how to add it?
Thanks
With Mantis 1.0.8, I notice that the Fixed in version field is missing in the print report.
Does anybody know how to add it?
Thanks
- Dec 18, 2007 4:37 am
- Forum: Help
- Topic: Excel export : all issues are not exported
- Replies: 6
- Views: 3618
Re: Excel export : all issues are not exported
Thank you very much, this variable setting solved my problem.
BR, Laurent
BR, Laurent
- Dec 17, 2007 4:58 am
- Forum: Help
- Topic: Excel export : all issues are not exported
- Replies: 6
- Views: 3618
Re: Excel export : all issues are not exported
Just to complete: only the first 526 issues are exported among 1761 I choose the Open (Excel) option on the File download window. The last issue is not fully exported All issues are visible on the print_all_bug_page.php page, but not all are exported to Excel. It looks like a timeout or a limitation...
- Dec 17, 2007 4:31 am
- Forum: Help
- Topic: Excel export : all issues are not exported
- Replies: 6
- Views: 3618
Re: Excel export : all issues are not exported
Here are the last lines : <tr height=17 style='height:12.75pt'> <td height=17 class=xl26 style='height:12.75pt'>2680</td> <td class=xl26>BO</td> <td class=xl26>minor</td> <td class=xl26>always</td> <td class=xl26>11-23-07 10:15</td> <td class=xl26>11-27-07 09:40</td> <td class=xl26>Denis Gadais</td>...
- Dec 13, 2007 3:21 am
- Forum: Help
- Topic: Excel export : all issues are not exported
- Replies: 6
- Views: 3618
Re: Excel export : all issues are not exported
Hello,
I upgraded to Mantis 1.0.8 and have still the same probelm.
Can anybody help?
BR,
Laurent
I upgraded to Mantis 1.0.8 and have still the same probelm.
Can anybody help?
BR,
Laurent
- Oct 25, 2007 2:27 am
- Forum: Help
- Topic: Slow performance: select DISTINCT
- Replies: 7
- Views: 9853
- Oct 18, 2007 8:40 am
- Forum: Help
- Topic: Excel export : all issues are not exported
- Replies: 6
- Views: 3618
Excel export : all issues are not exported
Hello, With Mantis 1.0.0a2, I try to export all my issues to Excel. First, I list all my issues with View Issues Then, I use the Print Report link, then select the Excel icon. Only 1143 issues among 1423 are exported ! (Using the Excel export link, all issues are exported, but in that case all field...
- Oct 08, 2007 6:17 am
- Forum: Help
- Topic: Slow performance: select DISTINCT
- Replies: 7
- Views: 9853
Hello, We will try to rebuild the indexes on Thursday. In the meanwhile I can precise what happens: Sometimes, one or more select distinct mantis_bug_table.id AS is from mantis_bug_text_table, mantis_project_table, mantis_bug_table LEFT JOIN queries do not finished when copying to tmp table. Then if...