Search found 5 matches

by matejp
14 Jul 2009, 12:26
Forum: Customizations
Topic: Displaying last note on view_all_bugs_page.php
Replies: 10
Views: 24800

Re: Displaying last note on view_all_bugs_page.php

I resolve this issue by myself. The solution includes modifing core Mantis files (filter_api.php) and some other minor changes in order to work with SQL Server 2008. Brief description:

I had to change file "filter_api.php":
- function "filter_get_bug_rows", where I added SQL CASE statement to ...
by matejp
13 Jul 2009, 10:45
Forum: Customizations
Topic: Displaying last note on view_all_bugs_page.php
Replies: 10
Views: 24800

Re: Displaying last note on view_all_bugs_page.php

I resolve this issue by myself. The solution includes modifing core Mantis files (filter_api.php) and some other minor changes in order to work with SQL Server 2008. Brief description:

I had to change file "filter_api.php":
- function "filter_get_bug_rows", where I added SQL CASE statement to ...
by matejp
15 Jun 2009, 07:27
Forum: Customizations
Topic: Customizing mantis with LDAP
Replies: 4
Views: 11850

Re: Customizing mantis with LDAP

You have to enable (load) extension in PHP. To do this open file php.ini in your PHP directory and enable extension LDAP.
by matejp
15 Jun 2009, 07:21
Forum: Customizations
Topic: Customizing mantis with LDAP
Replies: 4
Views: 11850

Re: Customizing mantis with LDAP

You have to load (enable) LDAP extension in your php.ini.


Regards,
matejp
by matejp
11 Jun 2009, 07:22
Forum: Customizations
Topic: Displaying last note on view_all_bugs_page.php
Replies: 10
Views: 24800

Displaying last note on view_all_bugs_page.php

Hello,

I tried to customize our Mantis to met my needs and succeeded in most parts. I renamed and added new statuses, priorities, hid uneccessary fields (severity, reproductibility...) and so on... but I dont know how to display "last note" of issue as new column on view_all_bug_page.php. How do I ...