Search found 1621 matches

by cas
02 Apr 2024, 07:03
Forum: General Discussion
Topic: To see all the users from LDAP
Replies: 2
Views: 124

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

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

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

Re: Strings translations

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

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

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

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.
by cas
20 Mar 2024, 08:35
Forum: General Discussion
Topic: Making a plugin from local files which changed manually
Replies: 6
Views: 893

Re: Making a plugin from local files which changed manually

@atrol, I was not aware that mantishub is a fully closed environment. That is a shame since it does make use of other open source software/plugins. Well they can request mantishub to implement this plugin. On the other hand perhaps a chnage in license could prevent plugins to be used by commercial c...
by cas
20 Mar 2024, 08:11
Forum: General Discussion
Topic: Making a plugin from local files which changed manually
Replies: 6
Views: 893

Re: Making a plugin from local files which changed manually

There is the userdata plugin which can handle user fields without modifying mantis code, check out here: https://github.com/mantisbt-plugins/Userdata
by cas
19 Mar 2024, 11:00
Forum: General Discussion
Topic: ERROR happened when use SQL Server 2022 on Linux
Replies: 2
Views: 2472

Re: ERROR happened when use SQL Server 2022 on Linux

So which version are you using on which platform:
OS?
PHP?
SQL?
Mantis?

Did you check the ticket mentioned?
by cas
15 Mar 2024, 13:40
Forum: General Plugin Discussion
Topic: MantisKanban plugin not working
Replies: 4
Views: 3675

Re: MantisKanban plugin not working

Attached an initial version for Mantis 2x.
Will be published on Github shortly.
Review and provide feedback :mrgreen:
by cas
14 Mar 2024, 21:11
Forum: General Plugin Discussion
Topic: HTML Email notifications for Mantis 2.x
Replies: 10
Views: 1506

Re: HTML Email notifications for Mantis 2.x

Yep there was a line missing:
In addition, copy template_api.php from the core directory of the distribution into the core directory of your mantis installation.

For further issues/rearks/requests, please use github.
by cas
14 Mar 2024, 15:53
Forum: General Plugin Discussion
Topic: HTML Email notifications for Mantis 2.x
Replies: 10
Views: 1506

Re: HTML Email notifications for Mantis 2.x

In principal all changes are documented so one could do it themselves. However chance is qute big that I wwill need for 2.27 myself. If that indeed is the case, I will make it available.
by cas
14 Mar 2024, 08:37
Forum: General Plugin Discussion
Topic: HTML Email notifications for Mantis 2.x
Replies: 10
Views: 1506

Re: HTML Email notifications for Mantis 2.x

Here you can find it all: https://github.com/mantisbt-plugins/mailtemplate
Also added a fully prepared emai_api.php for version 2.26