The module aims to provide a new field formatter for entity reference field. The "Template per item" provides new template suggestions for each bundle added in a multi valued entity reference field.
This tiny module extends core's default Image Formatter and configures it so GIF images are not processed through an image style. All GIFs will be displayed in their original form despite what image style is configured. This is useful because Drupal's default image processing library, GD, does not preserve animation in GIFs when running processing them.
This simple module will provide a way to alter all file download paths slighty to avoid some file caching systems to prevent blocking access to new file versions. This module will add a checkbox to file field configuration page.
Use case
Some aggressive file caching may cache files based on the filename, failing to refresh the file when it is being updated in Drupal filesystem. This may happen when users are allowed to overwrite existing files with new versions instead of adding new files with new names (new version of file.pdf becomes file_0.pdf).