Changes between Initial Version and Version 1 of Ticket #5749
- Timestamp:
- 07/10/2014 07:56:14 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5749
-
Property
Summary
changed from
Blogmeta not removed when running bp_blogs_record_existing_blogs()
tobp_blogs_record_existing_blogs() improvements
-
Property
Summary
changed from
-
Ticket #5749 – Description
initial v1 1 Even though BuddyPress empties the `bp_user_blogs` table, the `bp_user_blogmeta` table remains fully populated. This is an unintended limitation in `bp_blogs_record_existing_blogs()` where it cannot reliably be reran. 1 A few separate issues I see here: 2 2 3 A good example of this would be disabling BuddyPress for a period of time where new sites are created. In this instance, those new sites can never become visible in BuddyPress's UI, and also do not have a tool available to repopulate that data. 3 * No limitations on the number of sites being recorded 4 * `bp_user_blogs` is emptied, but not truncated, meaning auto-increment is never reset 5 * We should probably truncate `bp_user_blogmeta` also, to ensure accurate data is populated