I'm not sure there's much we're going to be able to do in project_package for core Field API stuff. I think this is going to be pretty much a straight port to the D7 API. Mostly, I think this will be pretty simple. It's a bit janky with the hard-coded project_release stuff, but that's probably not going to be able to be fixed in the initial 7.x-2.0 release. See https://drupal.org/node/1551120#release for more.

Comments

senpai’s picture

Assigned: Unassigned » drumm
Priority: Normal » Critical

Bumping to critical because we need this for the Drupal.org D7 Upgrade launch.

drumm’s picture

Issue tags: +16hr
drumm’s picture

I committed the first round of this, basic updates to .info, .install, and node hooks. Needs more testing with packaging scripts populating data and the views displaying data.

drumm’s picture

I ran into #1853518: Update status XML should publish non-aliased release links, which caused a DB error, trying to put an int in a string column. I'm working around this by casting to an int. Should be okay as far as D7 is concerned, the old DB layer would have done the same, more quietly.

drumm’s picture

I believe this is done now. See commits with #1551374 in the message.

drumm’s picture

Status: Active » Fixed

Automatically closed -- issue fixed for 2 weeks with no activity.