The following script might help
https://github.com/mantisbt/mantisbt-to ... _issue.php
Search found 8549 matches
- 08 Dec 2025, 20:13
- Forum: Help
- Topic: Restoring a single deleted issue from backup?
- Replies: 1
- Views: 69
- 03 Dec 2025, 21:31
- Forum: General Discussion
- Topic: Show version description in version list
- Replies: 2
- Views: 140
Re: Show version description in version list
Had the following discussion some months ago https://mantisbt.org/bugs/view.php?id=35870
For a very old version, a user provided a solution with truncated field https://mantisbt.org/bugs/view.php?id=9550
For a very old version, a user provided a solution with truncated field https://mantisbt.org/bugs/view.php?id=9550
- 02 Dec 2025, 17:36
- Forum: Help
- Topic: Questions about the correct use of the schema() and upgrade() methods.
- Replies: 2
- Views: 144
Re: Questions about the correct use of the schema() and upgrade() methods.
I don't have free time to have a deeper look and provide support for this.
Checking existing plugins might help.
E.g. https://github.com/mantisbt-plugins/Sni ... ippets.php
Checking existing plugins might help.
E.g. https://github.com/mantisbt-plugins/Sni ... ippets.php
- 25 Nov 2025, 20:29
- Forum: Help
- Topic: View issues can't show my custom field.
- Replies: 1
- Views: 99
Re: View issues can't show my custom field.
Check also page My Account > Manage Columns
- 23 Nov 2025, 09:50
- Forum: General Discussion
- Topic: Signup UserName Valid Characters
- Replies: 5
- Views: 297
Re: Signup UserName Valid Characters
If you create an issue and user myfishingwebsite.com adds a note to it, you will get an email notification containing user name myfishingwebsite.com.
- 20 Nov 2025, 21:47
- Forum: General Discussion
- Topic: Signup UserName Valid Characters
- Replies: 5
- Views: 297
Re: Signup UserName Valid Characters
I propose that $s_new_account_greeting be changed for all languages and stop including the username.
That would fix this single workflow.
I agree that this is a very important workflow in terms of security (maybe even the most important one), but there are a lot more workflows where the username ...
- 19 Nov 2025, 14:20
- Forum: General Discussion
- Topic: Signup UserName Valid Characters
- Replies: 5
- Views: 297
Re: Signup UserName Valid Characters
MantisBT is sending plain text (as opposd to HTML) email, so I agree to your statement concerning email clients.
Even for HTML email it's questionable to convert such strings to links.
You could restrict user names by setting MantisBT configuration option
Even for HTML email it's questionable to convert such strings to links.
You could restrict user names by setting MantisBT configuration option
Code: Select all
$g_user_login_valid_regex- 14 Nov 2025, 14:14
- Forum: Help
- Topic: Application Error #28 - The “Description” field must contain fewer than 65,535 characters.
- Replies: 4
- Views: 331
Re: Application Error #28 - The “Description” field must contain fewer than 65,535 characters.
Ok, so there is no need to change any code in standard MantisBT.THO wrote: 14 Nov 2025, 09:33 I use VEditor 1.1.0 as text Editor and I can past image in the bug description.
Is your issue fixed by increasing $g_max_textarea_length ?
- 12 Nov 2025, 23:04
- Forum: Help
- Topic: Application Error #28 - The “Description” field must contain fewer than 65,535 characters.
- Replies: 4
- Views: 331
Re: Application Error #28 - The “Description” field must contain fewer than 65,535 characters.
How do you paste an image into a bug description?
Do you have installed a plugin for that?
Bug descriptions can just contain text in standard MantisBT.
I suspect the changed behavior is caused by the changes to fix https://mantisbt.org/bugs/view.php?id=35893
If I am right, you could add the ...
Do you have installed a plugin for that?
Bug descriptions can just contain text in standard MantisBT.
I suspect the changed behavior is caused by the changes to fix https://mantisbt.org/bugs/view.php?id=35893
If I am right, you could add the ...
- 12 Nov 2025, 22:47
- Forum: General Plugin Discussion
- Topic: HTML Email notifications for Mantis 2.x
- Replies: 17
- Views: 21375
Re: HTML Email notifications for Mantis 2.x
You lost all changes of this file between 2.27.0 and 2.27.3then copy over the modified email_api.php from the old install to new
- 03 Nov 2025, 12:34
- Forum: Announcements
- Topic: MantisBT 2.27.3 released
- Replies: 0
- Views: 246
MantisBT 2.27.3 released
MantisBT 2.27.3 is a hotfix release addressing a couple of regression issues affecting Admin Checks introduced by 2.27.2
Have a look at our Blog for more details.
Note that MantisBT 2.27 is only compatible with PHP up to version 8.3. Upcoming 2.28.0 release will bring support for PHP 8.4 and later.
Have a look at our Blog for more details.
Note that MantisBT 2.27 is only compatible with PHP up to version 8.3. Upcoming 2.28.0 release will bring support for PHP 8.4 and later.
- 02 Nov 2025, 20:47
- Forum: Customizations
- Topic: DocTIS - Document Issue Tracking System
- Replies: 3
- Views: 809
Re: DocTIS - Document Issue Tracking System
As mentioned above, this is no extending MantisBT but a fork starting a new product.redaky wrote: 30 Oct 2025, 07:23 Extending MantisBT into a system for managing formal document reviews
- 01 Nov 2025, 12:38
- Forum: Announcements
- Topic: MantisBT 2.27.2 released
- Replies: 0
- Views: 126
MantisBT 2.27.2 released
MantisBT 2.27.2 is a maintenance and security release addressing 4 vulnerabilities.
Have a look at our Blog for more details.
Note that MantisBT 2.27 is only compatible with PHP up to version 8.3. Upcoming 2.28.0 release will bring support for PHP 8.4 and later.
Have a look at our Blog for more details.
Note that MantisBT 2.27 is only compatible with PHP up to version 8.3. Upcoming 2.28.0 release will bring support for PHP 8.4 and later.
- 22 Sep 2025, 20:45
- Forum: Help
- Topic: A particular user with reporter access has not access to notes
- Replies: 1
- Views: 233
Re: A particular user with reporter access has not access to notes
I am not able to reproduce the issue using the given information.
Are you able to reproduce after upgarding to latest stable version (2.27.1 at the moment)?
Are you able to reproduce after upgarding to latest stable version (2.27.1 at the moment)?
- 22 Sep 2025, 20:36
- Forum: Customizations
- Topic: DocTIS - Document Issue Tracking System
- Replies: 3
- Views: 809
Re: DocTIS - Document Issue Tracking System
Creating a fork instead of creating a pliugin to standard MantisBT is questionable.
There are just a few contributors for standard MantisBT, so I expect even fewer contributors for a specialized version.
Nonetheless, wish you success for your project.
There are just a few contributors for standard MantisBT, so I expect even fewer contributors for a specialized version.
Nonetheless, wish you success for your project.