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 ...
Search found 8 matches
- 24 Oct 2006, 06:34
- Forum: Customizations
- Topic: Is it possible to force Add Note on Resolve issue?
- Replies: 1
- Views: 5340
- 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
- 11 Oct 2006, 06:17
- Forum: Customizations
- Topic: How do you change the links on header/footer logos?
- Replies: 5
- Views: 12411
- 10 Oct 2006, 08:18
- Forum: Help
- Topic: Hiding custom fields in "View Issuses" filter
- Replies: 4
- Views: 5317
- 10 Oct 2006, 07:49
- Forum: Help
- Topic: Hiding custom fields in "View Issuses" filter
- Replies: 4
- Views: 5317
- 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
You will find all other 'converter' in the above file.
For example, for the status, you can use
Code: Select all
get_enum_element( 'status', $p_status );- 29 Jun 2006, 06:04
- Forum: Help
- Topic: Impossible to upload bigger files ....
- Replies: 4
- Views: 5067
- 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 ...
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 ...