Search found 1642 matches

by cas
Yesterday, 07:25
Forum: Help
Topic: Clarification re Upgrade Locations
Replies: 2
Views: 920

Re: Clarification re Upgrade Locations

Hi Andrew, check out page 12 of the admin guide under section post-upgrade tasks: 2. Switch the site to the new version The commands below should be executed from the web root (or wherever the mantisbt scripts are installed) and assume that the "live" directory (old version) is named manti...
by cas
24 May 2024, 12:42
Forum: Customizations
Topic: Mantis version 1.2.11
Replies: 1
Views: 222

Re: Mantis version 1.2.11

You can make a downlaod using a tool like phpmyadmin
by cas
24 May 2024, 07:22
Forum: Help
Topic: Open ticket extraction
Replies: 1
Views: 190

Re: Open ticket extraction

Here are the values of the status field: $g_status_enum_string = '10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned,80:resolved,90:closed'; Most of those values you can find back config_defaults_inc.php which you can find in the root of your installation. Do not make changes to this file, ...
by cas
23 May 2024, 08:04
Forum: Customizations
Topic: Select resolution when closing multiple tickets via bug actiongroup
Replies: 6
Views: 26847

Re: Select resolution when closing multiple tickets via bug actiongroup

had a quick look, follow the instructions in the attached file :mrgreen:
have tested this and works like a charm :D
by cas
22 May 2024, 07:59
Forum: Help
Topic: Export Mantis database
Replies: 1
Views: 226

Re: Export Mantis database

which tool did you use for that?
by cas
21 May 2024, 09:00
Forum: Help
Topic: To sort mantis users
Replies: 3
Views: 222

Re: To sort mantis users

when you record the realname, use this format:
lastname firstname
by cas
17 May 2024, 12:16
Forum: Help
Topic: To sort mantis users
Replies: 3
Views: 222

Re: To sort mantis users

Only possible if you re-format the realname field :oops:
by cas
16 May 2024, 11:18
Forum: General Discussion
Topic: Email reception
Replies: 2
Views: 292

Re: Email reception

Perhaps you have the following setting active:
$g_email_receive_own = OFF;
Copy this to config/config_inc.php as follows:
$g_email_receive_own = ON;
by cas
15 May 2024, 08:21
Forum: General Plugin Discussion
Topic: Query plugin
Replies: 0
Views: 206

Query plugin

The query plugin has been reviewed and promoted to version 2.17.
See here https://github.com/mantisbt-plugins/Query
by cas
13 May 2024, 16:03
Forum: Help
Topic: Can I set reports and graphs to a timeframe?
Replies: 5
Views: 279

Re: Can I set reports and graphs to a timeframe?

Summary does filter on project but that is it.
You can look $ the statistics plug-in though: https://github.com/mantisbt-plugins/Statistics
by cas
13 May 2024, 11:55
Forum: Help
Topic: How to disable the error description
Replies: 1
Views: 196

Re: How to disable the error description

Where do you get that error message, what exactly are you doing? Did you make changes to standard mantis?
by cas
09 May 2024, 06:07
Forum: General Plugin Discussion
Topic: adLogin plugin issues
Replies: 2
Views: 134

Re: adLogin plugin issues

This (2.01) is the latest version.
Please post your issue on github so I can review this next week.
by cas
08 May 2024, 09:47
Forum: Help
Topic: report issue with formatted text
Replies: 1
Views: 204

Re: report issue with formatted text

There is a plugin that might help you here.
Have a look @ https://github.com/mantisbt-plugins/VEditor
by cas
06 May 2024, 16:16
Forum: General Plugin Discussion
Topic: BanSpam plugin
Replies: 1
Views: 151

Re: BanSpam plugin

Released a new version including basic quarantaining options for new notes/issues.
Feedback (@ github) is appreciated.