Changesets: MantisBT
dependabot/composer/adodb/adodb-php-5.22.9 4f59d7e4 2025-05-01 09:55 dependabot[bot] Committer: community Details Diff |
Bump adodb/adodb-php from 5.22.8 to 5.22.9 Bumps [adodb/adodb-php](https://github.com/ADOdb/ADOdb) from 5.22.8 to 5.22.9. - [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.8...v5.22.9) --- updated-dependencies: - dependency-name: adodb/adodb-php dependency-version: 5.22.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
mod - composer.lock | Diff File | ||
master 3bed5661 2025-05-01 08:08 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. [skip ci] | ||
mod - lang/strings_interlingua.txt | Diff File | ||
mod - lang/strings_turkish.txt | Diff File | ||
mod - plugins/MantisCoreFormatting/lang/strings_turkish.txt | Diff File | ||
mod - plugins/MantisGraph/lang/strings_turkish.txt | Diff File | ||
master f2ee98c3 2025-04-28 08:08 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. [skip ci] | ||
mod - lang/strings_korean.txt | Diff File | ||
dependabot/composer/phpmailer/phpmailer-6.10.0 dd73ea25 2025-04-24 21:38 dependabot[bot] Committer: community Details Diff |
Bump phpmailer/phpmailer from 6.9.3 to 6.10.0 Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.9.3 to 6.10.0. - [Release notes](https://github.com/PHPMailer/PHPMailer/releases) - [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md) - [Commits](https://github.com/PHPMailer/PHPMailer/compare/v6.9.3...v6.10.0) --- updated-dependencies: - dependency-name: phpmailer/phpmailer dependency-version: 6.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-2.27 fb694563 2025-04-23 07:33 matejbrodziansky Committer: dregad Details Diff |
Fix scroll offset on bugnote links When clicking on a direct link to a bugnote, e.g. from "View Issue Details" page or from a notification email, MantisBT did not account for the Navbar's height, causing the upper part of the note to be hidden behind it. Adding scroll-margin-top CSS attribute allows proper positioning. Fixes 0021675 Signed-off-by: Damien Regad <dregad@mantisbt.org> Changes to original contribution from [PR 2137][1] - Rewritten commit message, added bugtracker reference - Coding guidelines [1]: https://github.com/mantisbt/mantisbt/pull/2137 |
Affected Issues 0021675 |
|
mod - css/default.css | Diff File | ||
master e67a5c49 2025-04-22 03:53 Details Diff |
PHPDoc | ||
mod - tests/rest/RestIssueUpdateCategory.php | Diff File | ||
master ee85879e 2025-04-22 03:23 Details Diff |
README.md: use example.com in sample URLs | ||
mod - README.md | Diff File | ||
master 81c90174 2025-04-22 03:22 Yuga170308 Committer: community Details Diff |
README.md: improve grammar PR https://github.com/mantisbt/mantisbt/pull/2132 Co-authored-by: Victor Boctor <vboctor@gmail.com> |
||
mod - README.md | Diff File | ||
master 5e2bb727 2025-04-21 15:23 Details Diff |
Tests: remove unnecessary require_api() call | ||
mod - tests/Mantis/MentionParsingTest.php | Diff File | ||
master 7a146b30 2025-04-21 14:26 Details Diff |
Merge branch 'master-2.27' # Conflicts: # composer.json # composer.lock # core/filter_api.php # tests/rest/RestFiltersTest.php |
||
mod - composer.json | Diff File | ||
mod - composer.lock | Diff File | ||
mod - tests/rest/RestIssueUpdateVersion.php | Diff File | ||
master 96d90a58 2025-04-21 14:23 Details Diff |
Merge remote-tracking branch 'origin/master' | ||
mod - lang/strings_chinese_simplified.txt | Diff File | ||
master 7fea7f5a 2025-04-21 08:08 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. [skip ci] | ||
mod - lang/strings_chinese_simplified.txt | Diff File | ||
master-2.27 01f3d24e 2025-04-20 12:20 Details Diff |
Fix regression in mci_get_category_id() REST API was not allowing to unset the Category when updating an Issue with $g_allow_no_category = ON with a payload `{"category": {"id": 0}}`. Regression in mci_get_category_id() function, introduced by commit 656f93eebaf033f4b5bf34f17487db6346f12d8a (Issue 0034683). Fixes 0035668 Backported from master branch (cherry picked commits f97ee460815ff14b31462d1da0a48405d0acb363 and 1ccc4205e50c23d47009073d85423d29c4cae449). |
Affected Issues 0034683, 0035668 |
|
mod - api/soap/mc_api.php | Diff File | ||
master 1ccc4205 2025-04-20 12:20 Details Diff |
Fix incorrect behavior in mci_get_category_id() Now properly throws a ClientException when the given Category Id is not an integer. Fixes 0035668 |
Affected Issues 0035668 |
|
mod - api/soap/mc_api.php | Diff File | ||
master e66c63e5 2025-04-20 12:16 Details Diff |
Add tests for REST API update issue Category Issue 0035668 |
Affected Issues 0035668 |
|
add - tests/rest/RestIssueUpdateCategory.php | Diff File | ||
master 5038cebf 2025-04-20 11:52 Details Diff |
Move general helper methods to MantisTestCase These sometimes need to be used outside of Mantis Core API tests. - MantisCoreBase::setConfig() - MantisCoreBase::restoreConfig() |
||
mod - tests/Mantis/MantisCoreBase.php | Diff File | ||
mod - tests/core/MantisTestCase.php | Diff File | ||
master-2.27 efa5c907 2025-04-19 11:33 Details Diff |
Replace deprecated PHPUnit methods - assertObjectHasAttribute - assertObjectNotHasAttribute Fixes 0035854 |
Affected Issues 0035854 |
|
mod - tests/rest/RestIssueUpdateVersion.php | Diff File | ||
master-2.27 06acf946 2025-04-19 11:31 Details Diff |
Composer update | ||
mod - composer.lock | Diff File | ||
master-2.27 4e985a91 2025-04-19 11:30 Details Diff |
Require PHPUnit 9.6.11 or later This is due to the deprecation of assertObjectHasAttribute() and related methods. This was initially done without a replacement, but sbergmann later introduced assertObjectHasProperty() and others in 9.6.11. Issue 0035854 |
Affected Issues 0035854 |
|
mod - composer.json | Diff File | ||
master fa65037f 2025-04-19 09:50 Details Diff |
Fix RestFiltersTest with disabled anonymous access Private method createTestFilter() requires a logged-in user as it relies on MantisBT Core API functions since we do not have a REST API endpoint to create filters. Fixes 0035853 |
Affected Issues 0035853 |
|
mod - tests/rest/RestFiltersTest.php | Diff File | ||
master-2.27 f828ccf9 2025-04-19 09:50 Details Diff |
Fix RestFiltersTest with disabled anonymous access Private method createTestFilter() requires a logged-in user as it relies on MantisBT Core API functions since we do not have a REST API endpoint to create filters. Fixes 0035853 Backported from fa65037fe276d3d8798960c483abf9acf39409fb. |
Affected Issues 0035853 |
|
mod - tests/rest/RestFiltersTest.php | Diff File | ||
master 798ccf1d 2025-04-19 09:45 Details Diff |
Fix PHP warning on REST API GET /filters Unhandled deprecation warning in .../core/string_api.php line 237: 'rawurlencode(): Passing null to parameter 1 ($string) of type string is deprecated. Add type cast, both in string_url() function and in offending caller filter_encode_field_and_value(), in preparation for a future change of parameter type to enforce string. Fixes 0035852 |
Affected Issues 0035852 |
|
mod - core/filter_api.php | Diff File | ||
mod - core/string_api.php | Diff File | ||
master-2.27 71f285fc 2025-04-19 09:45 Details Diff |
Fix PHP warning on REST API GET /filters Unhandled deprecation warning in .../core/filter_api.php line 417: 'urlencode(): Passing null to parameter 0000001 ($string) of type string is deprecated' Add type cast, both in string_url() function and in offending caller filter_encode_field_and_value(), in preparation for a future change of parameter type to enforce string. Fixes 0035852 Backported from 798ccf1d007a9d1712940c60a7dac01c049d38a6. |
Affected Issues 0035852 |
|
mod - core/filter_api.php | Diff File | ||
mod - core/string_api.php | Diff File | ||
master 98e5b917 2025-04-19 09:11 Details Diff |
Fix Static analysis warnings | ||
mod - api/rest/restcore/filters_rest.php | Diff File | ||
master 7bfdc69d 2025-04-19 08:36 Details Diff |
Move RestIssueUpdateVersion::getJson() to RestBase | ||
mod - tests/rest/RestBase.php | Diff File | ||
mod - tests/rest/RestIssueUpdateVersion.php | Diff File |