Skip to:
Content

bbPress.org

Opened 10 months ago

Closed 4 months ago

#3591 closed defect (bug) (fixed)

Recount topics for each user, counts only published topics

Reported by: gdragon's profile GDragoN Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.6.10 Priority: high
Severity: major Version: 2.6.9
Component: Component - Users Keywords: has-patch
Cc:

Description

This tool should take into account published and closed topics. Right now, recount counts only published topics.

Attachments (1)

3591.patch (1004 bytes) - added by GDragoN 10 months ago.
Fix for the Repair file.

Download all attachments as: .zip

Change History (3)

@GDragoN
10 months ago

Fix for the Repair file.

#1 @johnjamesjacoby
10 months ago

  • Owner set to johnjamesjacoby
  • Status changed from new to assigned

Nice catch, Milan! A joy to see you again!

#2 @johnjamesjacoby
4 months ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 7263:

Tools/Repair: audit post statuses in repair queries.

This change ensures that all of the relevant repair tools are including the expected public post statuses for their related post types.

These changes specifically address possibly missing Closed Topics in the repair tools, while also ensuring that anything filtering the results of the _public_statuses() functions to add their own custom statuses (I.E. archives on WordPress.org) are taken into consideration.

Fixes #3591.

Props GDragoN.

In branches/2.6, for 2.6.10.

Note: See TracTickets for help on using tickets.