Static Sites

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Adds generic static module that provides hooks to define a static site. Sites implementing this module provide some meta-data about their static site and static scans the module's files and builds out the menu and rendering engines. Sites can provide markdown files and static will use a markdown library to convert the content to html before rendering. Content remains in the filesystem, and as a result, can be source controlled.

Modules by enviroment

Component type

module

Maintenance status

Development status

Component created

Component changed

Easy way of disable a list of module in a specific enviroment. We relation a specific domain with a specific enviroment and allow to disable a list of modules in each enviroment.

You can make this kind of thing using drush alias, drush make and others differents tools but the objetive of this module is make the same thing but easier than the old way.

It's still in development.

Excel Reports

Component type

module

Maintenance status

Development status

Downloads

1927

Component created

Component changed

If you need to export Drupal data into MS Excel files, this module was made with you in mind.

On top of PHPExcel(https://github.com/PHPOffice/PHPExcel), a stable library to create MS Excel files, this module provides 2 ways to create great, useful and easy reports:

Drush drop cache form

Component type

module

Categories

Maintenance status

Development status

Downloads

1123

Component created

Component changed

This module have a drush command to drop and recreate the cache form.

I make this drush command because in some proyects the cache_form is so big that "drush cc all" doesn't clean the table.

BehatRunner

Component type

module

Categories

Maintenance status

Development status

Downloads

2366

Component created

Component changed

This module

  • Provides a common way for modules to register themselves as having Behat tests
  • Provides a test discovery mechanism to find out what features/scenarios are available
  • Provides a test-runner to execute Behat tests via drush or admin UI

Look at the attached diagram for a high-level overview of how this module will be implemented.

IMPORTANT

This module can not be enabled via the UI. You MUST use drush to enable it. The steps are: