AJAX Update

Component type

module

Categories

Maintenance status

Development status

Downloads

705

Component created

Component changed

Updates Drupal Core's AJAX API to fix some minor issues.

  • Allows selective exclusion of ajax_html_ids in AJAXified forms.

I created this module to fix an issue with drupal_html_ids in AJAXified forms. In Core, html ids are sent on every ajax request, and due to the functionality of drupal_html_ids, new ids are created for the response. This prevents AJAXified forms from having consistent naming that can be counted on. This module allows for selectively excluding the sending via AJAX of html ids for collision detection on:

Views Query Debug

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Views Query Debug provides the following additional query debug information, in the Views preview SQL area.

  • The original SQL query (with substitutions)
  • The query run through an EXPLAIN statement
  • The raw query results

Note you have to have the "Show the SQL query" enabled in Views.

Drush Recipes

Component type

module

Maintenance status

Development status

Downloads

35315

Component created

Component changed

Drush Recipes is a series of drush calls as well as a packaging format. The format side allows you to create a .drecipe file which is a series of drush calls that go together to have meaning on their own. This format can be saved and loaded from JSON, XML or YAML. There are several types of "ingredients" for chaining drush calls together like prompting the user to select between a list of recipes, supplying tokenized drush calls for input from the user, or straight up drush calls.

Drush Recipes UI

Component type

module

Categories

Maintenance status

Development status

Downloads

425

Component created

Component changed

This provides front facing module based support for the drush recipe format.

Right now there are two modules in development here:

Widget

The Drush recipes UI will provide a form widget type to allow for rendering the drush recipes specification in a drupal form. It will also provide helper functions to take the selected actions and pass them as an array for processing by automated provisioning specifications like Jenkins or custom bash scripting.

Field Cardinality

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Sets a field form to a fixed amount of items and applies the Required status to all of them.

Warning: This is currently an API-only module, meaning it provides only utility functions without a configurable interface.

Problem

Multiple-valued field forms in Drupal have several limitations:

Icecream

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drupal 8 demo module for Drupal developers.

Contains demo code displaying the most used functionality needed as a Drupal module developer, and thrives to follow best practices.

Ice cream allows a user to apply for ice cream. When a certain treshold of users is reached, a block will notify it is time for Ice cream.

Behat UI

Component type

module

Categories

Maintenance status

Development status

Downloads

2181

Component created

Component changed

The Behat UI module lets any person to run automated tests and create new tests (and also run them while they are being created). The user can later download the updated feature with the newly created test. It's fully customizable and the interface is very interactive/intuitive.

Features on running an existing test suite: