I tried using 7.x version with filters, fields, node, views components. I identified following problems
1. Filters component is having bugs and it is showing overridden even though there are no changes, because roles information is not exported properly.
2. Body field for content type is not default in D7. The node component is still adding has_body, body_label information for content types.
3. Getting some notices, warning because of misspelled key values of arrays.

I fixed above issues and added patch.

Comments

pflame’s picture

StatusFileSize
new3.28 KB
luke_b’s picture

StatusFileSize
new1.62 KB

Fields seem not to be attached to bundles the proper way, field_create_instance expects a different array. As a result a FieldException 'Attempt to create an instance of field xy without an entity type' was thrown from field_create_instance. Fixed with the attached patch.

luke_b’s picture

Note: the module entity/entity_metadata needs also a patch to ensure content types can be created correctly by the features module. You can find the path here: http://drupal.org/node/886968

luke_b’s picture

Status: Needs review » Closed (duplicate)

All the changes/patches in this issue have been integrated in the following patch: http://drupal.org/node/736886#comment-3427951