features

How drupal/drupal.org could benefit from incorporting concepts from apps

  • Improve the update handler to add an installer that can parse a feed (or however is best) of modules, search, organize in some way so users can install modules from a drupal.org install that it, and it's dependency will be downloaded fromAdd an icon for modules (non-required, but it looks snazzy, man).

Features Magic: how features adds additional items to export

If you've used features, you'll likely noticed that adding one thing will automatically add other items. The items added are sometimes dependencies (e.g. adding a view will automatically add dependency for 'views'), but other times it'll be additional items (e.g. adding a blog adds the blog fields.). However other items, like settings added to the content type form won't be, which often surprises the newer feature builder. This is because features, or modules hooking in, need to automatically tell the feature to add any component.

It does these through a series of hook.

So, I've set up a personal blog

When setting it up, I first looked to see if there was any existing single person, developer focused blog features or install profiles. I was unable to find one, at least not on drupal.org. So I had a few choices to consider.

Subscribe to RSS - features