Star Export

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Star Export module exports custom content which specifically includes field collection data. Many other modules and examples include exporting custom content such as Node Export or Views Data export but extra effort is require to include field collection data. This module adds the ability to export the field collection data in a flexible way as a drush command.

drush star-export takes the following command line arguments :

DDNS

Component type

module

Maintenance status

Development status

Downloads

164

Component created

Component changed

The DDNS module provides a built in way to manage your DDNS (DynamicDNS) providers. Out of the box, the module supports dozens of popular DDNS services. The module utilizes the Drupal cron process to automatically update your providers but will only run as often as configured to do so.

SiteCommander

Component type

module

Maintenance status

Development status

Downloads

656

Component created

Component changed

SiteCommander is an interactive dashboard to manage and monitor your Drupal 8 site. It features a variety of shortcuts and visuals to help you quickly gauge things or perform routine tasks.

NOTE: While fully functional at this time, this module is still in development, and should be considered in a beta state.

SiteCommander features include:

EasyCDN

Component type

module

Categories

Maintenance status

Development status

Downloads

121

Component created

Component changed

EasyCDN Module

This module detects libraries currently installed in sites/all/libraries
and allows administrators to load these libraries locally or via CDN. The
current CDN options are: JSDelivr and CDNJS. Libraries are loaded with from
the CDN based on the local version of the library that is installed.

NOTE: If a library or library version cannot be found on the CDN it will default
to loading the library locally.

Drush Task for Rules

Component type

module

Maintenance status

Development status

Downloads

348

Component created

Component changed

Trigger drush tasks from actions taken on the website!

What? Are we in bizzaro-land here? Normally drush is the tool you use to do things to your Drupal! But what if you wanted Drupal to do something to your drush?

Now you can!

This module provides a new "Drush Task" that is an action that can be triggered by "Rules".
Once it's set up (there can be some glitches, and it may not work on all hosting environments) you can run drush commands when things happen!

Field States UI

Component type

module

Maintenance status

Development status

Downloads

2600

Component created

Component changed

Field States UI allows sites builders with minimal PHP/Dev skills to configure the Field States API. This lets you configure a field to for example hide if another field has a certain value or hasn't been filled. While doing it via PHP can be be more powerful the UI can be very handy and in some cases quicker. Originally developed for Metchosin Karate for their student signup forms.

Services Request Token Authorisation

Component type

module

Maintenance status

Development status

Downloads

332

Component created

Component changed

About

Provides request-specific token authorisation method for the Services module.

This means that each API request will need to have a specific HTTP header with a hash string generated from the request body.