Search found 99 matches

by dregad
16 Mar 2026, 14:24
Forum: French
Topic: Requete API User
Replies: 1
Views: 402

Re: Requete API User

Ca marche pour moi.


curl --location -g 'http://127.0.0.1/mantis/api/rest/users/1' --header 'Authorization: {{TOKEN}}'


ou


curl --location -g 'http://127.0.0.1/mantis/api/rest/users/username/administrator' --header 'Authorization: {{TOKEN}}'


Résultat:

{"users":[{"id":1,"name ...
by dregad
16 Mar 2026, 13:50
Forum: Announcements
Topic: Critical Security Issue in MantisBT <= 2.28.0
Replies: 1
Views: 499

Re: Critical Security Issue in MantisBT <= 2.28.0

MantisBT 2.28.1 has been released, read the blog post.

Please upgrade immediately!

https://mantisbt.org/download.php
by dregad
16 Mar 2026, 13:47
Forum: Announcements
Topic: MantisBT 2.28.1 released
Replies: 0
Views: 28

MantisBT 2.28.1 released

Maintenance and security release addressing a critical vulnerability affecting the SOAP API on MySQL (CVE-2026-30849) and two HTML injection / XSS issues with tag names (CVE not yet assigned). The release also fixes a few bugs including regression issues introduced in 2.28.0.

:!: You should ...
by dregad
13 Mar 2026, 01:11
Forum: Announcements
Topic: Critical Security Issue in MantisBT <= 2.28.0
Replies: 1
Views: 499

Critical Security Issue in MantisBT <= 2.28.0

A critical vulnerability (CVE-2026-30849) has been identified in MantisBT 2.28.0 and earlier releases, affecting instances running on MySQL and compatible databases.

MantisBT 2.28.1 includes a fix addressing the issue and will be available on Monday, March 16th 2026, around 12:00 UTC. Be ready to ...
by dregad
30 Dec 2025, 01:59
Forum: Announcements
Topic: MantisBT 2.28.0 released
Replies: 0
Views: 917

MantisBT 2.28.0 released

Maintenance release including nearly 80 enhancements and bug fixes. Highlights: compatibility with PHP 8.4 and 8.5, improved documentation including an OpenAPI Description for the REST API, better Tags management, restored included pages functionality and many others.

Have a look at our Blog and ...
by dregad
09 Apr 2025, 17:40
Forum: Help
Topic: Attachment is not display when empty note
Replies: 3
Views: 20456

Re: Attachment is not display when empty note

Can you explain the difference between your gray "MANTIS" and the green "MANTIS POC" ?

Starting with 2.23.0, attachments are either linked to the issue (if mantis_bug_file_table.bugnote_id == null), or to a note (if mantis_bug_file_table.bugnote_id == {bugnote id}).

Mantis tries to associate ...
by dregad
03 Apr 2025, 14:28
Forum: Help
Topic: New install - Forgot password not going
Replies: 3
Views: 3419

Re: New install - Forgot password not going

Assuming $g_lost_password_feature = ON, this message occurs if there have been too many requests to reset password for a given user (i.e. more than $g_max_lost_password_in_progress_count).

This is stored in user table, column lost_password_request_count

If you're not getting password reset ...
by dregad
31 Mar 2025, 08:10
Forum: Help
Topic: Forgot or Resend password
Replies: 5
Views: 3890

Re: Forgot or Resend password

$g_form_security_validation=OFF

Note that this is not recommended, for security reason (you'll be exposed to cross-site request forgery attacks).

The error you're seeing is due to the PHP session becoming invalid. There can be many reasons for that.

You can manually reset the password in the ...
by dregad
18 Mar 2025, 11:21
Forum: General Discussion
Topic: Searching for keyword via REST API
Replies: 1
Views: 7884

Re: Searching for keyword via REST API

We currently lack the ability to both So at the moment I'm afraid there is no way to achieve what you want.

Contributions via pull requests are welcome.
by dregad
16 Mar 2025, 22:22
Forum: French
Topic: Mise en forme de code source
Replies: 3
Views: 19120

Re: Mise en forme de code source

Mais est-il possible d'avoir une coloration syntaxique

Cette fonctionnalité a été ajoutée avec la version 2.27.0 du plugin MantisCoreFormatting (voir #34124 . Elle est s'appuie sur Prism.js . Elle peut être activée dans la configuration du plugin.

Le langage peut être spécifié en l'ajoutant au ...
by dregad
16 Mar 2025, 17:46
Forum: Help
Topic: Issue with JavaScript Initialization in Mantis after Migration
Replies: 1
Views: 8960

Re: Issue with JavaScript Initialization in Mantis after Migration

iame wrote: 13 Mar 2025, 09:10 The error seems to be related to the initialization of the List.js library. I have verified that List.js is properly included in the HTML
Indeed. Are you certain that list.js is correctly loaded ? I would expect to see it in the list of scripts under js in your screenshot
by dregad
16 Mar 2025, 17:23
Forum: Help
Topic: UK Online Safety Act — Terms and Conditions
Replies: 1
Views: 7278

Re: UK Online Safety Act — Terms and Conditions

Hi Derick,

As mentioned on phpc.social , if you feel something needs to be improved in MantisBT then you should open an Issue on our bugtracker to describe and discuss the requirements.

This could also possibly be done with a plugin.

Not knowing exactly what is needed here as I'm not familiar ...
by dregad
16 Mar 2025, 16:51
Forum: General Discussion
Topic: Cas Nuy
Replies: 4
Views: 41322

Cas Nuy

Hello Everyone,

It is with great sadness that I post this message, to inform you that our friend Cas passed away on March 11th. He was 69 years old.


Cas Nuy


Cas has been a dedicated member of the MantisBT community for nearly 20 years. He was very active on these Forums as well as in the Bug ...
by dregad
14 Mar 2025, 09:53
Forum: Customizations
Topic: Category list is empty
Replies: 6
Views: 21532

Re: Re:


the problem was caused because all categories appeared as "disabled". I just edited them manuallly, one by one, to mark them as enabled again.

Normally, this should have been taken care of by the installer when you upgraded Mantis (see schema steps 212 and 213 ).

This means you either did not ...
by dregad
23 Jan 2025, 11:46
Forum: Help
Topic: Error to migrate PHP 7 to 8
Replies: 5
Views: 10355

Re: Error to migrate PHP 7 to 8

Root cause is in Mantis - see https://mantisbt.org/bugs/view.php?id=35255