Skip to:
Content

bbPress.org

Changes between Version 2 and Version 3 of Ticket #2647


Ignore:
Timestamp:
08/01/2014 07:42:46 AM (11 years ago)
Author:
netweb
Comment:

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 ~~
     1When 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
    63
    7 When creating a new forum post meta key `_bbp_status` is not created.
    84* A forum's `_bbp_status` can be either `open` or `closed`
    95
    10 When creating a new forum post meta key `_bbp_forum_type` is not created.
     6When 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
    118* A forum's `_bbp_forum_type` can be either `forum` or `category`
    129
     
    1411----
    1512
    16 Related: #2303 $check_ancestors Parameter Logic
     13Related:
    1714
     15* #2303 $check_ancestors Parameter Logic
     16* #2654 bbPress 2.6 Database upgrade
     17
     18Edit: Edited and updated ticket description of exact behaviour
     19