This started over at #1599154: Migrate d.o project image field to D7. Sadly, we can't reliably use features to manage all our custom node types and field configuration during the D7 upgrade itself, since apparently we can't count on it to create the node types and fields at the right time. So, we've got a bunch of custom code to manually create all that junk during the upgrade.
However, drumm claims we want to have a 'drupalorg_project_types' feature (or something) going forward which *will* manage all the field configuration on our custom project node types. From IRC:
drumm: it spots config changes and makes sure we have them in code
drumm: and in code is easier for future deployments
Just opening this up so it doesn't get lost...
Comments
Comment #12
drummThis was done awhile ago.