View Issue Details

IDProjectCategoryView StatusLast Update
0037362mantisbtcode cleanuppublic2026-08-28 12:08
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityN/A
Status resolvedResolutionfixed 
Product Version2.28.0 
Target Version2.29.0Fixed in Version2.29.0 
Summary0037362: Fix cases where existing commands were not used
Description

There are some cases where the following commands are not being used:

  • UserDeleteCommand
  • ProjectUsersAddCommand
  • ProjectUsersDeleteCommand
  • MonitorAddCommand
  • Version commands
  • Tag commands
TagsNo tags attached.

Activities

Related Changesets

MantisBT: master b1456e95

2026-08-04 22:09

vboctor


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

vboctor


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

vboctor


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

vboctor


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

vboctor


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

vboctor


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

vboctor


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

vboctor


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

vboctor


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

vboctor


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