Skip to:
Content

bbPress.org

Opened 14 years ago

Closed 14 years ago

#1820 closed defect (bug) (fixed)

Converter needs audit

Reported by: johnjamesjacoby Owned by: johnjamesjacoby
Priority: normal Milestone: 2.1
Component: API - Importers Version:
Severity: normal Keywords:
Cc: stephen@…

Description

Some things in the converter aren't working correctly. This ticket serves as the master for committing fixes to the new converter for bbPress 2.1

Change History (23)

#1 @johnjamesjacoby
14 years ago

(In [3863]) Converter:

  • Whitespace fixes to bbPress1 converter
  • Fix incorrect fieldname
  • See #1820

#2 @johnjamesjacoby
14 years ago

(In [3864]) Converter:

  • Remove _converter_ from metakey names
  • Clean up code in base converter classes
  • Converter now partially functional
  • See #1820

#3 @johnjamesjacoby
14 years ago

(In [3865]) Converter:

  • Add translate_status method to bbPress 1.x
  • Map topic and reply statuses to bbPress 2.x schema
  • Passes correct post status so spam/trashed posts are not alive again
  • See #1820

#4 @netweb
14 years ago

  • Cc stephen@… added

#5 @johnjamesjacoby
14 years ago

(In [3866]) Converter:

  • Remane 'translate' methods to 'callback' to avoid confusion with i18n functions
  • Improve maps of bbPress 1 converter
  • Fix incorrectly named keys in other converters
  • Whitespace and phpdoc fixes
  • See #1820

#6 @johnjamesjacoby
14 years ago

(In [3867]) Converter:

  • Clean up phpBB field maps
  • See #1820

#7 @johnjamesjacoby
14 years ago

(In [3868]) Converter:

  • Add counts to bbPress 1.x forum and topic conversions
  • Run reply content through callback_html
  • See #1820

#8 @johnjamesjacoby
14 years ago

(In [3869]) Converter:

  • Decode HTML entities in callback_html method
  • Fixes issues with bbPress 0.9 (and any legacy software that stored HTML pre-encoded)
  • See #1820

#9 @johnjamesjacoby
14 years ago

(In [3872]) Converter:

  • Tabulate the recount and converter menu items
  • See #1820

#10 @johnjamesjacoby
14 years ago

(In [3873]) Converter:

  • Set topic ID for topics
  • Add inline doc to convert_table() method
  • Tweak bbPress 1.x field mapping
  • See #1820

#11 @johnjamesjacoby
14 years ago

(In [3875]) Converter:

  • Group Forum tools into h2 tabs
  • See #1820

#12 @johnjamesjacoby
14 years ago

(In [3876]) Converter:

  • Tweaks to converter process
  • Rename "Recount" to "Repair" and point everything to it as needed
  • Add two new repair tools to recalculate the forum ID and topic ID for each post, based on the post_parent values
  • See #1820

#13 @johnjamesjacoby
14 years ago

(In [3884]) Converter:

  • Fix issue with reply titles in bbPress 1.x
  • Fix issue with reply topic in bbPress 1.x
  • Rename "Recount" to "Repair" through wp-admin
  • Introduce "Reset Forum" tool
  • See #1820

#14 @johnjamesjacoby
14 years ago

(In [3885]) Converter:

  • Add total topic and reply counts to bbPress 1.x forum converter
  • Fixes issue with forum counts in non-hierarchical forum setups
  • See #1820

#15 @johnjamesjacoby
14 years ago

(In [3886]) Converter:

  • Remove extra "Found" text from converter process
  • See #1820

#16 @johnjamesjacoby
14 years ago

(In [3887]) Converter:

  • Fix incorrect callback to 'bbp_admin_repair_freshness'
  • See #1820

#17 @johnjamesjacoby
14 years ago

(In [3888]) Converter:

  • Add wpspin gif to top most conversion feedback
  • See #1820

#18 @johnjamesjacoby
14 years ago

(In [3889]) Converter:

  • Add last active time to topics based on topic_time
  • See #1820

#19 @johnjamesjacoby
14 years ago

(In [3890]) Converter:

  • Add user_topic_count repair function
  • Fix incorrect meta key in user_reply_count repair function
  • See #1820

#20 @johnjamesjacoby
14 years ago

(In [3891]) Converter:

  • Add user_nicename, user_status, and user_display_name to bbPress 1.x importer
  • See #1820

#21 @johnjamesjacoby
14 years ago

(In [3893]) Converter:

  • Remove commented cruft from bbPress 1.x converter
  • Improvements to ajax and spinner
  • See #1820

#22 @johnjamesjacoby
14 years ago

(In [3894]) Converter:

  • Filter admin menu for tabbed Tools navigation
  • See #1820

#23 @johnjamesjacoby
14 years ago

  • Resolutionfixed
  • Status newclosed

Converter is successfully converting. Closing, and individual tickets should be opened for issues as they arise.

Note: See TracTickets for help on using tickets.