Search found 8 matches

by Skellington
12 Sep 2005, 13:31
Forum: Help
Topic: "Build" field on "Resolve Issue" screen
Replies: 2
Views: 4880

Done.
Issue ID #6237
by Skellington
08 Sep 2005, 21:36
Forum: Customizations
Topic: Help: Custom field "Checkbox".
Replies: 3
Views: 7550

I found a solution:

I set "Possible Values" as:

"RED<br>|GREEN<br>|BLUE"

and it works!
but, GREEN and BLUE checks are left indented... snif.

Well, if somebody could fix this indentation I will thanks.
by Skellington
08 Sep 2005, 20:52
Forum: Customizations
Topic: Help: Custom field "Checkbox".
Replies: 3
Views: 7550

Help: Custom field "Checkbox".

I define a "Checkbox" Custom Field with "RED|GREEN|BLUE| on "Possible Values" (it's just an example)

How can I show one check below the other instead of one next to the other?


Thanks.
by Skellington
08 Sep 2005, 19:36
Forum: Help
Topic: "Build" field on "Resolve Issue" screen
Replies: 2
Views: 4880

"Build" field on "Resolve Issue" screen

Is it possible to view/set "Build" field on "Relsolve Issue" screen?
How?

I'm using: 1.0.0rc1

Thanks
by Skellington
30 Aug 2005, 19:00
Forum: Help
Topic: Redirect Delay vs. $g_wait_time question
Replies: 1
Views: 3706

Redirect Delay vs. $g_wait_time question

Hi,

How "Redirect Delay" (on each user's config) works?

global $g_wait_time param. is the same param that "Redirect Delay"?
One overrides other?
Where applies each one?

For example:

I've got this config:
$g_wait_time = 1;

and user's config is:
Redirect Delay = 8

But always redirect time is 1 ...
by Skellington
30 Aug 2005, 17:38
Forum: Help
Topic: Massive "Update Version" option
Replies: 1
Views: 3654

Massive "Update Version" option

Is there any way to massively change the Version on a large number of issues?

I see that "Move" combo doesn't offer "Update Version" option.


Thanks.
by Skellington
30 Aug 2005, 17:33
Forum: Help
Topic: New upload file name's style.
Replies: 3
Views: 5143

New upload file name's style.

I upgraded to ver. 1.0.0rc1 and I notice that name of DISK uploaded files are strange code instead original name ("60bc860752efeceac69b5df877fc4158" (with no extension) instead original "module01.gif").

Is it normal?
May I change any config param. in order to set "original name" instead this ...
by Skellington
10 Aug 2005, 21:21
Forum: Help
Topic: $g_delete_attachments_threshold not working
Replies: 1
Views: 6111

$g_delete_attachments_threshold not working

Please, can you tell me what is wrong on my config?

I use mantis-1.0.0rc1, and config_inc.php contains:

$g_view_attachments_threshold = VIEWER;
$g_download_attachments_threshold = VIEWER;
$g_delete_attachments_threshold = MANAGER;
$g_allow_view_own_attachments = ON;
$g_allow_download_own ...