Changes between Version 2 and Version 3 of Ticket #2647
- Timestamp:
- 08/01/2014 07:42:46 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2647 – Description
v2 v3 1 ~~ When creating a new forum post meta key `_bbp_forum_id` is not created. ~~ 2 ~~ * We rely on `_bbp_forum_id` for meta queries in `bbp_exclude_forum_ids()` and `bbp_request_feed_trap()` ~~ 3 ~~ * Any forum that currently includes a forum `_bbp_forum_id` post meta key is due to either: ~~ 4 ~~ * 1. Running the repair tool "Recalculate parent forum for each reply" (`bbp_admin_repair_forum_meta()`) ~~ 5 ~~ * 2. The forums were imported as the imports include the `_bbp_forum_id` meta key ~~ 1 When creating a new 'open' forum (i.e. not closed) post meta key `_bbp_status` with meta value `open` is not created. 2 * When editing a forums status post meta key `_bbp_status` is correctly updated with `open` or `closed` values 6 3 7 When creating a new forum post meta key `_bbp_status` is not created.8 4 * A forum's `_bbp_status` can be either `open` or `closed` 9 5 10 When creating a new forum post meta key `_bbp_forum_type` is not created. 6 When creating a new 'forum' forum (i.e. not a category) post meta key `_bbp_forum_type` with meta value `forum` is not created. 7 * When editing a forums type post meta key `_bbp_forum_type` is correctly updated with `forum` or `category` values 11 8 * A forum's `_bbp_forum_type` can be either `forum` or `category` 12 9 … … 14 11 ---- 15 12 16 Related: #2303 $check_ancestors Parameter Logic13 Related: 17 14 15 * #2303 $check_ancestors Parameter Logic 16 * #2654 bbPress 2.6 Database upgrade 17 18 Edit: Edited and updated ticket description of exact behaviour 19