Search found 17 matches

by kerthi
24 Jan 2007, 06:55
Forum: Help
Topic: DHTML Filter doesn't work properly in IE
Replies: 2
Views: 4161

Thanx, that works!

lg kerthi
by kerthi
23 Jan 2007, 13:22
Forum: Help
Topic: DHTML Filter doesn't work properly in IE
Replies: 2
Views: 4161

DHTML Filter doesn't work properly in IE

I'm using IE 7 with mantis 1.0.6.

When i try to display more than one Filter at a time I have a problem.

I click on the first filter and the box to set the filter displays correctly (e.g. Assigned to). I want to set another filter value and click on another header (e.g. Reporter). Then the table ...
by kerthi
08 Aug 2006, 09:06
Forum: Customizations
Topic: List of all new Bugs submitted by mail once a day
Replies: 2
Views: 6187

List of all new Bugs submitted by mail once a day

Hey!

I need a function that allows me to define a person that gets a list of all new bugs once a day via email.

How can i achieve such a behavior?

greez kerthi
by kerthi
07 Aug 2006, 12:23
Forum: Help
Topic: own filter criteria for view_all_bug
Replies: 1
Views: 2968

own filter criteria for view_all_bug

Hey!

I'have added group support to my mantis installation (two new tables to the db). I need to filter the buglist in view_all_bug_page with this information.

What is the best approach for adding a filter?

regards, kerthi
by kerthi
07 Aug 2006, 12:19
Forum: Help
Topic: No Graph is displayed
Replies: 8
Views: 9916

Thanks, that worked.
I had a blank at the end of my custom_strings.
by kerthi
01 Aug 2006, 11:18
Forum: Help
Topic: Person that recieves email if bug is reported?
Replies: 0
Views: 2376

Person that recieves email if bug is reported?

I need the following:

A defined Person recieves an email if a new Bug is reported.

Is that possible?
by kerthi
31 Jul 2006, 06:36
Forum: Help
Topic: No Graph is displayed
Replies: 8
Views: 9916

I copied the release where the summary is not working to my local test machine.
There all the graphs work as expected.

There must be something wrong with the server configuration.
I have no idea what.
by kerthi
31 Jul 2006, 05:49
Forum: Help
Topic: No Graph is displayed
Replies: 8
Views: 9916

I don't get the graphs to work.

Have no idea what's the problem.
by kerthi
24 Jul 2006, 13:33
Forum: Help
Topic: No Graph is displayed
Replies: 8
Views: 9916

The examples work!

But i don't get the summary to work!!

CK
by kerthi
24 Jul 2006, 13:01
Forum: Help
Topic: No Graph is displayed
Replies: 8
Views: 9916

No Graph is displayed

Hey!

I want to use the visual summary in mantis.

I have configured the following variables:

# JP GRAPH SETTINGS
$g_use_jpgraph = ON;
$g_jpgraph_path = '.' . DIRECTORY_SEPARATOR . 'jpgraph' . DIRECTORY_SEPARATOR . 'src' . DIRECTORY_SEPARATOR; # dont forget the ending slash!

When i display the ...
by kerthi
25 Nov 2005, 07:00
Forum: General Discussion
Topic: Custom field dependencies
Replies: 8
Views: 15911

yeah, clear so far.

But how to make the connection between two custom fields, one holding the top level categories, one the subcategories?
by kerthi
24 Nov 2005, 13:32
Forum: General Discussion
Topic: Custom field dependencies
Replies: 8
Views: 15911

Some thoughts.....

AJAX sheems like a promising approach on this.

The only question is how to set the values for the custom fields.

First one is no problem.
e.g first|second|third

when i select 'first' i want the second enum to get other values, then when selecting 'second'

But how to set these ...
by kerthi
24 Nov 2005, 07:09
Forum: General Discussion
Topic: Custom field dependencies
Replies: 8
Views: 15911

I would also need such a behaviour!

did another post here: http://forums.mantisbt.org/viewtopic.php?t=924

Is that simply not possible, because none of these posts got any replies.

thx kerthi
by kerthi
22 Nov 2005, 09:16
Forum: Help
Topic: Dependencies between custom fields!
Replies: 1
Views: 4668

Dependencies between custom fields!

Hey!

Is it possible to let one custom field depend on another?

e.g.

i have two combo boxes. when i select a certain entry of the first, the second displays a set of possible values. When i select another entry of the first, the second changes its values.

thx kerthi
by kerthi
15 Nov 2005, 10:14
Forum: Help
Topic: Custom Fields (enumeration) Problem
Replies: 3
Views: 4966

Solved it:

The possible values of the enumeration (custom field) have to look like:

|Value1|Value2|Value3

not

| Value1 | Value2 | Value3


for some Reason the second doesn't work.