Universal queue

Component type

module

Categories

Maintenance status

Development status

Downloads

435

Component created

Component changed

Description
This module provides developers a possibility to execute some custom
functionality by Drupal queue. This module can be helphful if you have some
pretty heavy actions, but don't want to create a special queue for every such
action.

Usage examples
1. Postponed node deletion

universal_queue_add_item('node_delete', array('nid' => 123)); 

2. Postponed file downloading

Exportable

Component type

module

Maintenance status

Development status

Component created

Component changed

Exportable is a series of modules that allow Drupal sites to export Views, Panels, Rules, and Flags into individual manageable codebase files.

Pending Work:

  • Auto Export and save (Feature like function)
  • Work with context
  • Work with Metatag

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.

Settings overrides

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

When maintaining/building/deploying many different versions of sites, for instance into environments such as development/QA/production you may override various Drupal variables in the site settings.php file.

If you do, when you view administration/settings forms (both core and your own custom ones), there is no mention that a variable value displayed is actually being overridden.

This module highlights (minimally) to the user when looking at an administration/settings form, which variables that are being displayed are actually being overridden in the settings.php file.

Form jedi tools

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Set of common functions to programmatically work with custom form or when you have many things to do in form_alter of some existed form.

Available features:

Twig Clean Debug

Component type

module

Categories

Maintenance status

Development status

Downloads

202

Component created

Component changed

Provides a filter for use in twig templates to clean away twig debugging output (mostly html comments describing template suggestions etc).

When in twig debug mode the html comments can interfere with development. This filter cleans away the suggestions using regex.

Usage

Must be used in conjunction with the |raw filter otherwise output will be double escaped, e.g.:

{{ content.field_image|clean_debug|raw }}