Search found 1614 matches

by cas
12 Apr 2024, 07:45
Forum: General Discussion
Topic: HTML Email - adding data to note_mailtemplate.html
Replies: 3
Views: 96

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: 96

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: 3129

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: 473

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: 226

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: 303

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: 335

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: 200

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: 113

Re: To see all the users from LDAP

That is normal behaviour. What did you expect?
by cas
31 Mar 2024, 13:10
Forum: Customizations
Topic: re-captcha 2 or 3 or question captcha
Replies: 1
Views: 396

Re: re-captcha 2 or 3 or question captcha

I have released a plugin that adds a captcha to the login page, have a look here: https://github.com/mantisbt-plugins/Captcha
by cas
31 Mar 2024, 07:18
Forum: Help
Topic: Purging data
Replies: 2
Views: 313

Re: Purging data

A plugin is available since I have a similar requirement.
See here https://github.com/mantisbt-plugins/Purger
by cas
29 Mar 2024, 16:05
Forum: Help
Topic: Strings translations
Replies: 1
Views: 202

Re: Strings translations

Yes, that should work :D
by cas
29 Mar 2024, 08:42
Forum: Help
Topic: LDAP connection problem
Replies: 2
Views: 408

Re: LDAP connection problem

Did you search the forum on this, there are a lot of examples :mrgreen: here
by cas
21 Mar 2024, 07:35
Forum: Help
Topic: Problem with signup on clean install
Replies: 8
Views: 1375

Re: Problem with signup on clean install

On Centos the location normally would be "/var/www/html/mantis/uploads".
In your case would do another fresh install to detremine if the first time something went unexpectedly wrong.
by cas
20 Mar 2024, 16:55
Forum: Help
Topic: Problem with signup on clean install
Replies: 8
Views: 1375

Re: Problem with signup on clean install

Check in the vendor directory if you find an entry for VBoctor?
If not then one problem found, that needs to be there.
As for the upload folder, make sure ther webserver has full access, this seems to be missing. For testing you can set it to 777.