Changesets: MantisBT
|
master 4948726d 2026-07-15 08:00 dependabot[bot] Committer: community Details Diff |
Bump guzzlehttp/guzzle from 7.14.1 to 7.14.2 Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.14.1 to 7.14.2. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.15/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.14.1...7.14.2) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 7.14.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Fixes 0037286, PR https://github.com/mantisbt/mantisbt/pull/2245 |
Affected Issues 0037286 |
|
| mod - composer.lock | Diff File | ||
|
dependabot/composer/guzzlehttp/guzzle-7.14.2 b98e81c9 2026-07-14 21:42 dependabot[bot] Committer: community Details Diff |
Bump guzzlehttp/guzzle from 7.14.1 to 7.14.2 Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.14.1 to 7.14.2. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.15/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.14.1...7.14.2) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 7.14.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
| mod - composer.lock | Diff File | ||
|
master 3a9af4c7 2026-07-13 18:53 dependabot[bot] Committer: community Details Diff |
Bump guzzlehttp/guzzle from 7.13.2 to 7.14.1 Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.13.2 to 7.14.1. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.15/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.13.2...7.14.1) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 7.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Fixes 0037286, PR https://github.com/mantisbt/mantisbt/pull/2244 |
Affected Issues 0037286 |
|
| mod - composer.lock | Diff File | ||
|
master 5396dd32 2026-07-13 18:48 Details Diff |
Refactor upgrade_unattended.php No changes to the overall processing, just some optimization, improved output log text, code cleanup and PHPDoc changes. Fixes 0037283 |
Affected Issues 0037283 |
|
| mod - admin/upgrade_unattended.php | Diff File | ||
|
master 8c8540a0 2026-07-13 18:47 Details Diff |
Update Slim to 3.13.0 for PHP 8.1+ support Slim 3.13.0 was released in April 2026, with support for PHP 8.1+, despite the earlier statement by the Slim project team that 3.x was end-of-life and would not be updated. Consequently, the workarounds that were implemented to support PHP 8.x with Slim 3.12.5 are no longer needed and can be reverted. - Bumps slim/slim from 3.12.5 to 3.13.0 - Reverts the workarounds (795ff02e5500008f055589038ae0404ed575537a, d5a30a0cb15e617749a1feb0ef46dbe782b522b2) Fixes 0037288, PR https://github.com/mantisbt/mantisbt/pull/2242 |
Affected Issues 0037288 |
|
| mod - api/rest/index.php | Diff File | ||
| mod - composer.lock | Diff File | ||
|
master 12e9a818 2026-07-13 18:37 Details Diff |
Build scripts: fixes and code cleanup | ||
| mod - build/buildrelease-repo.py | Diff File | ||
| mod - build/buildrelease.py | Diff File | ||
| mod - build/docbook-manual-repo.py | Diff File | ||
| mod - build/docbook-manual.py | Diff File | ||
|
dependabot/composer/guzzlehttp/guzzle-7.14.1 2cecd287 2026-07-12 21:42 dependabot[bot] Committer: community Details Diff |
Bump guzzlehttp/guzzle from 7.13.2 to 7.14.1 Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.13.2 to 7.14.1. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.15/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.13.2...7.14.1) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 7.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
| mod - composer.lock | Diff File | ||
|
master 1fcde447 2026-07-12 19:00 Details Diff |
Replace subprocess call/check_call by run Fixes 0037306 |
Affected Issues 0037306 |
|
| mod - build/buildrelease-repo.py | Diff File | ||
| mod - build/buildrelease.py | Diff File | ||
| mod - build/docbook-manual.py | Diff File | ||
|
master c515fd3e 2026-07-12 18:47 Details Diff |
Replace os.popen by subprocess.run Fixes 0037306 |
Affected Issues 0037306 |
|
| mod - build/buildrelease-repo.py | Diff File | ||
| mod - build/docbook-manual-repo.py | Diff File | ||
|
master aca9cbee 2026-07-12 12:16 Details Diff |
Replace os.system by subprocess.run Fixes 0037306 |
Affected Issues 0037306 |
|
| mod - build/buildrelease-repo.py | Diff File | ||
| mod - build/docbook-manual-repo.py | Diff File | ||
|
master 25b71dbd 2026-07-12 11:43 Details Diff |
Publican does not output anything to stderr Print stdout in the exception block. Also, using subprocess.run in Text mode avoids the need to call decode on the output. Issue 0037304 |
Affected Issues 0037304 |
|
| mod - build/docbook-manual.py | Diff File | ||
|
master ace29d99 2026-07-12 11:37 Details Diff |
Docbook build: remove MAKE fallback The script has been running for over 10 years calling Publican directly (see Issue #15887). A fallback using the legacy MAKE method was kept for backwards- compatibility when publican.cfg is not present, but this part of the script is not functional anymore; even if it were, it would not work anyway since the Makefile calls Publican, which would fail due to the missing config file. Fixes 0037305 |
Affected Issues 0037305 |
|
| mod - build/docbook-manual.py | Diff File | ||
|
master f45027a6 2026-07-12 11:13 Details Diff |
Docbook build: abort if Publican not found Exit with code 1 if the executable is not on system path. |
||
| mod - build/docbook-manual.py | Diff File | ||
|
master d2add93a 2026-07-12 11:06 Details Diff |
Call subprocess.run to build manuals With check=True, an exception is thrown if the command fails, allowing error handling. This required adapting the command from string to list so it can be called without initializing a shell. Fixes 0037304 |
Affected Issues 0037304 |
|
| mod - build/buildrelease-repo.py | Diff File | ||
| mod - build/buildrelease.py | Diff File | ||
|
master 2a348bdc 2026-07-12 11:03 Details Diff |
Fix static analysis warnings | ||
| mod - build/buildrelease-repo.py | Diff File | ||
| mod - build/docbook-manual-repo.py | Diff File | ||
| mod - build/docbook-manual.py | Diff File | ||
|
master e2018028 2026-07-12 10:59 Details Diff |
Use f-strings | ||
| mod - build/buildrelease-repo.py | Diff File | ||
| mod - build/buildrelease.py | Diff File | ||
| mod - build/docbook-manual-repo.py | Diff File | ||
| mod - build/docbook-manual.py | Diff File | ||
|
master 186bcdd8 2026-07-09 08:08 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. [skip ci] | ||
| mod - lang/strings_arabic.txt | Diff File | ||
| mod - lang/strings_basque.txt | Diff File | ||
|
dependabot/composer/guzzlehttp/guzzle-7.14.0 11c5098e 2026-07-08 21:42 dependabot[bot] Committer: community Details Diff |
Bump guzzlehttp/guzzle from 7.13.2 to 7.14.0 Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.13.2 to 7.14.0. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.14/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.13.2...7.14.0) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 7.14.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 9e9ae594 2026-07-06 12:57 Details Diff |
Revert "Catch Slim 3.x deprecated warnings on PHP 8.1" This reverts commit 795ff02e5500008f055589038ae0404ed575537a. # Conflicts: # api/rest/index.php |
||
| mod - api/rest/index.php | Diff File | ||
|
master 710ed3e1 2026-07-06 12:48 Details Diff |
Revert "Catch Slim 3.x deprecated warnings on PHP 8.4" This reverts commit d5a30a0cb15e617749a1feb0ef46dbe782b522b2. |
||
| mod - api/rest/index.php | Diff File | ||
|
master ebc90468 2026-07-06 12:48 Details Diff |
Composer update - Upgrading nikic/php-parser (v5.7.0 => v5.8.0) - Upgrading phpunit/phpunit (10.5.63 => 10.5.64) |
||
| mod - composer.lock | Diff File | ||
|
master a5744a43 2026-07-06 12:44 dependabot[bot] Committer: dregad Details Diff |
Bump slim/slim from 3.12.5 to 3.13.0 Bumps [slim/slim](https://github.com/slimphp/Slim) from 3.12.5 to 3.13.0. - [Release notes](https://github.com/slimphp/Slim/releases) - [Changelog](https://github.com/slimphp/Slim/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/slimphp/Slim/compare/3.12.5...3.13.0) --- updated-dependencies: - dependency-name: slim/slim dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
| mod - composer.lock | Diff File | ||
|
dependabot/composer/slim/slim-3.13.0 61d44b24 2026-07-06 12:44 dependabot[bot] Committer: community Details Diff |
Bump slim/slim from 3.12.5 to 3.13.0 Bumps [slim/slim](https://github.com/slimphp/Slim) from 3.12.5 to 3.13.0. - [Release notes](https://github.com/slimphp/Slim/releases) - [Changelog](https://github.com/slimphp/Slim/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/slimphp/Slim/compare/3.12.5...3.13.0) --- updated-dependencies: - dependency-name: slim/slim dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
| mod - composer.lock | Diff File | ||
|
dependabot/github_actions/actions/checkout-7 2d59e417 2026-07-06 12:38 dependabot[bot] Committer: community Details Diff |
Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
| mod - .github/workflows/documentation.yml | Diff File | ||
| mod - .github/workflows/mantisbt.yml | Diff File | ||
|
master d48905c4 2026-07-06 12:37 Details Diff |
Enable dependabot GitHub actions check | ||
| mod - .github/dependabot.yml | Diff File | ||