Search found 5 matches

by Leonardo Colombi
24 Jan 2013, 09:00
Forum: Help
Topic: Enter a date of last year in custom field
Replies: 2
Views: 3177

Re: Enter a date of last year in custom field

In Mantis version 1.1.8 I solved this problem changing line

$t_start_year = $t_current;

with

$t_start_year = $t_current - 1;

in function print_year_range_option_list, that's inside core\date_api.php
Maybe in newer Mantis version this issue is already solved.
by Leonardo Colombi
18 Sep 2009, 07:09
Forum: Help
Topic: remove menu options
Replies: 10
Views: 18272

Re: remove menu options

Hello,
I think you shoudl change/comment/remove some lines inside function print_menu().
You can find it in the core/html_api.php
by Leonardo Colombi
17 Sep 2009, 13:01
Forum: Customizations
Topic: DATETIME custom Field type + Search on custom fields
Replies: 24
Views: 55169

Re:

Hello,
first of all thanks for your suggestions and code :)
I'm trying it in Mantis 1.1.8 but there are some problems: I've defined a custom field of datetime type, I set it up when reporting issue but Mantis doesn't save the value.
I always see that field empty.
What I'm missing?
by Leonardo Colombi
17 Sep 2009, 09:47
Forum: Help
Topic: Mantis 1.1.8 & Oracle : problem with filter
Replies: 0
Views: 1793

Mantis 1.1.8 & Oracle : problem with filter

Hello, I'm trying of use Mantis (v 1.1.8) with Oracle 10g. I've followed what is written here http://www.mantisbt.org/bugs/view.php?id=6895 but I'm still having problems. I've also had to change some queries because table aliases are not correct: in Oracle the word "AS" is not used for tab...
by Leonardo Colombi
17 Sep 2009, 07:18
Forum: Help
Topic: Mantis & Oracle : problem with filter
Replies: 0
Views: 2303

Mantis & Oracle : problem with filter

Hello everybody, I've just register because I'm trying of make Mantis Bt work with Oracle (10g). I've followed some instructions and suggestions found here : http://www.mantisbt.org/bugs/view.php?id=6895 But still I've problems. I fix some of them changing queries when the "as" word was us...