Features integration it's very interesting, i'll work on this to this module.
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | features-integration-1494532-10.patch | 3.53 KB | rob c |
| #1 | features-integration-1494532-1.patch | 4.43 KB | toleillo |
Features integration it's very interesting, i'll work on this to this module.
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | features-integration-1494532-10.patch | 3.53 KB | rob c |
| #1 | features-integration-1494532-1.patch | 4.43 KB | toleillo |
Comments
Comment #1
toleillo commentedHi,
I attached the patch to integrate features on empty_page module. Not work perfect but is a good aproach to the expected. If accept this patch maybe i can improve this functionallity.
Thanks.
Comment #2
jpklein commentedI started using empty_page for a project and independently integrated it with ctools exportables/features. As I rewrote a sizeable portion of code, I am attaching the complete module as a proposed 2.0-alpha version. It's working great in my environment and includes the patch for the recently-resolved 404 issue, though we should probably compare with toleillo's patch in order to assimilate the best practices.
Cheers!
Comment #3
adamgerthel commented@jpklein I'm using your module now. It works very well
Comment #4
Rob_Feature commentedCan this be posted as a patch so the maintainer can roll it in? (and so we can see what you actually did easily)?
Comment #5
jpklein commentedHere's an updated version of my proposed changes as a patch to the latest dev version of code.
Comment #6
Rob_Feature commentedThis patch pretty much makes empty page croak for me. If I try and edit an existing callback I get:
Comment #7
jpklein commentedAh.. well, that's to be expected; there's no update routine for current installations. Mostly because ctools exportables require a 'machine name' field as the primary database key rather than an auto-incrementing integer and I don't have much experience writing schema-update routines. Feel free to iterate on the install file if you have any insight into how this might work.
Comment #8
adamgerthel commentedI tried the patch but it fails for me using the latest dev (7.x-1.0+4-dev). Is there any reason why it doesn't apply cleanly?
Comment #9
Nick Robillard commentedWe have a few features being developed in tandem here. Let's work on getting #1506622: Permissions rolled in first.
Comment #9.0
Nick Robillard commentedChange body of the comment.
Comment #10
rob c commentedWhats the plan here, is the custom module with ctools etc going to be implemented? Else let's start some new issues for these and let's reroll the patch in this issue (The original), so we can commit and use this.
Attached is the original patch rerolled, without any other code that fixes a minor t() bug and 2 changes to the feature api definition, but it still needs a bit more work i guess.
Comment #11
marcoka commentedthe attached: empty_page-7.x-2.0-alpha.zip
destroyed the settings ui completely. listing is incorrect and no callback can be added anymore.
Comment #12
marcoka commentedpatch #10 works with latest dev version.