Changesets: MantisBT

master a45bfc06

2025-09-21 05:14

dregad


Details Diff
Merge branch 'master-2.27'
mod - bug_view_inc.php Diff File
mod - core/collapse_api.php Diff File
mod - core/commands/IssueNoteAddCommand.php Diff File

master-2.27 236b5615

2025-09-21 05:06

dregad


Details Diff
Allow viewing history of deleted bugnotes

Because it is not possible to determine the public/private status of a
deleted bugnote, associated history events were only shown to the person
who made the change. This prevented the note's owner and administrators
from seeing other events (e.g. if the admin deletes a note created by
a reporter, the reporter will only see "note added" and the admin "note
deleted".

A note's author is now allowed to see all history events related to that
specific bugnote, even when they occurred due to another user's actions.

Users having private_bugnote_threshold can see all bugnote-related
history events, regardless of whether they authored it or not.

Fixes 0036257
Affected Issues
0036257
mod - core/history_api.php Diff File

master-2.27 7b776661

2025-09-20 04:26

dregad

Committer: community


Details Diff
Fix collapsed sections behavior

Merge PR https://github.com/mantisbt/mantisbt/pull/2145
mod - bug_view_inc.php Diff File
mod - core/collapse_api.php Diff File

master b9da15f7

2025-09-18 08:09

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net. [skip ci]
mod - lang/strings_belarusian_tarask.txt Diff File

master 0faf5a5c

2025-09-17 13:01

dregad


Details Diff
Prevent HTML output in Dropzone when errors occur

A somewhat hackish solution, leveraging the existing behavior in the
error handler, driven by the DISABLE_INLINE_ERROR_REPORTING constant.

When bug_report.php or bugnote_add.php are called via AJAX (as is the
case when Dropzone handles file uploads), the constant is set with a new
value of `text`. This is picked up by error_handler(), which sends the
error message in the response body as plain text.

Note: AJAX detection relies on presence of non-standard X-Requested-With
header with value 'XMLHttpRequest' (which is set by Dropzone [1]).

Fixes 0036303

[1]: https://github.com/mantisbt/mantisbt/blob/38a569855832c9d5cc63ee8bdf5a96c9b0c60e84/js/dropzone-5.5.0.js#L2446
Affected Issues
0036303
mod - bug_report.php Diff File
mod - bugnote_add.php Diff File
mod - core/error_api.php Diff File

master-2.27 e200fc11

2025-09-17 12:32

dregad


Details Diff
Fix Typo in PHPDoc
mod - core/commands/IssueNoteAddCommand.php Diff File

master f4fec86b

2025-09-15 08:09

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net. [skip ci]
mod - lang/strings_japanese.txt Diff File

master d39410bb

2025-09-10 13:02

dregad


Details Diff
Fix static analysis warnings
mod - core/custom_field_api.php Diff File

master 52281665

2025-09-08 08:07

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net. [skip ci]
mod - lang/strings_luxembourgish.txt Diff File

master 12dd7c48

2025-09-04 08:08

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net. [skip ci]
mod - lang/strings_belarusian_tarask.txt Diff File
add - plugins/MantisGraph/lang/strings_ps.txt Diff File

master e2cda78c

2025-09-01 08:12

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net. [skip ci]
mod - lang/strings_dutch.txt Diff File
mod - lang/strings_luxembourgish.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_japanese.txt Diff File

master 2313eeb4

2025-08-25 08:11

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net. [skip ci]
mod - lang/strings_spanish.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_spanish.txt Diff File
mod - plugins/MantisGraph/lang/strings_spanish.txt Diff File

master 93bdf5a4

2025-08-25 03:37

dependabot[bot]

Committer: community


Details Diff
Bump guzzlehttp/guzzle from 7.9.3 to 7.10.0

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.9.3 to 7.10.0.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.10/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.9.3...7.10.0)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-version: 7.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
...

Fixes 0035756, PR https://github.com/mantisbt/mantisbt/pull/2148

Signed-off-by: Damien Regad <dregad@mantisbt.org>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Affected Issues
0035756
mod - composer.lock Diff File

dependabot/composer/guzzlehttp/guzzle-7.10.0 e8422564

2025-08-24 21:54

dependabot[bot]

Committer: community


Details Diff
Bump guzzlehttp/guzzle from 7.9.3 to 7.10.0

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.9.3 to 7.10.0.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.10/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.9.3...7.10.0)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-version: 7.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
mod - composer.lock Diff File

master b7512095

2025-08-24 21:50

vboctor


Details Diff
Fix / improve test email admin functionality

Fixes 0035288
Affected Issues
0035288
mod - admin/email_queue.php Diff File
mod - core/email_api.php Diff File

master-2.27 08143907

2025-08-21 19:03

dregad


Details Diff
Fix collapse state persistence for Monitors

Incorrect section id "monitoring" is passed to is_collapsed() function,
it should be "monitors".

Regression introduced by issue 0021675 (a911a2ba661521a388738ed92694421a9dec97c1).

Fixes 0036269
Affected Issues
0021675, 0036269
mod - bug_view_inc.php Diff File

master-2.27 1d5fa8bf

2025-08-21 12:27

dregad


Details Diff
Fix filters section collapse for anonymous user

Changes the logic in collapse_cache_token(), which now always initializes
the cache from the collapse cookie, even if user is not logged in or
anonymous.

Fixes 0036265
Affected Issues
0036265
mod - core/collapse_api.php Diff File

master bf57933f

2025-08-18 08:08

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net. [skip ci]
mod - lang/strings_galician.txt Diff File

master 4da27c82

2025-08-14 04:16

dregad


Details Diff
Merge branch 'master-2.27'
mod - manage_proj_cat_update.php Diff File

master-2.27 38a56985

2025-08-14 04:15

dregad


Details Diff
Fix DB error updating category on PostgreSQL

ERROR: invalid input syntax for type integer: "TRUE" for the query:
UPDATE mantis_category_table SET name=$1, user_id=$2, status=$3
WHERE id=$4.

Regression introduced by commit 05c1639f45bfc0c3392288930f37f351bfcfc7b9
(issue 0031017).

Fixes 0036263
Affected Issues
0031017, 0036263
mod - manage_proj_cat_update.php Diff File

master 66357ba3

2025-08-11 08:07

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net. [skip ci]
mod - lang/strings_korean.txt Diff File
mod - plugins/MantisGraph/lang/strings_korean.txt Diff File

master 570c3212

2025-08-07 08:08

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net. [skip ci]
mod - lang/strings_galician.txt Diff File
mod - lang/strings_slovene.txt Diff File

master-2.27 92006b17

2025-08-04 09:52

dependabot[bot]

Committer: dregad


Details Diff
Bump adodb/adodb-php from 5.22.9 to 5.22.10

Bumps [adodb/adodb-php](https://github.com/ADOdb/ADOdb) from 5.22.9 to 5.22.10.
- [Release notes](https://github.com/ADOdb/ADOdb/releases)
- [Changelog](https://github.com/ADOdb/ADOdb/blob/master/docs/changelog.md)
- [Commits](https://github.com/ADOdb/ADOdb/compare/v5.22.9...v5.22.10)

---
updated-dependencies:
- dependency-name: adodb/adodb-php
dependency-version: 5.22.10
dependency-type: direct:production
update-type: version-update:semver-patch
...

Fixes 0035906, PR https://github.com/mantisbt/mantisbt/pull/2144

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 4ed0ac8d4ae85156d81048958c9a006dc1f11d71)
Affected Issues
0035906
mod - composer.lock Diff File

master 4ed0ac8d

2025-08-04 09:52

dependabot[bot]

Committer: community


Details Diff
Bump adodb/adodb-php from 5.22.9 to 5.22.10

Bumps [adodb/adodb-php](https://github.com/ADOdb/ADOdb) from 5.22.9 to 5.22.10.
- [Release notes](https://github.com/ADOdb/ADOdb/releases)
- [Changelog](https://github.com/ADOdb/ADOdb/blob/master/docs/changelog.md)
- [Commits](https://github.com/ADOdb/ADOdb/compare/v5.22.9...v5.22.10)

---
updated-dependencies:
- dependency-name: adodb/adodb-php
dependency-version: 5.22.10
dependency-type: direct:production
update-type: version-update:semver-patch
...

Fixes 0035906, PR https://github.com/mantisbt/mantisbt/pull/2144

Signed-off-by: dependabot[bot] <support@github.com>
Affected Issues
0035906
mod - composer.lock Diff File

master 3487e3e3

2025-08-04 08:09

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net. [skip ci]
mod - lang/strings_portuguese_standard.txt Diff File
 First  Prev  1 2 3 4 5 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 730 731 732  Next  Last