Please provide a comparison to Features, given there is a lot of potential overlap.

Comments

jerry’s picture

Subscribing.

teezee’s picture

Version: » 6.x-1.x-dev
Assigned: Unassigned » teezee

Good idea, will post something tomorrow. For short, one of the differences is that you don't need to install loads of helper modules that are only a burden on performance for visitors.

eaton’s picture

Just thought I'd poke my head in here, as it's a topic that I'm pretty interested in these days. Features in particular requires a pretty short list of dependencies. Features Module itself, CTools, and Strongarm are the only ones that I'm aware of; Ctools will already be there if you're using Panels or any number of other CTools dependent modules.

I'm sympathetic on the dependency chain issue, but for better or worse you'll end up reinventing an awful lot of wheels if you decide to solve the deploy-chain problem independent of CTools and Features as they currently stand. I hope that you'll at least collaborate with the Features team to ensure that the work of making key Drupal components 'deployable' is done in a way that benefits both projects.

Also, a point of clarification: the modules in question are not a performance sink for the sites they're enabled on. That makes no sense, as the hooks that Features and similar modules expose aren't triggered on normal page loads. They're administrative tools and helper functions for other modules; if your sites are slow it's because of what you've built, not the dependencies needed to deploy them.

skwashd’s picture

Issue tags: +features

I agree with @eaton, the dependency chain for features doesn't mean it is a bad module. Try installing the php5-gd package on any Linux distro and it pulls in a lot of stuff, but it is worth it.

I'd be interested in knowing what advantages this module has over the feature module.

danny englander’s picture

This looks like a great module, subscribing.

ygerasimov’s picture

Subscribing.

daniel wentsch’s picture

Subscribing, sounds promising.

ghankstef’s picture

I am quite interested to hear more. Features is great but I have not found it to be a great tool for deployment after a site has launched (ie subsequent revisions of a site). To me features shines in encapsulating similar functionality across multiple sites.

A more deployment focused tool is most welcome in my book.

joelstein’s picture

Interested to see where this goes.

rcross’s picture

+1

bwinett’s picture

+1

TheDoctor’s picture

+1

R-H’s picture

subscribing

izmeez’s picture

subscribing. This looks interesting.

scothiam’s picture

subscribing... using this module to capture all settings, while using Features to gather all else, including dependencies, could be a winning solution

kristen pol’s picture

This looks like maybe it has stalled... seems like all this can be handled fine with Features already so I'm also curious what advantage (beyond installing 1 or 2 "extra" modules) is...

Kristen

Leeteq’s picture

@teezee/#2: apart from what is possibly updated on the project page meanwhile, is there another/more detailed comparison in the pipeline?
And is the main focus this year going to be on D6 branch or D7?