Changesets: MantisBT
|
master de8ec9fa 2023-04-24 07:10 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_breton.txt | Diff File | ||
| mod - lang/strings_dutch.txt | Diff File | ||
| mod - lang/strings_macedonian.txt | Diff File | ||
|
master-2.25 202e7e5b 2023-04-24 02:24 Details Diff |
Fix user_is_email_unique() on case-sensitive DB When the mantis_user_table's email column is case-sensitive, the user_is_email_unique() function incorrectly returned true if the given e-mail only differed by case (e.g. test.user@example.com vs Test.User@example.com) Fixes 0032451 |
Affected Issues 0032451 |
|
| mod - core/user_api.php | Diff File | ||
|
master-2.25 8bdafe39 2023-04-24 02:21 Details Diff |
PHPUnit test for user_is_email_unique() | ||
| add - tests/Mantis/UserTest.php | Diff File | ||
|
master 4cdf5c7d 2023-04-22 23:46 Details Diff |
Fix indentation + php docs Fixes 0030415 |
Affected Issues 0030415 |
|
| mod - core/commands/VersionUpdateCommand.php | Diff File | ||
| mod - core/version_api.php | Diff File | ||
| mod - tests/rest/RestBase.php | Diff File | ||
| mod - tests/rest/RestProjectVersionTests.php | Diff File | ||
|
master 3fdf46bc 2023-04-22 20:52 Details Diff |
Improve labels for Move Attachments system utility system_utils.php: - changed description to clearly state that the action can move files both to database and to disk - changed button label to remove "to disk" move_attachments_page.php - add tooltips for Storage column header and cells in "To Disk" and "To Database" columns - remove obsolete <th> width attribute, improve table layout - fix static analysis warnings Fixes 0004993 |
Affected Issues 0004993 |
|
| mod - admin/move_attachments_page.php | Diff File | ||
| mod - admin/system_utils.php | Diff File | ||
|
master 99f61e9b 2023-04-22 20:52 Details Diff |
Fix failing test Fixes 0030415 |
Affected Issues 0030415 |
|
| mod - api/soap/mc_project_api.php | Diff File | ||
| mod - core/commands/VersionDeleteCommand.php | Diff File | ||
| mod - tests/rest/AllTests.php | Diff File | ||
| mod - tests/rest/RestProjectVersionTests.php | Diff File | ||
| mod - tests/soap/VersionTest.php | Diff File | ||
|
master 5caafd27 2023-04-22 19:35 Details Diff |
Add test cases for project version APIs + fixes Fixes 0030415 |
Affected Issues 0030415, 0033374 |
|
| mod - api/rest/restcore/projects_rest.php | Diff File | ||
| mod - core/commands/VersionAddCommand.php | Diff File | ||
| mod - core/commands/VersionGetCommand.php | Diff File | ||
| mod - core/commands/VersionUpdateCommand.php | Diff File | ||
| mod - core/version_api.php | Diff File | ||
| mod - manage_proj_ver_add.php | Diff File | ||
| mod - manage_proj_ver_delete.php | Diff File | ||
| mod - tests/core/RequestBuilder.php | Diff File | ||
| mod - tests/rest/RestBase.php | Diff File | ||
| add - tests/rest/RestProjectVersionTests.php | Diff File | ||
|
master 3805e332 2023-04-22 13:45 Details Diff |
Add REST API to get version(s) + return version on creation Fixes 0030415 |
Affected Issues 0030415 |
|
| mod - api/rest/restcore/projects_rest.php | Diff File | ||
|
master f6c05947 2023-04-22 13:44 Details Diff |
Update VersionAddCommand to return the created version Fixes 0030415 |
Affected Issues 0030415 |
|
| mod - core/commands/VersionAddCommand.php | Diff File | ||
|
master 1de2112c 2023-04-22 13:28 Details Diff |
Implement VersionGetCommand Fixes 0030415 |
Affected Issues 0030415 |
|
| add - core/commands/VersionGetCommand.php | Diff File | ||
| mod - core/version_api.php | Diff File | ||
|
master 066c944f 2023-04-22 05:16 Details Diff |
Misc update for version APIs Fixes 0030415 |
Affected Issues 0030415 |
|
| mod - core/commands/VersionAddCommand.php | Diff File | ||
| mod - core/commands/VersionDeleteCommand.php | Diff File | ||
| mod - core/commands/VersionUpdateCommand.php | Diff File | ||
| mod - manage_proj_ver_delete.php | Diff File | ||
|
master ef791adc 2023-04-22 05:15 Details Diff |
Update SOAP API to use VersionUpdateCommand Fixes 0030415 |
Affected Issues 0030415 |
|
| mod - api/soap/mc_project_api.php | Diff File | ||
|
master f9662472 2023-04-22 05:15 Details Diff |
Add REST API for updating a version Fixes 0030415 |
Affected Issues 0030415 |
|
| mod - api/rest/restcore/projects_rest.php | Diff File | ||
|
master fa1a9154 2023-04-22 04:55 Details Diff |
Update Web UI to use VersionUpdateCommand Fixes 0030415 |
Affected Issues 0030415 |
|
| mod - manage_proj_ver_update.php | Diff File | ||
|
master a62cec0f 2023-04-22 04:55 Details Diff |
Implement VersionUpdateCommand Fixes 0030415 |
Affected Issues 0030415 |
|
| add - core/commands/VersionUpdateCommand.php | Diff File | ||
|
master 3f083387 2023-04-22 04:22 Details Diff |
Use VersionDeleteCommand in Web UI Fixes 0030415 |
Affected Issues 0030415 |
|
| mod - manage_proj_ver_delete.php | Diff File | ||
|
master 85abdf21 2023-04-22 04:21 Details Diff |
Use VersionDeleteCommand in SOAP API Fixes 0030415 |
Affected Issues 0030415 |
|
| mod - api/soap/mc_project_api.php | Diff File | ||
|
master c50890a0 2023-04-22 04:21 Details Diff |
Use VersionDeleteCommand in REST API Fixes 0030415 |
Affected Issues 0030415 |
|
| mod - api/rest/restcore/projects_rest.php | Diff File | ||
|
master c407d110 2023-04-22 04:20 Details Diff |
Implement VersionDeleteCommand Fixes 0030415 |
Affected Issues 0030415 |
|
| add - core/commands/VersionDeleteCommand.php | Diff File | ||
|
master 4d08ef6d 2023-04-22 02:31 Details Diff |
REST API: Get API by username instead of ref - no more real name or email Fixes 0027128 |
Affected Issues 0027128 |
|
| mod - api/rest/restcore/users_rest.php | Diff File | ||
| mod - core/commands/UserGetCommand.php | Diff File | ||
| mod - tests/rest/RestUserTests.php | Diff File | ||
|
master f7b9f28c 2023-04-20 07:07 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_french.txt | Diff File | ||
|
master a718dfb6 2023-04-20 05:44 Details Diff |
Merge branch 'master-2.25' | ||
| mod - composer.lock | Diff File | ||
|
master-2.25 d7263eea 2023-04-19 17:21 dependabot[bot] Committer: dregad Details Diff |
Bump guzzlehttp/psr7 from 1.9.0 to 1.9.1 Fixes 0032432, PR https://github.com/mantisbt/mantisbt/pull/1882 Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/guzzle/psr7/releases) - [Changelog](https://github.com/guzzle/psr7/blob/1.9.1/CHANGELOG.md) - [Commits](https://github.com/guzzle/psr7/compare/1.9.0...1.9.1) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Damien Regad <dregad@mantisbt.org> |
Affected Issues 0032432 |
|
| mod - composer.lock | Diff File | ||
|
dependabot/composer/guzzlehttp/psr7-1.9.1 12d8f0f0 2023-04-19 17:21 dependabot[bot] Committer: community Details Diff |
Bump guzzlehttp/psr7 from 1.9.0 to 1.9.1 Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/guzzle/psr7/releases) - [Changelog](https://github.com/guzzle/psr7/blob/1.9.1/CHANGELOG.md) - [Commits](https://github.com/guzzle/psr7/compare/1.9.0...1.9.1) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
| mod - composer.lock | Diff File | ||
|
master 58ae0d42 2023-04-16 08:05 Details Diff |
docbook-manual.py: new function to run Publican [skip ci] |
||
| mod - build/docbook-manual.py | Diff File | ||