Changesets: MantisBT
|
master e4ff7ef8 2026-08-28 15:13 Details Diff |
Use string_attribute to display status value Issue 0034465 |
Affected Issues 0034465 |
|
| mod - bug_view_inc.php | Diff File | ||
|
master 56d117c0 2026-08-28 13:14 Details Diff |
REST API: Category Commands + REST APIs Merge PR https://github.com/mantisbt/mantisbt/pull/2264 |
||
| mod - api/rest/mantisbt_openapi.yaml | Diff File | ||
| mod - api/rest/restcore/projects_rest.php | Diff File | ||
| mod - api/soap/mc_project_api.php | Diff File | ||
| mod - core/bug_api.php | Diff File | ||
| mod - core/category_api.php | Diff File | ||
| add - core/commands/CategoryAddCommand.php | Diff File | ||
| add - core/commands/CategoryDeleteCommand.php | Diff File | ||
| add - core/commands/CategoryGetCommand.php | Diff File | ||
| add - core/commands/CategoryUpdateCommand.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
| mod - manage_proj_cat_add.php | Diff File | ||
| mod - manage_proj_cat_copy.php | Diff File | ||
| mod - manage_proj_cat_delete.php | Diff File | ||
| mod - manage_proj_cat_edit_page.php | Diff File | ||
| mod - manage_proj_cat_update.php | Diff File | ||
| mod - manage_proj_edit_page.php | Diff File | ||
| mod - manage_proj_page.php | Diff File | ||
| add - tests/Mantis/CategoryCommandTest.php | Diff File | ||
| add - tests/Mantis/CategoryDeleteCommandTest.php | Diff File | ||
| add - tests/rest/RestProjectCategoryTest.php | Diff File | ||
| mod - tests/soap/CategoryTest.php | Diff File | ||
|
master b8350066 2026-08-28 13:12 Details Diff |
Code Cleanup: use existing commands Merge PR https://github.com/mantisbt/mantisbt/pull/2256 |
||
| mod - api/soap/mc_issue_api.php | Diff File | ||
| mod - api/soap/mc_tag_api.php | Diff File | ||
| mod - core/commands/TagAttachCommand.php | Diff File | ||
| mod - core/commands/TagDetachCommand.php | Diff File | ||
| mod - core/project_api.php | Diff File | ||
| mod - manage_proj_user_copy.php | Diff File | ||
| mod - manage_proj_ver_copy.php | Diff File | ||
| mod - manage_user_proj_add.php | Diff File | ||
| mod - manage_user_proj_delete.php | Diff File | ||
| mod - manage_user_prune.php | Diff File | ||
|
master 3688bd3c 2026-08-28 02:43 Committer: community Details Diff |
Fix graphviz_path admin check Merge PR https://github.com/mantisbt/mantisbt/pull/2267 |
||
| mod - admin/check/check_paths_inc.php | Diff File | ||
| mod - workflow_graph_img.php | Diff File | ||
|
master 4f444188 2026-08-27 11:56 Details Diff |
Remove exit calls following print_header_redirect() They are useless, since the function never returns since commit fb201cfc1825647ce31288650c124537cb53c47a. Issue 0036885 |
Affected Issues 0036885 |
|
| mod - account_update.php | Diff File | ||
| mod - login_page.php | Diff File | ||
| mod - manage_filter_delete.php | Diff File | ||
| mod - query_store.php | Diff File | ||
| mod - signup.php | Diff File | ||
|
master 3b5df569 2026-08-27 11:55 Details Diff |
Use `never` return type for print_header_redirect() Follow-up on fb201cfc1825647ce31288650c124537cb53c47a. Issue 0036885 |
Affected Issues 0036885 |
|
| mod - core/print_api.php | Diff File | ||
|
master ad5df691 2026-08-27 08:08 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. [skip ci] | ||
| mod - lang/strings_polish.txt | Diff File | ||
| mod - plugins/MantisGraph/lang/strings_arabic.txt | Diff File | ||
| mod - plugins/MantisGraph/lang/strings_hebrew.txt | Diff File | ||
|
master d02f6038 2026-08-26 06:01 Details Diff |
PHPDoc: add missing @uses | ||
| mod - workflow_graph_img.php | Diff File | ||
|
master 50f5cfd3 2026-08-26 06:01 Details Diff |
Fix failure reported under wrong admin check Flush unhandled PHP SYSTEM WARNING triggered by calling realpath() when open_basedir restriction is in place after building the list of paths to check. This prevents a failure report about a missing trailing directory separator being incorrectly reported for the absolute_path config. Fixes 0037359 |
Affected Issues 0037359 |
|
| mod - admin/check/check_paths_inc.php | Diff File | ||
|
master f481e3be 2026-08-26 05:53 Details Diff |
Do not check graphviz_path when disabled When $g_relationship_graph_enable = OFF, it does not make sense for the admin checks to verify correcness of the graphviz_path config. Fixes 0037359 |
Affected Issues 0037359 |
|
| mod - admin/check/check_paths_inc.php | Diff File | ||
|
master 0647bf36 2026-08-25 04:08 Details Diff |
Clear PHPMailer Message-ID between messages A single PHPMailer instance is reused for all messages sent within a process, but reset() did not clear the MessageID property. Since only notifications for newly submitted issues set a Message-ID, every subsequent message inherited the value, so notifications for unrelated issues were sent under an identical Message-ID. An empty MessageID is the PHPMailer default and makes it generate a unique one per message. Threading is unaffected, In-Reply-To is added as a custom header and already cleared. Fixes 0037355 |
Affected Issues 0037355 |
|
| mod - core/classes/EmailSenderPhpMailer.class.php | Diff File | ||
|
master 9a19a2ea 2026-08-24 08:08 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. [skip ci] | ||
| mod - plugins/MantisGraph/lang/strings_chinese_simplified.txt | Diff File | ||
| mod - plugins/MantisGraph/lang/strings_dutch.txt | Diff File | ||
| mod - plugins/MantisGraph/lang/strings_galician.txt | Diff File | ||
| mod - plugins/MantisGraph/lang/strings_italian.txt | Diff File | ||
| mod - plugins/MantisGraph/lang/strings_macedonian.txt | Diff File | ||
| mod - plugins/MantisGraph/lang/strings_saraiki.txt | Diff File | ||
|
master a30a1cbc 2026-08-24 02:38 Details Diff |
REST API: Move Issue API + command Merge PR https://github.com/mantisbt/mantisbt/pull/2260 |
||
| mod - api/rest/mantisbt_openapi.yaml | Diff File | ||
| mod - api/rest/restcore/issues_rest.php | Diff File | ||
| mod - bug_actiongroup.php | Diff File | ||
| add - core/commands/IssueMoveCommand.php | Diff File | ||
| mod - core/events_inc.php | Diff File | ||
| mod - docbook/Developers_Guide/en-US/Events_Reference_Bug.xml | Diff File | ||
| add - tests/Mantis/IssueMoveCommandTest.php | Diff File | ||
| add - tests/rest/RestIssueMoveTest.php | Diff File | ||
|
master 6fd7ad7c 2026-08-24 02:29 Committer: dregad Details Diff |
Honor status workflow in REST/SOAP APIs Fixes 0008348 |
Affected Issues 0008348 |
|
| mod - api/soap/mc_issue_api.php | Diff File | ||
| mod - tests/rest/RestIssueTest.php | Diff File | ||
| mod - tests/soap/IssueUpdateTest.php | Diff File | ||
|
master 4b0c66f1 2026-08-23 14:50 Details Diff |
Standardize handler field handling Fixes 0032470 |
Affected Issues 0032470 |
|
| mod - api/rest/mantisbt_openapi.yaml | Diff File | ||
| mod - api/soap/mc_project_api.php | Diff File | ||
| mod - core/commands/CategoryAddCommand.php | Diff File | ||
| mod - core/commands/CategoryGetCommand.php | Diff File | ||
| mod - core/commands/CategoryUpdateCommand.php | Diff File | ||
| mod - manage_proj_cat_edit_page.php | Diff File | ||
| mod - manage_proj_cat_update.php | Diff File | ||
| mod - manage_proj_edit_page.php | Diff File | ||
| mod - manage_proj_page.php | Diff File | ||
| mod - tests/Mantis/CategoryCommandTest.php | Diff File | ||
| mod - tests/rest/RestProjectCategoryTest.php | Diff File | ||
|
master abfbb131 2026-08-23 14:14 Details Diff |
Apply category command style improvements Fixes 0032470 |
Affected Issues 0032470 |
|
| mod - api/rest/restcore/projects_rest.php | Diff File | ||
| mod - api/soap/mc_project_api.php | Diff File | ||
| mod - core/category_api.php | Diff File | ||
| mod - core/commands/CategoryAddCommand.php | Diff File | ||
| mod - core/commands/CategoryDeleteCommand.php | Diff File | ||
| mod - core/commands/CategoryGetCommand.php | Diff File | ||
| mod - core/commands/CategoryUpdateCommand.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
| mod - manage_proj_cat_add.php | Diff File | ||
| mod - manage_proj_cat_copy.php | Diff File | ||
| mod - manage_proj_cat_delete.php | Diff File | ||
| mod - manage_proj_cat_edit_page.php | Diff File | ||
| mod - manage_proj_cat_update.php | Diff File | ||
| mod - manage_proj_edit_page.php | Diff File | ||
| mod - manage_proj_page.php | Diff File | ||
| mod - tests/Mantis/CategoryCommandTest.php | Diff File | ||
| mod - tests/Mantis/CategoryDeleteCommandTest.php | Diff File | ||
| mod - tests/soap/CategoryTest.php | Diff File | ||
|
master 592da4af 2026-08-23 12:42 Details Diff |
Merge branch 'issue-37341-filter-threshold' PR https://github.com/mantisbt/mantisbt/pull/2254 |
||
| mod - core/filter_api.php | Diff File | ||
|
master cf6ac030 2026-08-23 12:41 Details Diff |
REST API: Add delete issue attachment API Merge PR https://github.com/mantisbt/mantisbt/pull/2262 |
||
| mod - api/rest/mantisbt_openapi.yaml | Diff File | ||
| mod - api/rest/restcore/issues_rest.php | Diff File | ||
| mod - api/soap/mc_issue_attachment_api.php | Diff File | ||
| mod - bug_file_delete.php | Diff File | ||
| add - core/commands/IssueFileDeleteCommand.php | Diff File | ||
| add - tests/rest/RestIssueFilesTest.php | Diff File | ||
| mod - tests/soap/AttachmentTest.php | Diff File | ||
|
master a148aa0a 2026-08-23 04:46 Details Diff |
Use category command in category edit page Fixes 0032470 |
Affected Issues 0032470 |
|
| mod - manage_proj_cat_edit_page.php | Diff File | ||
|
master 981b41ce 2026-08-23 04:45 Details Diff |
Use category command in projects page Fixes 0032470 |
Affected Issues 0032470 |
|
| mod - manage_proj_page.php | Diff File | ||
|
master abef802d 2026-08-23 04:45 Details Diff |
Use category command in project edit page Fixes 0032470 |
Affected Issues 0032470 |
|
| mod - manage_proj_edit_page.php | Diff File | ||
|
master c132af68 2026-08-23 04:38 Details Diff |
Preserve stale category handler assignments Fixes 0032470 |
Affected Issues 0032470 |
|
| mod - core/category_api.php | Diff File | ||
| mod - core/commands/CategoryGetCommand.php | Diff File | ||
| mod - core/commands/CategoryUpdateCommand.php | Diff File | ||
| mod - tests/Mantis/CategoryCommandTest.php | Diff File | ||
|
master 8dfff253 2026-08-23 04:25 Details Diff |
Prevent invalid category handler auto-assignment Fixes 0037354 |
Affected Issues 0037354 |
|
| mod - core/bug_api.php | Diff File | ||
| mod - tests/Mantis/CategoryCommandTest.php | Diff File | ||
|
master 596ae02a 2026-08-23 02:46 Details Diff |
Project categories: use enabled and support global categories Fixes 0032470 |
Affected Issues 0032470 |
|
| mod - api/rest/mantisbt_openapi.yaml | Diff File | ||
| mod - api/soap/mc_project_api.php | Diff File | ||
| mod - core/commands/CategoryAddCommand.php | Diff File | ||
| mod - core/commands/CategoryDeleteCommand.php | Diff File | ||
| mod - core/commands/CategoryUpdateCommand.php | Diff File | ||
| mod - manage_proj_cat_update.php | Diff File | ||
| mod - tests/Mantis/CategoryCommandTest.php | Diff File | ||
| mod - tests/rest/RestProjectCategoryTest.php | Diff File | ||
|
master c867fcc0 2026-08-23 02:25 Details Diff |
Web UI: use project category commands Fixes 0032470 |
Affected Issues 0032470 |
|
| mod - manage_proj_cat_add.php | Diff File | ||
| mod - manage_proj_cat_copy.php | Diff File | ||
| mod - manage_proj_cat_delete.php | Diff File | ||
| mod - manage_proj_cat_update.php | Diff File | ||