Search found 1622 matches

by cas
07 Jan 2022, 10:15
Forum: Help
Topic: Execute SQL command after create issue
Replies: 2
Views: 2142

Re: Execute SQL command after create issue

if you want to be sure the code is executed, simply add the following command ad the end of the function: echo $t_query; echo "<br>": echt $t_query2; echo "<br>": die("execution"); If nothing happens, you know it is not executed, otherwise you also see the actual SQL st...
by cas
06 Jan 2022, 18:13
Forum: General Plugin Discussion
Topic: Email output could be much prettier
Replies: 73
Views: 2316033

Re: Email output could be much prettier

I will verify my solution for version 2.25.2 and fix loose ends, if any. :mrgreen:
by cas
30 Dec 2021, 14:06
Forum: General Discussion
Topic: uniqueness of a record in a custom field
Replies: 4
Views: 6056

Re: uniqueness of a record in a custom field

Do not think that is an option right now, bets would be to use a plugin for that with a dedicated field.
by cas
30 Dec 2021, 12:46
Forum: General Discussion
Topic: Dashboard, KPI & Stats tool
Replies: 23
Views: 28824

Re: Dashboard, KPI & Stats tool

Feel free to share them :mrgreen:
by cas
30 Dec 2021, 12:45
Forum: Help
Topic: Limited personal note display.
Replies: 1
Views: 1733

Re: Limited personal note display.

As far as I am aware, that is set by role so what you want will not be possible.
by cas
21 Dec 2021, 17:14
Forum: Deutsch
Topic: Due date
Replies: 2
Views: 13197

Re: Due date

look at these settings: /** * threshold to update due date submitted * @global integer $g_due_date_update_threshold */ $g_due_date_update_threshold = NOBODY; /** * threshold to see due date * @global integer $g_due_date_view_threshold */ $g_due_date_view_threshold = NOBODY; You need to change those ...
by cas
21 Dec 2021, 09:05
Forum: Help
Topic: Reset EMail Not Working
Replies: 3
Views: 3003

Re: Reset EMail Not Working

Good that it now is working as expected :mrgreen:
by cas
21 Dec 2021, 07:52
Forum: Help
Topic: Reset EMail Not Working
Replies: 3
Views: 3003

Re: Reset EMail Not Working

go to your_mantis_url/admin
There you can do various checks also on email. Perhaps that gives a clue what is failing.
by cas
21 Dec 2021, 07:49
Forum: Help
Topic: Hiding existing issues and categories
Replies: 11
Views: 5046

Re: Hiding existing issues and categories

Yep, simply remove (or rename) /config/config_inc.php and star all over
by cas
20 Dec 2021, 16:46
Forum: General Discussion
Topic: create user
Replies: 1
Views: 3888

Re: create user

Which groups/tasks are you talking about?
Standard Mantis does not support that. You would need to use 2 plugins to achieve that (usergroups & Tasks) :mrgreen:
by cas
20 Dec 2021, 16:43
Forum: Help
Topic: Hiding existing issues and categories
Replies: 11
Views: 5046

Re: Hiding existing issues and categories

Categories can be shared between private and public projects so it does make sense, also they do not have a label like private or public. Projects & bugs do have that label. I do not think private bugs are shown in that overview, correct?
by cas
20 Dec 2021, 15:58
Forum: Help
Topic: Hiding existing issues and categories
Replies: 11
Views: 5046

Re: Hiding existing issues and categories

Yes do think so. Because quite often when creating a project all categories are taken along. I would expect that those categories are also connected to public projects. If that is not the case, i need to investigate this further.
by cas
20 Dec 2021, 08:24
Forum: Help
Topic: Hiding existing issues and categories
Replies: 11
Views: 5046

Re: Hiding existing issues and categories

Think this is happening since you left the projects as such Public so they remain visible. It should not show any of the private bugs anyway (is that correct?). If you had opted for my second solution (i.e. marking projects Private), those projects would not show .
by cas
18 Dec 2021, 09:47
Forum: General Discussion
Topic: Tracking downloads?
Replies: 2
Views: 3948

Re: Tracking downloads?

Not as far as I know. A plugin could help out here but you would need to create that :mrgreen: