Deploy Check

Component type

module

Categories

Maintenance status

Development status

Downloads

452

Component created

Component changed

This Drush command helps you to check typical configuration issues on production sites.

It may be useful when you inspect a legacy site and its environment or after a deployment if everything is still adjusted correctly.

For site-specific things, you can add your own checks via hook_deploy_check_list().

It is not needed to enable yet another module, so altering the inspected site, one can merely execute the command.

Acquia Extras

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds some helpful functionality for sites hosted on the Acquia platform. Current features:

  1. A ctools access plugin, allowing users to hide or display content by Acquia environment.
  2. An Acquia Cloud API panel to directly interface with the configured site, environment, and domain.
      The configurations are:
    • acquia_env
    • acquia_site
    • acquia_domain
    • acquia_username
    • acquia_password

    Those can be set in your settings.php $conf.

External Repository Update Status

Component type

module

Maintenance status

Development status

Downloads

957

Component created

Component changed

For connecting with external repository services such as github or bitbucket in order to obtain update status information for custom work. Currently only supports GitHub.

INSTALLATION AND CONFIGURATION

By default ERUS will pick up any module that uses the project status url option in the .info file of the module or feature.

project status url = 'http://www.example.com'

Configuration Database

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a Drupal 8 project.

Adding a second database to Drupal that is designed to hold configuration data.

Drupal 7 was often criticised for what was probably the biggest shortcoming of Drupal, the difficulty in seperating configuration data from content.

New for Drupal 8, this module will attempt to revisit that problem, by providing Drupal 8 with a second database, and the ability to decide which database data should be saved to.

multisite_overview

Component type

module

Maintenance status

Development status

Component created

Component changed

A Developer/QA tool to help traverse any number of Multisites setup in an installation. Currently, i'm using this with Aegir.

  • Designed for Multisite installations.
  • goto example.com/admin/config/content/multisite-overview Input the path to load all child sites into the textfield. submit
  • adjust access permission as needed. example.com/admin/people/permissions#module-multisite_overview
  • action links: open in new window

todo/consider:

Composer Vendor Autoload

Component type

module

Maintenance status

Development status

Downloads

13514

Component created

Component changed

Simple module to load the Composer Autoloader when Drupal boots. This module allows the site builder to manually manage the dependencies for the project themselves, rather than relying on some sort of automation. You may even use this module as a dependency in your Drupal site to load the autoload.php file.

AJAX Error Suppress

Component type

module

Maintenance status

Development status

Component created

Component changed

Drupal alerts "An AJAX HTTP request terminated abnormally" during normal site operation, confusing site visitors/editors.

This module aims to supress Drupal core's default AJAX error (status 0).

The solution is based on the issue: https://www.drupal.org/node/1232416

If you use this module, you don't need to patch any core files

Simply install/enable the module as usual.

Autocomplete and ajax functionality is modified by extending system module libraries.