View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0037362 | mantisbt | code cleanup | public | 2026-08-28 12:02 | 2026-08-28 12:08 |
| Reporter | vboctor | Assigned To | vboctor | ||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | resolved | Resolution | fixed | ||
| Product Version | 2.28.0 | ||||
| Target Version | 2.29.0 | Fixed in Version | 2.29.0 | ||
| Summary | 0037362: Fix cases where existing commands were not used | ||||
| Description | There are some cases where the following commands are not being used:
| ||||
| Tags | No tags attached. | ||||
|
MantisBT: master b1456e95 2026-08-04 22:09 Details Diff |
Use UserDeleteCommand for pruning Fixes 0037362 |
Affected Issues 0037362 |
|
| mod - manage_user_prune.php | Diff File | ||
|
MantisBT: master e8b7cdbf 2026-08-04 22:09 Details Diff |
Use ProjectUsersAddCommand for user projects Fixes 0037362 |
Affected Issues 0037362 |
|
| mod - manage_user_proj_add.php | Diff File | ||
|
MantisBT: master c039d988 2026-08-04 22:10 Details Diff |
Use ProjectUsersDeleteCommand for user projects Fixes 0037362 |
Affected Issues 0037362 |
|
| mod - manage_user_proj_delete.php | Diff File | ||
|
MantisBT: master e68f95bb 2026-08-04 22:10 Details Diff |
Use command to copy project users Fixes 0037362 |
Affected Issues 0037362 |
|
| mod - manage_proj_user_copy.php | Diff File | ||
|
MantisBT: master d556fde0 2026-08-04 22:10 Details Diff |
Use version commands when copying versions Fixes 0037362 |
Affected Issues 0037362 |
|
| mod - manage_proj_ver_copy.php | Diff File | ||
|
MantisBT: master 8acf4f8c 2026-08-04 22:10 Details Diff |
Use MonitorAddCommand in SOAP API Fixes 0037362 |
Affected Issues 0037362 |
|
| mod - api/soap/mc_issue_api.php | Diff File | ||
|
MantisBT: master 98beb9ca 2026-08-04 22:10 Details Diff |
Use tag commands in SOAP API Fixes 0037362 |
Affected Issues 0037362 |
|
| mod - api/soap/mc_tag_api.php | Diff File | ||
| mod - core/commands/TagDetachCommand.php | Diff File | ||
|
MantisBT: master 9c5c16e0 2026-08-22 01:52 Details Diff |
Remove unused project_copy_users helper Fixes 0037362 |
Affected Issues 0037362 |
|
| mod - core/project_api.php | Diff File | ||
|
MantisBT: master 9d2a662d 2026-08-22 01:52 Details Diff |
Delegate project user copy authorization to command Fixes 0037362 |
Affected Issues 0037362 |
|
| mod - manage_proj_user_copy.php | Diff File | ||
|
MantisBT: master 2f9c6932 2026-08-22 01:53 Details Diff |
Use project-aware tag command authorization Fixes 0037362 |
Affected Issues 0037362 |
|
| mod - core/commands/TagAttachCommand.php | Diff File | ||
| mod - core/commands/TagDetachCommand.php | Diff File | ||