Agile CRM

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides integration with the Agile CRM service.

Installing

  1. Install this module in the normal Drupal way
  2. Sign-up for a free account on agilecrm.com
  3. Login to the dashboard
  4. Go to Admin Settings > Preferences
  5. Copy and paste the Domain and User Email
  6. Go to Admin Settings > API & Analytics
  7. Copy and paste the REST API key

cache_extra

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Extra 'cache' package to improve user and developer expirience.

At the time it contains single 'cache_extra_cookie' sub-module to set cookie while user log -in and -out.

Views Inject

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows to inject any piece of content between views results.
It uses standard views global area plugins like as text area or views results.
This module also includes additional global area plugin to inject blocks. So it can be used to place blocks in the header/footer/empty areas.

The module needs applying this patch:
https://www.drupal.org/node/2727677#comment-11200451

Feature Flag

Component type

module

Categories

Maintenance status

Development status

Downloads

168

Component created

Component changed

Utility module which allows developers to turn on/ off areas of the codebase. A.K.A. Feature Flags

How does this differ from:
featureflags: Is nice, but we needed it to be more lightweight; no custom tables, no access control
killswitch: Not even remotely related, this is more for hijacking your site should a client not pay their bill