Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download file_entity-7.x-2.0-alpha2.tar.gztar.gz 85.86 KB
MD5: a2afa10ab5f45d7fdc216b88fdccaf75
SHA-1: af26f41a1cb215e0785d5717c12ce109c681d3d9
SHA-256: 3fa69804e19c4aa8e54da8a576d73bd851b1db194deea0585c91c14231545c07
Download file_entity-7.x-2.0-alpha2.zipzip 102 KB
MD5: 65e03b6f509e9f6ea14e75a5c77f2a1b
SHA-1: 762616ec18d69c3e0ae48487013082cb26fe25ea
SHA-256: 9d6f1ab9f12c9c1c0958402bd6d2c9f7ea6a8e09e917a53bc5dcfa35c3ea2e1d

Release notes

Changes since 7.x-2.0-alpha1:

  • #1959260 by Dave Reid, czigor: Disable query altering of EntityFieldQuery temporarily. Fix query altering for normal file_access queries.
  • Re-sync default allowed extensions on file/add page
  • Missing system_settings_form() on file_entity_settings_form().
  • #2064129 by Dave Reid, Devin Carlson: Allowed other modules to control file download access.
  • Moved the invocation of file_entity_invalidate_field_caches() to always execute when file_entity_file_update() is invoked.
  • Added missing break statement in file_entity_update_7208().
  • #2066467 by brantwynn: Added more allowed file extensions now that File entity includes formatters for audio and video files.
  • #2066517 by Devin Carlson: Provided a default display configuration for each of the custom view modes for each of the default file types.
  • #1858370 by Devin Carlson: Implemented the ctools plugin API for file displays.
  • #2066459 by Dave Reid: Move settings to our own page at admin/config/media/file-settings.
  • Removing dpm()s.
  • #2065507 by Devin Carlson, Dave Reid | minneapolisdan: Fixed if image field alt or title text is empty, fall backto the file entity alt and title properties.
  • #1748952 by Erik Erskine, douggreen, sylus, genjohnson, brantwynn, Dave Reid: Added simple HTML5 file field formatters for and .
  • #2062663 by KarlKedrovsky | Dave Reid: Fixed the token on the file/FID/download callbacks to work for anonymous users.
  • Fix error in file_entity_file_formatter_file_image_view() if $file->metadata is not yet defined.
  • #2065213 by hefox | ezman: Fixed file_entity_update_7215 fails due to oddities with indexes and primary keys.
  • #2064305 by Dave Reid | markgifford: Fixed the {file_metadata}.fid column should be defined as a normal int column instead of serial. Fixes issues when installing using SQLite.
  • Moved file_entity.test to root directory to follow convention.
Created by: Dave Reid
Created on: 17 Aug 2013 at 04:25 UTC
Last updated: 6 Nov 2013 at 03:23 UTC
Insecure

Other releases