Search found 1587 matches

by cas
28 Apr 2021, 07:57
Forum: Help
Topic: Problem when try migration
Replies: 7
Views: 3564

Re: Problem when try migration

This sounds indeed quite strange.
I would suggest to start from scratch using the latest version of Mantis
by cas
27 Apr 2021, 07:55
Forum: Help
Topic: Problem when try migration
Replies: 7
Views: 3564

Re: Problem when try migration

Think you need to verify the credentials used.
Which login screen , do you get , from Mantis?
Are the credentials of the database correct in config_inc.php?
Did you copy config_inc.php to correct location so inside the config directory?
by cas
23 Apr 2021, 16:23
Forum: Help
Topic: Browser Autentication
Replies: 9
Views: 5389

Re: Browser Autentication

so what did you do?
by cas
23 Apr 2021, 14:42
Forum: Help
Topic: Time calculation on tickets
Replies: 12
Views: 6556

Re: Time calculation on tickets

No that is not available.
I do have a generic query plugin which allows you to create queries and send reports by mail.
Of course a dedicated plugin could do the job too :mrgreen:
by cas
23 Apr 2021, 13:10
Forum: Help
Topic: Time calculation on tickets
Replies: 12
Views: 6556

Re: Time calculation on tickets

not quite sure what you mean.
You can create the query yourself in phpmyadmin or even better, create a small plugin.
by cas
23 Apr 2021, 13:07
Forum: Help
Topic: Browser Autentication
Replies: 9
Views: 5389

Re: Browser Autentication

1. when one logs on the pc, a file need to be created holding their username.
2. In the function Login_ad, you read the file
3. place the value in $name
4 all this 92 & 3) just before
$ok=auth_attempt_script_login( $name );
by cas
23 Apr 2021, 12:26
Forum: Help
Topic: Time calculation on tickets
Replies: 12
Views: 6556

Re: Time calculation on tickets

in the bug_history table you will find timestamps for each status. These will allow you to calculate the total time between registering and solving. :mrgreen:
by cas
23 Apr 2021, 11:55
Forum: Help
Topic: Browser Autentication
Replies: 9
Views: 5389

Re: Browser Autentication

you can adjust the ADlogin plugin to read the user logged on to the pc. Simply retrieve the info from a shell command. If you run the cmd prompt, you can see who is logged on with the following command: echo %username% if you pipe this into a file like echo %username% > userinfo.txt You can simply r...
by cas
21 Apr 2021, 18:32
Forum: Help
Topic: hierarchy View
Replies: 1
Views: 1493

Re: hierarchy View

by cas
20 Apr 2021, 14:44
Forum: Help
Topic: Browser Autentication
Replies: 9
Views: 5389

Re: Browser Autentication

Yes you can, use the ADlogin plugin. :mrgreen:
by cas
20 Apr 2021, 14:36
Forum: Help
Topic: Missing fields in csv export file
Replies: 1
Views: 1451

Re: Missing fields in csv export file

use this query:
select a.*, b. description, b.steps_to_reproduce from mantis_bug_table a, mantis_bug_text_table b where a.bug_text_id = b.id

Make sure to adjust the table prefix in case yours is not 'mantis' :mrgreen:
by cas
20 Apr 2021, 14:17
Forum: General Discussion
Topic: Intelligent task scheduling/calendar?
Replies: 2
Views: 4819

Re: Intelligent task scheduling/calendar?

I do not believe Mantis can handle all these requests, perhaps you are better of with Projeqtor :roll:
by cas
09 Apr 2021, 12:43
Forum: Customizations
Topic: Change timeline notifications to show by day
Replies: 2
Views: 4023

Re: Change timeline notifications to show by day

not an option out of the box :(
by cas
06 Apr 2021, 15:13
Forum: Help
Topic: SOLVED: Custom Field Filter Error
Replies: 11
Views: 50326

Re: Custom Field Filter Error

Sorry , i misunderstood you. I have tried in my own installation and there it gives no issue. But then I still run version 2.24.3
by cas
06 Apr 2021, 14:49
Forum: Help
Topic: SOLVED: Custom Field Filter Error
Replies: 11
Views: 50326

Re: Custom Field Filter Error

also changed à to just a ?