Taxonomy term fields manager

Component type

module

Categories

Maintenance status

Development status

Downloads

311

Component created

Component changed

This module is useful for listing the custom term fields on taxonomy term page.
The module provides an interface for select the fields which you want to display on term listing page.

Scald Caption

Component type

module

Categories

Maintenance status

Development status

Downloads

322

Component created

Component changed

This module provides in the administrative area of Drupal an option to customize the Scald caption, without the need to implement the hook_scald_dnd_library_item_alter.

If the token required in caption customization was not available, it should be created according to the Drupal documentation.

Https://api.drupal.org/api/drupal/includes%21token.inc/7.x

AJAX Upload Disabler

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

My employer's website was flagged by Google as "hacked" a week and a half ago. Since that time, the other web and security team members and I have been pouring over logs attempting to figure out what has happened. Eventually, we nailed down that files were being uploaded to our server as temporary files through Drupal's AJAX file uploader via public webforms without the form truly being submitted and the appropriate parties notified that a submission had occurred.

Trial role

Component type

module

Maintenance status

Development status

Downloads

74

Component created

Component changed

Provides a role for "trial" users.

Gives this role on install and then removes it after x number of days.

If you want to react on the role being removed (for example send a mail), you can implement the hook

function hook_trial_role_removed(DrupaluserUserInterface $user);

This module was developed as part of developing Violinist. Keep your composer dependencies up to date. Automatically and all the time.

Sorted Configurations

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A Drupal 8 module to force Config Management to compare sorted, rather than unsorted, configs for diffs.

Drupal 8 Configuration Management can be unreliable about the order of configuration keys. The official fix is coming in 8.4 (#2852557: Config export key order is not predictable, use config schema to order keys for maps), which allows config schemas to specify a field to be used for sorting.

4xx templates

Component type

module

Categories

Maintenance status

Development status

Downloads

145

Component created

Component changed

This is a single-purpose module based on a core (modules/system) patch from https://www.drupal.org/node/2363987

For instance, for a 404 response page, use page--404.html.twig

This module is in response to how routing for 4xx has changed in 8.3. It may be obsoleted quickly by core changes.