Behat Generate

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a Drush command for generating Behat tests for Node add forms to test that expected fields still exist and validation works. The use case is that you have a site without tests and would like to generate tests for existing content types as easily as possible. Then, in the future, any unexpected changes to those fields (bad update hooks, issues with Feature deployments, etc) should cause a failing test.

The Drush command will check for field types and settings to create a relevant line for the field. The currently supported widget types are:

No Autocomplete

Component type

module

Categories

Maintenance status

Development status

Downloads

8859

Component created

Component changed

There are times that the end-user browser (and password manager) autocomplete facility is a complete disaster.

Two of these are:

Laravel Helpers

Component type

module

Categories

Maintenance status

Development status

Downloads

1492

Component created

Component changed

Description
--------------------------
Bring Laravel helpers function to Drupal. This module has many useful function for developer when working with Array and String. More detail about helpers read here: http://laravel.com/docs/helpers

Supported Helpers:

  • Arrays
  • Strings
  • Miscellaneous

Example
--------------------------

UUID Role

Component type

module

Maintenance status

Development status

Downloads

5520

Component created

Component changed

Adds UUID values to roles in Drupal.

Dependencies:

Very simple module, takes care of generating UUID values for roles as they are created. Also contains a small set of API functions to manipulate roles by UUID.

Integrations:

Entity Soft Delete

Component type

module

Categories

Maintenance status

Development status

Downloads

1821

Component created

Component changed

Provides soft-deletion/trash bin functionality for Drupal. Content (node/comments/taxonomies/etc) is "soft-deleted" instead of deleted outright, and can be retained for a configurable span of time before being permanently purged. All this is opaque to end-users as all soft-deleted content is pervasively hidden from them, but administrators can access and restore soft-deleted content when necessary.

Dummy Image Derivatives for Devel Generate

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Replaces derivatives of Devel generated images with Dummy Images.
A bridge between Devel images provider and Dummy image modules.

It works like a Devel image provider, but inserts the same one file fid to all generated image fields. And at the render phase this image file is replaced by dummy image as configured at Dummy Image config page (independently of field 'Use dummy images' value).