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

Date Recur Status

Component type

module

Categories

Maintenance status

Development status

Downloads

303

Component created

Component changed

An extension to Date Recur that allows to set a status per occurrence.

Install as usual. Create a new field of type Date Recur. Select Status enabled occurence handler as occurrence handler in the field settings and Date recur status formatter as formatter in the display settings.

Open /admin/config/content/date_recur_status to configure the list of statuses.

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.

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.