Search found 8 matches

by clandriot
24 Oct 2006, 06:34
Forum: Customizations
Topic: Is it possible to force Add Note on Resolve issue?
Replies: 1
Views: 5340

Hello !
It is possible to override some functionalities of Mantis. You must create a file named custom_functions_inc.php and add override methods.
You can look at the manual for more explanations, it is very clear :
http://manual.mantisbugtracker.com/manual.customizing.mantis.custom.functions ...
by clandriot
11 Oct 2006, 15:37
Forum: Customizations
Topic: How do you change the links on header/footer logos?
Replies: 5
Views: 12411

To confirm my previous post, you can have a look at the following url : http://wiki.mantisbugtracker.com/doku.p ... ew_website
by clandriot
11 Oct 2006, 06:17
Forum: Customizations
Topic: How do you change the links on header/footer logos?
Replies: 5
Views: 12411

Hello.
It seems that there is no other way than modifying the url in the core/html_api.php (builder for the header/footer) ....
by clandriot
10 Oct 2006, 08:18
Forum: Help
Topic: Hiding custom fields in "View Issuses" filter
Replies: 4
Views: 5317

Sorry, it's me that need glasses :oops:

There is a variable in the config file : filter_by_custom_fields.
It is by default to 'ON'. It will hide the custom fields in the filter if it is set to 'OFF', but all your custom fields will be afftected in the same way.

To improve this, you could add your ...
by clandriot
10 Oct 2006, 07:49
Forum: Help
Topic: Hiding custom fields in "View Issuses" filter
Replies: 4
Views: 5317

Hello !
Your problem is weird, since I have no problem xith this functionality (also Mantis 1.0.5).

I have unchecked all options in my custom field (so, also the View in Advanced page), and I can see my custom field in the filter. It is placed at the the end of all other criterias.

I have not ...
by clandriot
06 Oct 2006, 06:20
Forum: Help
Topic: Getting Status of the issue in subject line in emails
Replies: 7
Views: 7976

You can find some hints in the columns_api.php
For example, for the status, you can use

Code: Select all

get_enum_element( 'status', $p_status );
You will find all other 'converter' in the above file.
by clandriot
29 Jun 2006, 06:04
Forum: Help
Topic: Impossible to upload bigger files ....
Replies: 4
Views: 5067

Yes, I have found all these parameters and modified them.
The strange thing is that I have exactly the same configuration on a Windows XP and a Windows 2003 Server and it is all right on XP and not working on 2003 !
To solve my problem, I had to use DISK upload method :-(
by clandriot
21 Jun 2006, 16:49
Forum: Help
Topic: Impossible to upload bigger files ....
Replies: 4
Views: 5067

Impossible to upload bigger files ....

Hello.

I have left all the default parameters to upload files in DATABASE mode (2M, ...etc). I have no problem to upload small file ( <100ko ) but I have an error when I try to upload bigger ones :
[21-Jun-2006 18:39:34] PHP Fatal error: 401 in H:\wamp\www\mantis\core\database_api.php on line 128 ...