Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download file_entity-7.x-2.32.tar.gztar.gz 106.6 KB
MD5: 3ec30c2232ed1bd18ddd5ee058de9fdc
SHA-1: 79aa7630ded051f9fff8cd36c6190934bad25fe2
SHA-256: 2d1e825b450fc8680d7990209cdeaf895b2305dc99355f8e01a5247f8d2fa8ff
Download file_entity-7.x-2.32.zipzip 128.16 KB
MD5: 5ed1d499a84004086ced79e19bb09d82
SHA-1: 5d6c1cfc13aea8901e7c562911490979263ec88e
SHA-256: 18c9495bb783d302f5de1d34a32424519a347201ff60548337b0a5666f4c5965

Release notes

New in 7.x-2.32:
Fix for minor bug
#3227285: Trying to access array offset on value of type bool in file_entity_token_info() using php 7.4
skip 7.x-2.31 (oops tag)

New in 7.x-2.30:
Fix for: a regression introduced in 7.x-2.28
#3145805: Image Alt Text and Title can't be saved on node/edit unless using the form dialog provided by the file 'edit' button.

New in 7.x-2.29: Restore php 5.3.x compatibility and fix max filesize regressions.
#3145952: Cleanup file upload description information
#3145502: Undefined offsets in file_entity_max_filesize_extensions_validate
#3144852: php 5.3 compatibility regression fix HTTP 500 Error or white screen after latest update 7.x-2.28
*EDIT* one known issue does not appear to be a regression: (working on it) #3145805: Image Alt Text and Title can't be saved on node/edit unless using the form dialog provided by the file 'edit' button.

Performance improvements and bug fixes.
Changes new since 7.x-2.28 (new for 7.x-2.28)
#3130309: Token render
#2642764: Speed up via shortcutting token file_entity_file_load
#2530656: Allow to use a custom file size limit per file type
#3118693: file_entity_has_file_changed is incorrect for unchanged files with updates
#3095905: Spelling....
#3045684: File downloads using s3fs runs forever and never returns a result
#3035985: Improve file usages page

Changes new since 7.x-2.26 (new for 7.x-2.27)
#3095763: Better default permissions for views pages based on file entity admin page
#2629306: File Entity upload archive allow PHP files upload and excution.

Changes since 7.x-2.25 (new for 7.x-2.26)
#3036249: Repeat Render check doesn't use parent id
#2643122: Warning: uasort() expects parameter 1 to be array, null given in uasort() (line 96 of file_entity/file_entity.file_api.inc).
#2360043: &amp in upload destination when using tokens
#2919106: postgresql support - content files count - see files in content/files tab without error
#2835631: Support for `playsinline` attribute for video fields
#2774369: Change field_collection_item on file usage page to hostEntity
#2746639: Undefined index error flooding error logs after update
#2947445: Undefined index: {file_style} in _file_entity_tokens_get_property()
#3036161: Performance Issue: Recursive Header Updates on Redirect to S3 File cause Long TTFB
#2947757: daily motion video Undefined offset: 1 in _file_entity_tokens_get_property()
#2414461: File validation settings are not used when editing/replacing a file
#2821914: File usage for paragraphs
#3012408: Small typo in Exception message in file_entity.pages.inc

previous releases:

Regression fix for the regression fix release.
Changes since 7.x-2.24
Fully Revert #2642764: Speed up via shortcutting token file_entity_file_load

Regression fix release.
Changes since 7.x-2.23
Revert #2642764: Speed up via shortcutting token file_entity_file_load

Changes since 7.x-2.22
#2114293: file_entity.install coding standards followup
#2991849: Update image metadata before saving replace_upload
#2642764: Speed up via shortcutting token file_entity_file_load
#2958041: Undefined variables in file_entity_file_display_content_type_edit_form
#2911865: Circular references reach maximum function nesting level
#2983803: Allow modules to choose to skip fields in upload wizard
#2206421: Conflict between File Entity and Pathauto Entity modules
#2206421: Conflict between File Entity and Pathauto Entity modules
#2650842: file_entity_update_7212() calculates a wrong progress
#2838315: Support for translating file entities
#2549487: Trying to get property of non-object in file_entity_edit

Changes since 7.x-2.21 - (scalability improvement and file replacement edge case fixes)
#1974630: It should be possible to disable forced flushing of derived images.
#2958574: Enforce stricter "Keep Original Filename" option for same extensions

Important performance fix is in this release, we highly recommend upgrading to 7.x-2.21.
Changes since 7.x-2.20
#2966026: Performance fix - rename file_entitycache_file_load to file_entity_entitycache_file_load
#2945148: php 5.2 compatibility. Tertiarary operator syntax.

Changes since 7.x-2.19
REVERT 2642764 (due to regression)
#2642764: Speed up via shortcutting token file_entity_file_load

Changes since 7.x-2.18
#2920043: Error call to undefined function file_entity_set_title_alt_properties() on file_view_file()
#2953708: fix php 5.3 compatibility regression issue, drupal_basename vs php basename

Changes since 7.x-2.17
#2642764: Speed up via shortcutting token file_entity_file_load

Changes since 7.x-2.16
#2346919: Add file submit doesn't properly work with multiple submit buttons
#2676518: File usage page has no title
#2643672: Any version of this module breaks my whole site
#2644846: EntityMalformedException caused when file has been removed
#2944255: Token types are not defined but have tokens $info['types']['taxonomy_term']
#2948416: Operations Disable/Delete/Revert missing from file types overview page
#2947445: Undefined index: {file_style} in _file_entity_tokens_get_property()
Performance improvements and bug fixes.
Changes new since 7.x-2.28 (new for 7.x-2.28)
#3130309: Token render
#2642764: Speed up via shortcutting token file_entity_file_load
#2530656: Allow to use a custom file size limit per file type
#3118693: file_entity_has_file_changed is incorrect for unchanged files with updates
#3095905: Spelling....
#3045684: File downloads using s3fs runs forever and never returns a result
#3035985: Improve file usages page

Changes new since 7.x-2.26 (new for 7.x-2.27)
#3095763: Better default permissions for views pages based on file entity admin page
#2629306: File Entity upload archive allow PHP files upload and excution.

Changes since 7.x-2.25 (new for 7.x-2.26)
#3036249: Repeat Render check doesn't use parent id
#2643122: Warning: uasort() expects parameter 1 to be array, null given in uasort() (line 96 of file_entity/file_entity.file_api.inc).
#2360043: &amp in upload destination when using tokens
#2919106: postgresql support - content files count - see files in content/files tab without error
#2835631: Support for `playsinline` attribute for video fields
#2774369: Change field_collection_item on file usage page to hostEntity
#2746639: Undefined index error flooding error logs after update
#2947445: Undefined index: {file_style} in _file_entity_tokens_get_property()
#3036161: Performance Issue: Recursive Header Updates on Redirect to S3 File cause Long TTFB
#2947757: daily motion video Undefined offset: 1 in _file_entity_tokens_get_property()
#2414461: File validation settings are not used when editing/replacing a file
#2821914: File usage for paragraphs
#3012408: Small typo in Exception message in file_entity.pages.inc

previous releases:

Regression fix for the regression fix release.
Changes since 7.x-2.24
Fully Revert #2642764: Speed up via shortcutting token file_entity_file_load

Regression fix release.
Changes since 7.x-2.23
Revert #2642764: Speed up via shortcutting token file_entity_file_load

Changes since 7.x-2.22
#2114293: file_entity.install coding standards followup
#2991849: Update image metadata before saving replace_upload
#2642764: Speed up via shortcutting token file_entity_file_load
#2958041: Undefined variables in file_entity_file_display_content_type_edit_form
#2911865: Circular references reach maximum function nesting level
#2983803: Allow modules to choose to skip fields in upload wizard
#2206421: Conflict between File Entity and Pathauto Entity modules
#2206421: Conflict between File Entity and Pathauto Entity modules
#2650842: file_entity_update_7212() calculates a wrong progress
#2838315: Support for translating file entities
#2549487: Trying to get property of non-object in file_entity_edit

Changes since 7.x-2.21 - (scalability improvement and file replacement edge case fixes)
#1974630: It should be possible to disable forced flushing of derived images.
#2958574: Enforce stricter "Keep Original Filename" option for same extensions

Important performance fix is in this release, we highly recommend upgrading to 7.x-2.21.
Changes since 7.x-2.20
#2966026: Performance fix - rename file_entitycache_file_load to file_entity_entitycache_file_load
#2945148: php 5.2 compatibility. Tertiarary operator syntax.

Changes since 7.x-2.19
REVERT 2642764 (due to regression)
#2642764: Speed up via shortcutting token file_entity_file_load

Changes since 7.x-2.18
#2920043: Error call to undefined function file_entity_set_title_alt_properties() on file_view_file()
#2953708: fix php 5.3 compatibility regression issue, drupal_basename vs php basename

Changes since 7.x-2.17
#2642764: Speed up via shortcutting token file_entity_file_load

Changes since 7.x-2.16
#2346919: Add file submit doesn't properly work with multiple submit buttons
#2676518: File usage page has no title
#2643672: Any version of this module breaks my whole site
#2644846: EntityMalformedException caused when file has been removed
#2944255: Token types are not defined but have tokens $info['types']['taxonomy_term']
#2948416: Operations Disable/Delete/Revert missing from file types overview page
#2947445: Undefined index: {file_style} in _file_entity_tokens_get_property()

Created by: joseph.olstad
Created on: 25 Aug 2021 at 01:22 UTC
Last updated: 25 Aug 2021 at 01:22 UTC
Bug fixes
Insecure

Other releases