Needs work
Project:
Bean Slide
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
20 Mar 2012 at 22:49 UTC
Updated:
25 Jun 2012 at 01:34 UTC
Jump to comment: Most recent file
We need:
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | beanslide_1491640-7-WIP.diff | 12.17 KB | adamdicarlo |
| #2 | beanslide_1491640-2.patch | 10.08 KB | adamdicarlo |
Comments
Comment #1
duellj commentedAdam, I committed the 2.x branch, so feel free to start developing against it
Comment #2
adamdicarlo commentedThis is very much a work in progress. Thoughts?
Comment #3
adamdicarlo commentedIf this seems decent I'll commit it and go from there... but I'd like some ideas first about how to do this and even how to do what the patch already does better. It's mostly based on bean module's code at the moment.
Comment #4
bleedev commentedOverall this looks like a great start. Enabling beanslide after the patch is applied produces the following error however.
Side note, should beanslide_cycle be enabled by default? Otherwise enabling beanslide won't provide any functionality.
Comment #5
adamdicarlo commentedI'm thinking of not using CTools plugins for this. What's the advantage of using CTools for plugins? Drupal 7 has autoloading built in, for one thing, so what's the point of hook_ctools_plugin_directory()? I can easily invoke hook_beanslide_types() myself and use autoloading....
Comment #6
bleedev commentedI can't see a particular reason to use CTools plugins if we can get the same result with the build in autoloading ... Just my 2 cents.
Comment #7
adamdicarlo commentedI've been working on this refactor with a lightweight plugin system. Here's what I currently have. This is relative to the current 7.x-2.x HEAD which should be identical to 7.x-1.x at the moment.
Comment #8
adamdicarlo commentedD'oh, file attachments get lost if the issue node form doesn't validate...
Also to be clear, this still needs a lot of work, and doesn't necessarily warrant anyone to spend time looking at it. Just want to make it known I'm working on this.