Search found 4 matches

by Leonard
16 Feb 2006, 08:23
Forum: Customizations
Topic: Change priority icon?
Replies: 5
Views: 12228

Hi MM!
Is there a way to use words "Medium", "High" etc instead of using graphic icons for the "Priority" column?

You can instert the following line into config_inc.php to display the text, not the icon.


# --- show priority as icon ---
# OFF: Shows priority as icon in view all bugs page ...
by Leonard
23 Jan 2006, 12:48
Forum: General Discussion
Topic: custom field - Possible Values - size > 255 ???
Replies: 7
Views: 11503

vboctor wrote: Don't waste to much time on it, just package the modified / added files in a zip and submit an issue.
After lunch i tried again and it worked. I submitted the issue #6626 http://bugs.mantisbt.org/view.php?id=6626

Regards,
Tobias
by Leonard
23 Jan 2006, 10:42
Forum: General Discussion
Topic: custom field - Possible Values - size > 255 ???
Replies: 7
Views: 11503

[quote="vboctor"]From memory the command line is as follows:
cvs diff -u

Thanks, but i get only this error message:
cvs [diff aborted]: Error reading from server cvs.sourceforge.net: 0
I tried on command line and with TortoiseCVS, with the same error. Is this a problem with sourceforge or a ...
by Leonard
23 Jan 2006, 10:27
Forum: General Discussion
Topic: custom field - Possible Values - size > 255 ???
Replies: 7
Views: 11503

Hi,

today i finished a possibility to have a custom field type memo . I did this by using a second table for the text values. I'm not really sure if this is the best way, but it looks similar to the way how textfields are saved for the bugs.

At the moment i try to find out, how to create a patch ...