Closed (fixed)
Project:
Project
Version:
7.x-2.x-dev
Component:
Packages
Priority:
Critical
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
27 Apr 2012 at 22:03 UTC
Updated:
4 Jan 2014 at 02:05 UTC
Jump to comment: Most recent
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
Comment #1
senpai commentedBumping to critical because we need this for the Drupal.org D7 Upgrade launch.
Comment #2
drummComment #3
drummI 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.
Comment #4
drummI 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.
Comment #5
drummI believe this is done now. See commits with #1551374 in the message.
Comment #6
drumm