Context Acquia

Component type

module

Maintenance status

Development status

Downloads

617

Component created

Component changed

Provides a Context condition for Acquia server environment variables.

This means you can react to whether the current instance of your site is local dev, or Acquia dev/stage/production.

This module works by wrapping the code provided by Acquia at https://docs.acquia.com/cloud/configure/env-variable in a Context condition in the simplest way possible, it's very lightweight.

Drush Nagios (drush_nagios)

Component type

module

Maintenance status

Development status

Downloads

1658

Component created

Component changed

Isolated the Nagios/Icinga functionality from drush_multi.

For the usage as Nagios/Icinga NRPE Plugin.

It just prints a message and exit with an exit status.

Commands

drush_nagios includes the following commands:

check-updates

Checks for pending updates.

Theme Sections

Component type

module

Maintenance status

Development status

Component created

Component changed

Enable themes can be applied on each and every sections on the basis of URL's, roles and node. One can create their own section and can apply particular enabled theme.

Sections are shown based on:

Node section visibility.
Role section visibility.
Page section visibility.

del_block_users

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Have you many users spam?
With this simple module you can delete at one time all blocked users from www.example.com / admin / people

Also available as a drush command.

Install the module as usual, go to admin / people and select the checkbox and click erase.
Also if you have blocked a user who does not want to remove the uid can enter to protect it from deletion.

If the administrator blocks a user, it does not take this when deleting all blocked.

Entity Export

Component type

module

Maintenance status

Development status

Component created

Component changed

** In short, this module exports any entity object (the contents, not the structures) into JSON string, which can be used for import if the same entity type exists on the target site**

I just want to start by saying that I'm extremely new to drupal development. Maybe I have implemented a module with duplicated functionalities, but I wrote it after researching many alternatives (such as the Migrate or the data_export modules) which all failed to meet my need, and I do believe it's a somewhat common need that an actual module would benefit the community.