[wp-trac] [WordPress Trac] #15197: WXR export/import umbrella ticket

WordPress Trac wp-trac at lists.automattic.com
Fri Nov 26 14:45:10 UTC 2010


#15197: WXR export/import umbrella ticket
--------------------------+-------------------------------------------------
 Reporter:  duck_         |       Owner:  duck_                
     Type:  defect (bug)  |      Status:  assigned             
 Priority:  normal        |   Milestone:  3.1                  
Component:  Export        |     Version:  3.1                  
 Severity:  normal        |    Keywords:  has-patch ux-feedback
--------------------------+-------------------------------------------------
Changes (by duck_):

  * keywords:  has-patch => has-patch ux-feedback


Comment:

 Filtering take two.

 As above but also:
  - Only include `can_export == true` for all content exports
  - Removed `can_export => false` from attachments, added it to revisions
  - No more tables
  - No redundant checkboxes
  - Dropdown of all statuses, not just publish checkbox
  - Same filters for posts and pages (except category filtering)
  - Changed label format: "Categories: [All]"

 Todo:
  - JavaScript hiding/showing the extra post/page filters (basically done,
 just need to decide how to include it)

 Feedback on the following please:
  - I introduced a function to build the date dropdowns as I wasn't sure on
 the best route for this. Thoughts? Should this be inline for now? Moved
 and made more general and also used in class-wp-list-table.php?
  - Moved from `can_export` AND `public` post types to `can_export` because
 of nav_menu_items
  - Should there be a check for post_type_supports comments to save on a
 query for every single item in the export?

 Patch and screenshot attached.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/15197#comment:41>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list