Search found 3 matches

by elt0n
22 Feb 2010, 00:24
Forum: General Discussion
Topic: Suggestion - Target date
Replies: 4
Views: 8017

[SOLVED] enable due_date fields

I searched this forum on hints, how to enable the due_date field in view / update / view_all bugs pages.
The only thing i got working is the view_all page!

Can anybody help me with the others, or tell me where to search for help?

[SOLVED] : I'm sorry it was way too easy! youst set this in your ...
by elt0n
18 Jan 2010, 12:37
Forum: Customizations
Topic: Mantisconnect over ssl
Replies: 3
Views: 4380

Re: Mantisconnect over ssl

i have a problem using the soap api to.
i want to integrate mantis connect into eclipse and i always get an 500: Internal server error if i try to validate the settings.
but if i directly browse to the mantisconnect url its not a problem.

maybe its the same thing.
what do i have to do to make ...
by elt0n
16 Jan 2010, 01:08
Forum: General Discussion
Topic: New feature: change native fields to predefined custom ones
Replies: 9
Views: 25718

Re: New feature: change native fields to predefined custom ones

Done a quick try:

Have a look at config_defaults_inc.php, search for $g_bug_report_page_fields.
Copy the array to your config_inc.php.
Delete / comment out the lines (=fields) you don't need.
Be aware: you can not remove every field you like, some must stay (see comment)
Don't know if this ...