Search found 1619 matches

by cas
09 Nov 2021, 15:21
Forum: Customizations
Topic: How to hide 'Duplicate ID' field
Replies: 3
Views: 10941

Re: How to hide 'Duplicate ID' field

That depends on the value of your resolution field. In bug_change_status.php you have the following code if( $t_resolution != config_get( 'bug_duplicate_resolution' ) ) { ?> <!-- Duplicate ID --> <tr> <th class="category"> <?php echo lang_get( 'duplicate_id' ) ?> </th> <td> <input type=&qu...
by cas
09 Nov 2021, 09:23
Forum: Customizations
Topic: Status name change
Replies: 6
Views: 12443

Re: Status name change

Just follow the same steps. In case of adding, simply adjust the names :mrgreen:
by cas
06 Nov 2021, 10:25
Forum: General Plugin Discussion
Topic: Email output could be much prettier
Replies: 73
Views: 2292463

Re: Email output could be much prettier

Hi/hoi Kees,
let's take this to: http://www.nuy.info/mantis2
We can see what we can adjust where possible (even in Dutch :D )
by cas
28 Oct 2021, 08:02
Forum: Help
Topic: Time calculation on tickets
Replies: 12
Views: 6653

Re: Time calculation on tickets

I have attached the version for Mantis 2.X. It is still in validating phase so any help is appreciated. :mrgreen:
by cas
21 Oct 2021, 14:25
Forum: Help
Topic: Updater cannot set Product and Target Versions
Replies: 1
Views: 2190

Re: Updater cannot set Product and Target Versions

look at: /** * threshold for updating roadmap, target_version, etc * @global integer $g_roadmap_update_threshold */ $g_roadmap_update_threshold = DEVELOPER; and : /** * show product versions in create, view and update screens * ON forces display even if none are defined * OFF suppresses display * AU...
by cas
20 Oct 2021, 17:10
Forum: Help
Topic: editing date_submitted when creating a bug
Replies: 1
Views: 2338

Re: editing date_submitted when creating a bug

In that case you can define a custom text field and have the correct time set that way.
by cas
20 Oct 2021, 17:08
Forum: Help
Topic: Day to due date / Calculated column in View Issues
Replies: 5
Views: 3326

Re: Day to due date / Calculated column in View Issues

This is not available out of the box, you need to either create a plugin( :idea: ) or adjust source code( :cry: )
by cas
20 Oct 2021, 17:07
Forum: Help
Topic: changing the project ID
Replies: 3
Views: 2779

Re: changing the project ID

open phpmyadmin and select the project table, add one record using the correct id.
by cas
19 Oct 2021, 12:55
Forum: Help
Topic: changing the project ID
Replies: 3
Views: 2779

Re: changing the project ID

create it manually using phpmyadmin, that will do it :mrgreen:
by cas
19 Oct 2021, 12:48
Forum: Help
Topic: Day to due date / Calculated column in View Issues
Replies: 5
Views: 3326

Re: Day to due date / Calculated column in View Issues

What do you mean with "the formula"?
by cas
12 Oct 2021, 14:44
Forum: Help
Topic: Day to due date / Calculated column in View Issues
Replies: 5
Views: 3326

Re: Day to due date / Calculated column in View Issues

It indeed is not available out of the box, but ......you can create your own plugin to add the number of days between brackets when displaying the duedate :mrgreen:
by cas
07 Oct 2021, 15:43
Forum: General Discussion
Topic: mantis used as an event-based workflow
Replies: 1
Views: 3313

Re: mantis used as an event-based workflow

can you provide a sample of what you like to achieve?
by cas
07 Oct 2021, 15:42
Forum: General Discussion
Topic: Solve in bulk with custom field
Replies: 1
Views: 3074

Re: Solve in bulk with custom field

you can simply marking issues and resolve/close them in almost one go so why would you like to "mark" a custom field?
Or do you mean when a custom field gets a certain value?
by cas
22 Sep 2021, 13:05
Forum: Help
Topic: Trouble updating from 1.2.17 to 2.25.2 - Database issues
Replies: 3
Views: 3024

Re: Trouble updating from 1.2.17 to 2.25.2 - Database issues

and what is the exact definition in config/config_inc.php ?
by cas
22 Sep 2021, 13:04
Forum: General Discussion
Topic: Can "severity" be removed?
Replies: 3
Views: 4251

Re: Can "severity" be removed?

You also can find the definition in config_defaults.php.
opy the secition you want to adjust to config/config_inc.php and adjust to your liking :mrgreen: