Opened 9 years ago
Closed 5 years ago
#2838 closed defect (bug) (fixed)
Forum, topic, and reply counts alongside pending topics and replies
Reported by: | netweb | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | Component - Any/All | Keywords: | has-unit-tests needs-patch |
Cc: |
Description
Attachments (2)
Change History (14)
#2
@
9 years ago
In [bbPress5871]:
Tests: Add forum last active id test
test_bbp_get_forum_last_active_id_with_pending_reply()
.
This test tests the forums last active id to ensure replies with post status
pending
are not used as the forums last active id until the reply is approved.
#3
@
9 years ago
The 2838-tests-01.diff patch is the first in a series of failing unit tests that should pass to resolve this ticket.
This patch covers bbp_get_topic_freshness_link()
and the following reply actions:
bbp_trashed_reply()
bbp_untrashed_reply()
bbp_spammed_reply()
bbp_unspammed_reply()
bbp_approved_reply()
bbp_unapproved_reply()
#6
@
9 years ago
- Keywords has-unit-tests added; needs-testing needs-unit-tests removed
- Resolution set to fixed
- Status changed from new to closed
#8
@
5 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Still seeing this as an issue, specifically when topics & replies hit moderation and are marked as Pending.
#9
@
5 years ago
- Keywords needs-patch added
- Owner set to johnjamesjacoby
- Status changed from reopened to assigned
Assigning to self, needs patch (will upload soon...)
#10
@
5 years ago
Somewhat difficult to understand from a single screenshot, but here's the topic description showing that the JJJ user (Keymaster) replied to a Pending Topic (one of the +2 hidden ones.)
Somewhat of an edgewise, but I don't feel like any replies to a pending topic should bump the counts or the last activity time, at least until the topic is approved.
In [bbPress5870]: