Search found 9 matches

by sherbetlemon
22 Sep 2008, 09:22
Forum: Customizations
Topic: Problem in Filter, How to update customized Mantis
Replies: 0
Views: 1869

Problem in Filter, How to update customized Mantis

Hi... we used Mantis version 1.0.6 as our base software for our bug tracking system. We already have implemented several customizations on the said system to fit for our use.

Filtering of 'Parent' bug and 'Duplicate of' in Mantis version 1.0.6 is not working. I downloaded several higher versions of ...
by sherbetlemon
19 Sep 2008, 02:20
Forum: Help
Topic: Getting bug fix on the Filter API (Filtering of 'Parent')
Replies: 1
Views: 1781

Getting bug fix on the Filter API (Filtering of 'Parent')

Hi... we used Mantis version 1.0.6 as our base software for our bug tracking system. We already have implemented several customizations on the said system to fit for our use.

Filtering of 'Parent' bug and 'Duplicate of' in Mantis version 1.0.6 is not working. I downloaded several higher versions ...
by sherbetlemon
22 Aug 2008, 06:48
Forum: Customizations
Topic: Customizing Filter Functionality in Mantis
Replies: 0
Views: 2068

Customizing Filter Functionality in Mantis

Hi guys! I need help in customizing the filter functionality in Mantis... How can I do this?? I added a new filter 'platform' then when user selects a platform on a dropdown,, it is supposed to open another filter element which is a drop down of all the projects using the specified platform... this ...
by sherbetlemon
30 May 2008, 05:19
Forum: General Discussion
Topic: tool or editor that can track or drill down dependent files
Replies: 0
Views: 1782

tool or editor that can track or drill down dependent files

Hello!

Guys do you know any editor that tracks down affected files??? Say for example I have a PHP file (file1) that includes another PHP file (file2), then file2 uses functions of other PHP files (file3,4...n). Is there any tool that can track these files?? Like when I used this particular tool, I ...
by sherbetlemon
17 Apr 2008, 09:18
Forum: Help
Topic: Customizing/Adding New Column on view_all_bug_page.php
Replies: 2
Views: 2682

Re: Customizing/Adding New Column on view_all_bug_page.php

I would just like to ask if I can add a column on the view_all_bug_page where its content will not be coming from the database???

Say I would like to add a # column on the table beside the edit column and for its content it would just be numbers starting from 1 - n where n represents the total ...
by sherbetlemon
15 Apr 2008, 09:05
Forum: Help
Topic: Customizing/Adding New Column on view_all_bug_page.php
Replies: 2
Views: 2682

Customizing/Adding New Column on view_all_bug_page.php

guys, can you please help me with this, say for example I would like to add a new field/column on the page, what files should I work on?? Thanks in Advance!! :D
by sherbetlemon
02 Apr 2008, 03:17
Forum: Customizations
Topic: Variable Prefix
Replies: 2
Views: 3254

Re: Variable Prefix

Thanks sir! :-)
by sherbetlemon
02 Apr 2008, 00:40
Forum: Customizations
Topic: Variable Prefix
Replies: 2
Views: 3254

Variable Prefix

Hello,

I'm new here and currently I have a project which customizes Mantis to be used in our organization. I would just like to ask what did the prefixes 't', 'f', 'p' means (i.e. 't' in $t_per_page, 'f' in $f_page_number, and 'p' in $p_bug_id)?? Am I correct to assume that 't' stands for ...