We need to do a bunch of fancy Views2 work with project_release:

A) Expose all the fields, filters, arguments, etc.

B) Define relationships between releases and project nodes

Comments

dww’s picture

Assigned: Unassigned » dww
Status: Active » Needs work

Ahh, cool, I see aclight had this in his SVN repo already. I just need to port it to the final Views2 API (hook_views_handlers() etc) and we should be mostly done here.

dww’s picture

Status: Needs work » Needs review
Issue tags: +drupal.org upgrade
StatusFileSize
new30.46 KB

Completely untested, but the handlers now live where they're supposed to and I added project_release_views_handlers().

dww’s picture

StatusFileSize
new31.14 KB

Now with project_release_views_api() so it actually works. ;)

dww’s picture

StatusFileSize
new31.12 KB

And now with the correct handler names inside hook_views_data()...

dww’s picture

StatusFileSize
new31.27 KB

Now with a relationship on {project_release_nodes}.pid that points back to {node} so that you can have a view of release nodes that includes fields/args/filters from the project node.

dww’s picture

Status: Needs review » Fixed

Committed this to HEAD. Further improvements/fixes should happen in followup issues.

Status: Fixed » Closed (fixed)
Issue tags: -drupal.org upgrade

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