workout

Component type

module

Maintenance status

Development status

Downloads

21

Component created

Component changed

Workout is a set of drush commands used to flush out error and warning messages that get created when pages are rendered for viewing.

Attempts to Exercise / Load every public page on a site anonymously.
You can pass in the number of pages to limit the processing to as arg1.

Workout is multi threaded. Each thread can Exercise / Load a web page.
This allows testing many pages at the same time.
This greatly reduces the amount of time required to load all the pages on a large site.

Data Encryption

Component type

module

Categories

Maintenance status

Development status

Downloads

120

Component created

Component changed

Overview:
This is developer friendly module which will used for Encryption/Decryption data based on the Key & Encryption profile.

Installation:
Download the module and extract it to the modules directory. Install it as any Drupal contributed module.

Configure/Setup all the dependent modules as per there installation instructions.

Usage:
Inject the below service in your module for custom usage:

<?php
use Drupaldata_encryptionServicesDataEncryptionService;

Updater

Component type

module

Categories

Maintenance status

Development status

Downloads

205

Component created

Component changed

Automated Drupal updates and deployments

A Drush command to update a website instance by executing available "updaters".

An updater is a PHP function which is executed during execution of the Drush update-website command.

The Drush command keeps track of updaters already executed, so they are not executed twice on the same Drupal instance.

Updaters have access to usual Drupal APIs and other Drush commands.

Remote Site List

Component type

module

Maintenance status

Development status

Downloads

19

Component created

Component changed

This module is used for administrators who manage multiple sites, to keep track of them. It's a very simple approach without any bells and whistles, just to give a quick reference of the sites you have.

There are 2 modules here: remote_site_list is for the "child" sites and remote_site_list_parent is for the "parent" site.

Entity Reference Guards

Component type

module

Maintenance status

Development status

Downloads

334

Component created

Component changed

Entity Reference Guards help you safely protect or clean up your entity references, based on actions performed on either entity (the referee or referent). It is based on Django's ForeignKey's on_delete behavior.

Blackbaud SKY API

Component type

module

Categories

Maintenance status

Development status

Downloads

100

Component created

Component changed

This module is for connecting via OAuth to the Blackbaud SKY API. That is all this does, but it gives you a method and a class to work with to call the API to get results.

Drupal 8

Drupal Extra

Component type

module

Maintenance status

Development status

Downloads

106

Component created

Component changed

The module enhances the feature of other great contributes modules.
Current enhanced modules are:
- Computed Field, Computed Field Tools
- Field Query
- Views Summarize
- Visitors

The list will be continued.
Mostly are tiny fixes so I can't move it to separate single module.

Once an extra module's fixes is merged to official module, this extra module will be removed out. Please let me know your request if you're one of the author of the module.

CDEK API

Component type

module

Categories

Maintenance status

Development status

Downloads

36

Component created

Component changed

This module is a wrapper for convenient use of the CDEK Delivery Service API. Please visit the CDEK site for more information about service. This module won't do much by itself - it is intended for developers.