MantisBT: master 56d117c0

Author Committer Branch Timestamp Parent
dregad dregad master 2026-08-28 13:14 master b8350066
Changeset

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