Closed (fixed)
Project:
Juicebox HTML5 Responsive Image Galleries
Version:
8.x-2.x-dev
Component:
Views Integration
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2014 at 23:59 UTC
Updated:
24 Oct 2015 at 15:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rjacobs commentedThis probably can't be 100% completed until #2273731: Filters throw unrecoverable error when using relationships is fixed as we depend on some entity methods to detect which views fields can be used for titles/captions, and that detection triggers the error reported there.
Comment #2
jastraat commentedIt looks like the referenced core issue has been closed, so is there a plan to start porting the views support?
Comment #3
rjacobs commentedHi,
I started some work on this not too long ago, but didn't commit anything yet.
With the field formatter port I was getting a bit frustrated by the number of times I needed to redo ported code on account of continuous fluctuation in the Drupal core betas. It's possible that I started that effort too early (though it was insightful to monitor, and help debug, some parts of core as a result). Anyway, because of this I decided to purposely wait until core stabilized a bit more to fully tackle the views integration part.
I guess I could commit the views style plugin "scaffolding" that I have in case others want to help out with that in the meantime.
Comment #4
rjacobs commentedIn case anyone is interested, here is what I have so far. The plugin already contains most everything for the integration of the Juicebox configuration options into a style formatter, but the actual build/render methods are not there yet.
Comment #5
rjacobs commentedSetting proper component value for issue tracking purposes.
Comment #6
rjacobs commentedGetting pretty close now. I'm attaching a patch that's almost functionally complete. The XML generation methods still need to be taken care of though.
Comment #7
rjacobs commentedThis should be pretty close to feature complete... though test coverage is still missing.
Comment #8
rjacobs commentedUpdate referenced file.
Comment #9
rjacobs commentedGuess I have to re-submit to trigger testbots.
Comment #11
rjacobs commentedQuite a lot of changes here so I went ahead with the commit and will handle some additional test coverage in a follow-up: #2586125: Finalize test coverage for view style plugin functionality.