View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000839 | XMB1 | Bugs | public | 2025-07-31 19:54 | 2025-10-30 20:07 |
| Reporter | miqrogroove | Assigned To | miqrogroove | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.10.00 Beta 1 | ||||
| Target Version | 1.10.00 | Fixed in Version | 1.10.00 | ||
| Summary | 0000839: Deleting a Post Causes postnum to Increase | ||||
| Description | Something is backwards in post.php, where deleting someone's post causes their members.postnum value to go up instead of down. | ||||
| Additional Information | Mistake is in sql.inc.php https://github.com/miqrogroove/xmb/commit/baa3a588f28a3f2e5c8e7c5343c63fcd41582674 The $op should be always '+' or the $change should be an absolute value. Otherwise, the result is always going to be either addition or double negative. | ||||
| Tags | No tags attached. | ||||
| MySQL Version | |||||
| PHP Version | |||||
| Web Server | |||||
| Browser | |||||
| Flags | |||||
| Original Reporter | |||||
| SVN Revision | |||||
| Git Commit | https://github.com/miqrogroove/xmb/commit/79df53dbc3d088c98f25233c1a1e9c5138c317ce | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-07-31 19:54 | miqrogroove | New Issue | |
| 2025-07-31 20:04 | miqrogroove | Reproducibility | have not tried => always |
| 2025-07-31 20:04 | miqrogroove | Status | new => confirmed |
| 2025-07-31 20:04 | miqrogroove | Product Version | 1.10.00 Beta 2 => 1.10.00 Beta 1 |
| 2025-07-31 20:04 | miqrogroove | Additional Information Updated | |
| 2025-08-01 05:17 | miqrogroove | Assigned To | => miqrogroove |
| 2025-08-01 05:17 | miqrogroove | Status | confirmed => assigned |
| 2025-08-01 05:26 | miqrogroove | Status | assigned => resolved |
| 2025-08-01 05:26 | miqrogroove | Resolution | open => fixed |
| 2025-08-01 05:26 | miqrogroove | Fixed in Version | => 1.10.00 |
| 2025-08-01 05:26 | miqrogroove | Git Commit | => https://github.com/miqrogroove/xmb/commit/79df53dbc3d088c98f25233c1a1e9c5138c317ce |
| 2025-10-30 20:07 | miqrogroove | Status | resolved => closed |