Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download file_entity-7.x-2.0-unstable4.tar.gztar.gz 36.53 KB
MD5: 6adcda0a39d5ae9b572b9e02b8a5388d
SHA-1: 52a06a4a18b76ae8b12043764d31c8366de30222
SHA-256: 887cca483746ff75d48c2d7fa443c8772d86553c2d4a79f2b9a307edf34aa60a
Download file_entity-7.x-2.0-unstable4.zipzip 45.77 KB
MD5: e8ef9e8216efd5154181bbe7ae6c7222
SHA-1: 3287f6e04cf25d9f30d277ebb5604cff3c8ffb26
SHA-256: 6a394cb15752d1a1dd7d68ee185faec2477db281bab5026c0a13e263024d0c1e

Release notes

Changes since 7.x-2.0-unstable3:

  • #1533576 by bc | gmclelland: Fixed PHP Warning filesize(): stat failed.
  • #1447790: Fixed performance issues by not storing dimensions of image files.
  • #1142630: Added file_entity_file_is_local().
  • Add a @todo for moving admin/structure/file-types back to admin/config/media/file-types in D8.
  • #949996: Move file type configuration back under admin/structure/file-types.
  • #1431070: Invalidate field caches for entities referencing files when a file is saved.
  • Moved theme functions to file_entity.theme.inc and out of the main module file.
  • Fixed conflict between file_entity_delete() and hook_entity_delete().
  • Delay renaming the edit and delete form IDs.
  • #1422296: Standardized edit and delete forms. Fixed files could not really be deleted via file/%file/delete or the 'Delete selected files' operation.
  • #1422274: Add support for all file and file_entity hooks in modulename.file.inc.
  • #1392810 by Dave Reid: Cleaned up and documented hook_file_operation_info().
  • Add support for the 'Token' devel tab to view file tokens.
  • #1134762: Added support for weba and webm file extensions.
  • Reordering logic.
  • #1056718: Ensure the admin/content/file page works when there are no files to show.
  • Fixed PHP notices when trying to display empty image files with file_entity_file_formatter_file_image_view().
  • Cleaned up install file.
  • #1197450: Added Entity API integration for file type property and the creation and form callbacks.
  • Cleaned up edit callback logic - use drupal_get_form('file_entity_edit') rather than a page wrapper.
  • #1401548: Added devel tabs for file entities.
  • Add a cancel link to the file/%file/edit page.
Created by: Dave Reid
Created on: 7 May 2012 at 17:41 UTC
Last updated: 6 Nov 2013 at 03:23 UTC
New features
Bug fixes
Insecure

Other releases