Skip to:
Content

bbPress.org

Opened 14 years ago

Closed 14 years ago

Last modified 3 years ago

#1861 closed defect (bug) (fixed)

Posting topics or replies does not bust post ancestors

Reported by: johnjamesjacoby Owned by: johnjamesjacoby
Priority: highest omg sweet tea Milestone: 2.1
Component: API - Cache Version: 2.0
Severity: major Keywords:
Cc:

Description

As a result, post-meta data in the ancestors is not immediately visible or accurate, causing things like reply counts and freshness data to be incorrect.

Change History (1)

#1 @johnjamesjacoby
14 years ago

  • Resolutionfixed
  • Status newclosed

(In [4041]) Caches:

  • Introduce bbp_clean_post_cache() to handle cleaning custom queries and post ancestors.
  • Audit use of _pre_ and _post_ forum/topic/reply actions and locations. Reposition and pass parents as needed.
  • Add 'bbp_clean_post_cache' action to necessary _pre_ and _post_ actions.
  • Fixes #1861.
Note: See TracTickets for help on using tickets.