Active
Project:
Version Control API
Version:
7.x-1.x-dev
Component:
API module
Priority:
Major
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
25 May 2012 at 20:49 UTC
Updated:
25 Sep 2012 at 21:00 UTC
The version control entity api was originally a backport of the Drupal 7 entity API for ease of upgrade. It's time to go full-on D7 and start using the real entity API for all of our entities allowing us to do things like entity reference a commit from an issue. w00t.
The current plan is to abuse core's conditions array and pass in a special key for our options array. It's a little gross but we need more information than an ID and some fields in the table so it'll have to do. The controller will remap this two parameter function signature to our 3 parameter that better meets our needs requiring the minimal changes possible to ripple through the rest of our code base.
Comments
Comment #1
tizzo commentedI'm working on this
Comment #2
sdboyer commentedso we don't need this for our initial D7 release. it could be nice to work on later, but now...really not necessary. things work as they are, even if it's a bit awkward to be one-off.
we're postponing this.