View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0027145 | mantisbt | code cleanup | public | 2020-08-09 19:16 | 2021-03-07 18:29 | 
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | N/A | 
| Status | closed | Resolution | fixed | ||
| Target Version | 2.25.0 | Fixed in Version | 2.25.0 | ||
| Summary | 0027145: Convert Project and User Pref APIs to use DbQuery class | ||||
| Description | Gradually converting legacy db_query() api calls to use the new DbQuery class introduced in 2.13.0. This allows cleaner code and avoids potential issues with db_param_push() calls. | ||||
| Tags | No tags attached. | ||||
| MantisBT: master 1a8a64d0 2020-08-09 11:27 Details Diff | User prefs API: use DbQuery Replace legacy db_query() calls. Fixes 0027145 | Affected Issues 0027145 | |
| mod - core/user_pref_api.php | Diff File | ||
| MantisBT: master 682a182d 2020-08-09 12:16 Details Diff | Project API: use DbQuery Replace legacy db_query() calls. Fixes 0027145 | Affected Issues 0027145 | |
| mod - core/project_api.php | Diff File | ||
| MantisBT: master 96fc98cf 2020-11-21 09:55 Details Diff | Fix invalid query parameter name Regression from 1a8a64d01ca2f406a8b9a9bb5b62d6deedf9b588. Issue 0027145 | Affected Issues 0027145 | |
| mod - core/user_pref_api.php | Diff File | ||
