Search found 1605 matches

by cas
31 minutes ago
Forum: Customizations
Topic: Projects names translation
Replies: 1
Views: 17

Re: Projects names translation

How did you try to code it?
by cas
Today, 06:27
Forum: Help
Topic: Upgrade 1.2.19 to 2.5.7 (or whatever is 'stable')
Replies: 1
Views: 39

Re: Upgrade 1.2.19 to 2.5.7 (or whatever is 'stable')

Make a backup of your installation and the database.
Next follow the instructions as described in the admin manual, you should be fine :D
by cas
Today, 06:26
Forum: Help
Topic: Login with local password when ldap is broken?
Replies: 1
Views: 33

Re: Login with local password when ldap is broken?

Test it out, thgink you can stil logon with the local admin password :mrgreen:
by cas
Today, 06:25
Forum: General Discussion
Topic: Recall date - set a date, have system send email reminder on that date
Replies: 2
Views: 40

Re: Recall date - set a date, have system send email reminder on that date

The reminder plugin does not necessarily require manual intervention.
You can set up a cron (Linux) or Task (Windows) job to automate the sending of reminders. This is described in the readme.
by cas
12 Apr 2024, 13:55
Forum: General Discussion
Topic: Selective visibility of bugs in project, to users/groups?.
Replies: 8
Views: 3084

Re: Selective visibility of bugs in project, to users/groups?.

I do not know how many teams you have but in case of 3 teams, you could setup a a mnain project for the total project itself and define a few subprojects to deal with hthis issue. So structure would be: Main Project M project itself, access for you, you see all Sub project A => Team A Sub project B ...
by cas
12 Apr 2024, 09:35
Forum: General Discussion
Topic: Selective visibility of bugs in project, to users/groups?.
Replies: 8
Views: 3084

Re: Selective visibility of bugs in project, to users/groups?.

As far as I am aware that is not an option. Also am not ware of an existing plugin. A plugin is the logical way forward but having said that, you may end up having a lot of issues to get this working because of the embedded authorization scheme. Are your issues that secret that teams cannot see each...
by cas
12 Apr 2024, 07:45
Forum: General Discussion
Topic: HTML Email - adding data to note_mailtemplate.html
Replies: 3
Views: 83

Re: HTML Email - adding data to note_mailtemplate.html

This was pretty easy to do. Please download template_api.php from git and test it.
https://github.com/mantisbt-plugins/mai ... te_api.php

Future changes please request via Github
by cas
12 Apr 2024, 06:44
Forum: General Discussion
Topic: HTML Email - adding data to note_mailtemplate.html
Replies: 3
Views: 83

Re: HTML Email - adding data to note_mailtemplate.html

This is around my mailtemplate development.
Please add request here: https://github.com/mantisbt-plugins/mailtemplate
I will then have a look if that is an option.
Please ad a printscreen how it now looks and how you want it to look and/or statwe clearly which fields you would like to have available.
by cas
12 Apr 2024, 06:40
Forum: General Discussion
Topic: Selective visibility of bugs in project, to users/groups?.
Replies: 8
Views: 3084

Re: Selective visibility of bugs in project, to users/groups?.

Simply make a private project per group. Give respective users only access to their own project and the support team to all projects.
Life can be simple :mrgreen:
by cas
05 Apr 2024, 07:36
Forum: Help
Topic: Trouble setting $g_path
Replies: 5
Views: 461

Re: Trouble setting $g_path

What happens if you do not set this variable or just

Code: Select all

$g_path= "";
by cas
03 Apr 2024, 14:52
Forum: General Discussion
Topic: Make note entry mandatory when closing a ticket
Replies: 1
Views: 214

Re: Make note entry mandatory when closing a ticket

Not out of the box so a plugin would be needed here :mrgreen:
by cas
03 Apr 2024, 08:56
Forum: General Plugin Discussion
Topic: SimpleScreen plugin
Replies: 0
Views: 292

SimpleScreen plugin

Since this small modification is not going to be added to standard mantis, i have transformed it into a plugin.
It enables you to make the reporter screen very short and simple.
Plugin is available here:
https://github.com/mantisbt-plugins/SimpleScreen
by cas
02 Apr 2024, 12:40
Forum: General Plugin Discussion
Topic: 2 more plugins released
Replies: 0
Views: 325

2 more plugins released

Now available on github the following 2 plugins:
Purger - allows for bulk deleyting of issues based upon status and age. (https://github.com/mantisbt-plugins/Purger)
Captcha - Add a capthcha to the login process. (https://github.com/mantisbt-plugins/Captcha)
by cas
02 Apr 2024, 12:37
Forum: General Discussion
Topic: How can I configure this to allow other roles to also add notes to a resolved issue?
Replies: 2
Views: 199

Re: How can I configure this to allow other roles to also add notes to a resolved issue?

Default bugs are considered readony based upon this setting: $g_bug_readonly_status_threshold = RESOLVED; With ethe following setting you can define which levels can update readonly bugs: $g_update_readonly_bug_threshold = MANAGER; So you could change the last setting to: $g_update_readonly_bug_thre...
by cas
02 Apr 2024, 07:03
Forum: General Discussion
Topic: To see all the users from LDAP
Replies: 2
Views: 112

Re: To see all the users from LDAP

That is normal behaviour. What did you expect?