This project is under active development.

Base Core

Base is meant to be a set of features that will provide the "lowest common denominator" for building Drupal apps and distributions.

If you've ever installed an app, you might have found out that, while you want to keep the fields and the content type provided within the app, you might want to completely change the view provided with it or the contexts. Base will give you a content type, default fields and user permissions, but will never assume anything on how you want those fields displayed, where in the menu you want to show them, which URL they should have etc...

That way, we hope that Base can provide as much interoperability as possible between Drupal apps and distributions (by using the same field names, roles, content types etc...) without forcing the site builder in displaying content in a specific way.

Note that Base relies on Apps Compatible.

Current features part of Base:

Services raw response formatter

This module provides a new type of request parser and response formatter to the Services module.

Provision tasks extra

This code extends Aegir back-end with some additional commands.

Supported commands are:

- drush cache-clear -d
- drush registry-rebuild -d
- drush core-cron -d

Visualization API

Dashboard created by the Visualization API module

Visualization is a module for Drupal 7.x that provides a solid and easy accessible way to visualize data.

User Import Framework Plus

User Import Framework Plus extends the brilliant work of the original User Import Framework module to allow you import the following addit

Pages

Subscribe with RSS Subscribe to RSS - Under active development