#2650 closed defect (bug) (fixed)
Importer not using wp_bbconverter_translator sync_table
Reported by: | netweb | Owned by: | |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | 2.2 |
Component: | API - Importers | Keywords: | |
Cc: |
Description
When importing forums the wp_bbconverter_translator
sync_table is only created when the Purge Previous Import
checkbox is selected (_bbp_converter_clean
).
We should fix this so that the sync table and 'mini cache' can be used during any import.
There are numerous issues relating to what is copied to wp_bbconverter_translator
table during the import process and this ticket should address these here also.
Change History (12)
#9
in reply to:
↑ description
@
10 years ago
- Keywords needs-patch removed
- Resolution set to fixed
- Status changed from new to closed
Closing this now as fixed:
Purge Previous Import
now correctly removes any previously imported forums.- The included 'mini cache' functions now work with or or without the sync_table
- Imported meta is clearly distinguishable from bbPress meta with the use of the
_bbp_old
prefixes.
Note: See
TracTickets for help on using
tickets.
In 5427: