Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 107.37 KB
MD5: 748c4da9264aafd0f00c11fd6ba659bb
SHA-1: 60a52c4f87dc4f938cc255e3cab8aed1d5b0fd27
SHA-256: 94685812f5ef80aee6cd48c9f81655826c291cc3f90ff8a5978146accc09b7e3
Download zip 129.26 KB
MD5: f1753ff4de8590ead41d0f1897c80819
SHA-1: 901b3e9105946091b20c573a757747a4e4d314f9
SHA-256: 2ad5b141b352fb431681095d110c6c8ab73708cdc31ce5abad5d4c6d5f4a29f0

Release notes

New in 7.x-2.37:
PHP 8.2 compatibility fix.
#3175010: $field['name'] may be undefined in file_entity_field_formatter_view in full file view mode
#3327337: Fully Support PHP 8.2

New in 7.x-2.36:
PHP 8.1 compatibility fix
#3267961: file_entity - PHP 8.1 compatibility

New in 7.x-2.35:
#2097261: Make download links translatable
#3185959: Changes to usage page causes missing info for file_lock module
#3200891: file_entity_file_formatter_file_field_settings() might not pass correct data to field formatters

New in 7.x-2.34:
PHP 8.0 compatibility regression fix
#3253162: File Settings: Maximum upload size are in Bytes (Not MB or KB)

New in 7.x-2.33:
PHP 8.0 compatibility
#3208277: PHP 8 compatibility for file_entity

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: 12 Jan 2023 at 16:11 UTC
Last updated: 12 Jan 2023 at 16:11 UTC
Bug fixes
New features
Insecure
Unsupported

Other releases