Closed (fixed)
Project:
Taxonomy Export
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
6 Nov 2009 at 15:25 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
b-prod commentedHi!
Here is a patch for implementation of hook_features_api(). I didn't use CTools exportables to avoid modify Drupal standard DB tables, even via hook_alter_schema().
I let you modify and adjust it as you need.
My initial need was to have a hook to interfere with term and vocabulary objects (614666: Create a hook for other modules to import/export elements related to taxonomy). Integration with Features API does not fix this requirement and now it will be necessary to add this hook in two places: in the original place and in the feature export.
Actually I am not really interested in Features, but only in the hook I suggested in the link above.
Hope this patch will help you.
Comment #2
James Andres commentedHi B-Prod, a quick update. I've been too busy to look into this much further. I started development on a branch, hosted on bitbucket not D.o CVS, to complete these changes. Feel free to download the branch and tinker. When I get my free time back, I'll continue dev.
http://bitbucket.org/james.andres/taxonomy_export
Comment #3
rickvug commentedTagging "cTools Exportables" for tracking, even if this seems to have been taken off the table for now.
Comment #4
James Andres commentedAlpha commit is up! Check out the DRUPAL-6--2 tag.