Closed (fixed)
Project:
Features
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Mar 2010 at 08:11 UTC
Updated:
3 Jan 2014 at 01:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
philbar commentedComment #2
rickvug commented@noomz It is safe to say that a port of features has not started. I'll let a maintainer of the module post more information on when a port would start and any further details.
Comment #3
kyle_mathews commentedActually it's safe to say it has started :)
Adrian just started working on it http://github.com/Vertice/features
Comment #4
rickvug commented@kyle_mathews Thanks for the update! I like this commit message from a few days ago:
"This is the first somewhat d7 capable version of the features module. It runs, but doesn't work."
Comment #5
cghobbs commentedsubscribe
Comment #6
betz commentedsubscribing
Comment #7
noomz commentedthanks, subscribe
Comment #8
johngriffin commentedsubscribe - I hope to be able to have some time to help out with this soon
Comment #9
matt2000 commentedsubscribe
Comment #10
matt2000 commentedWhat's the best way to help here? Just clone the github repo & get busy? Is there a task list anywhere?
Comment #11
rfaysubscribe
Comment #12
himerus commentedsubscribe.
I'd love to see this along with Context available (even if highly developmental) for D7 soon. I'm starting my theme work, and starting to build sites out with D7, and it's looking great... all I'm "really" missing is Features/Context
Comment #13
unknownterritory commentedSubscribing.
Comment #14
arcane commentedSubscribing
Comment #15
xurizaemonhas_body and body_label are no longer present in results from
node_get_types()Comment #16
xurizaemonNote (re #3 above), the Git repo is now gone (sobs) and work is progressing (applause) in CVS (groans, fade to Benny Hill music) for 7.x.
Also, in node_features_export_render() there is this code -
I suspect this should actually be looking for 'node_content' not 'node'? That's what I see exporting CCK types.
Comment #17
nyl_auster commentedSuscribing
Comment #18
yhahn commentedChanging versions.
Comment #19
acrollet commentedsubscribing, sorry for the noise
Comment #20
Jackinloadup commentedsubscribing
Comment #21
kim.pepperSubscribe
Comment #22
nimbupani commentedSubscribe
Comment #23
luke_b commentedThis patch adds the ability to use the field export (features.field.inc) for entity types other than nodes. We use it to export commerce product types. I'll post the export implementation which adds the commerce product to the dropdown for exportable features as soon as the required patches are in the commerce HEAD for those interested in.
Note that this patch contains all fixes/patches of the following issues:
http://drupal.org/node/898686
http://drupal.org/node/848736
http://drupal.org/node/898406
http://drupal.org/node/899384
Comment #24
luke_b commentedComment #25
yhahn commentedThe patch no longer applies cleanly. It would be great if you could update it using the DRUPAL-7--1 branch of CVS rather than the dev package.
I'll attempt to apply portions of it by hand and review it in the meantime.
Comment #26
yhahn commentedCommitted with some refactoring. Thanks!
http://drupal.org/cvs?commit=419258
Comment #27
luke_b commentedThanks for committing! One question concerning hook_hook_info(): without this implementation features-api implementations of other modules seem not being recognized. features_include() kind of don't include them. Any idea what could be the solution apart from implementing hook_hook_info(), which is not a too bad idea either, is it?