Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
89.36 KB
MD5: b02d0fa8c3a6cb904afe86b91c5cf6e6
SHA-1: 31ee7b4c8f5c89fc6eea87a5546195249ff4d27e
SHA-256: 8fc86a7e72c978b9c0cbd4bffbfd28cd84dc9b87810372bc106184f87c0716f2
Download zip
106.98 KB
MD5: a2e3e43d075d137dee2f6ada99c864d2
SHA-1: 50e2637044a4d6fe838bb91bb714323e4237a926
SHA-256: ef14d16fb7b4644b2db997a2872d1033cc7a46b2ce76bf6b9c94897a99c15c88
Release notes
Changes since 7.x-2.0-alpha3:
- #2339689 by Dave Reid | bob.hinrichs: Fixed download link theme double-escapes text.
- #2174585 by Dave Reid, logaritmisk, letapjar: Fixed fatal error in file_entity_update_7210() if File entity is disabled.
- #2274577 by Dave Reid, Ferrari: Fixed unable to continue past file type selection if file does not have any candidate file types available and should be assigned to FILE_TYPE_NONE.
- #2217841 by jhedstrom, Devin Carlson | mstef: Fixed scheme selection form does not respect allowed schemes from field settings.
- #2058303 by Devin Carlson, Dave Reid, manatwo, David_Rothstein: Fixed displaying embedded media without using the File Entity module's built-in formatter ignores attribute overrides.
- #2271651 by sunnz: Fixed typo in file_entity.pages.inc.
- #2211937 by Devin Carlson | grossmann-mcs: Fixed image dimensions not updated on image replacement.
- #2333107 by mongolito404: Allowed file formatters to know the types of referencing entities.
- #2271229 by recrit: Allow file replacement extensions for the same file type
- #2142687 by valthebald: 7104 - Merge MIME types into the {file_type} table. FAILS -> invalid merge query: no conditions causing 17 db update failures from file_entity since drupal 7.24 upgrade? - unable to update db
- #2196819 by thelmer: file_entity_edit_validate not executing: "Replace file" broken
- #2289587 by DamienMcKenna: Allow width and height to be used independently in the video field formatter.
- #2278625: Fixed nginx_accel_redirect_file_transfer() is an accidental hook implementation of hook_file_transfer().
- #2313209 by Dave Reid | Rob_Feature: Fixed video field formatter missing mute setting checkbox.
- #2276437 by Dave Reid, pianomansam: Fixed external files using download formatter lose custom link text.
- #2130921 by Schoonzie: Simplified metadata saving in file_entity_file_insert() and file_entity_file_update().
- #2156273 by kmoll, mtnguru: Update admin_views provided view to match admin/content/file
- #2283147 by joelpittet: Fixed duplicate hook in file_entity_hook_info() for file_operations.
- Fixed file upload wizard skip logic for schema selection failing for non-writeable files.
- #2045611 by Dave Reid, kmoll | plinto: Fixed Replacing a file leaves an unwanted temporary file that duplicates the replaced file.
- Fixed incorrect hook name in hook_hook_info().
- #2067909 by mongolito404: Stopped altering the default file displays in favor of defining additional displays if the Image module is enabled.
- Added options to the file upload wizard form array.
- #2164527 by FreekVR: Cannot deny access to private files
- #2267483 by Dave Reid | agoradesign: Fixed file download URL protection tokens to work more like image style URL tokens. Removed any user-specific information which should make the download URLs work across all users.
- Revert "Issue #2192391 by sylus: Default file entities are not exportable by features (Sibling Issue)"
- #2203831 by fabianderijk: Fixed downloaded filename should be the $file->uri basename and not $file->filename.
- #1881356 by jorisdejong, MPetrovic, RoySegall: Views schema type filter criteria
- #2192391 by sylus: Default file entities are not exportable by features (Sibling Issue)
- #2215247 by Darren Oh, Dave Reid: Access denied for anonymous users clicking on download link
- #2223381 by merlinofchaos: Allow users to edit the filename in the final step of the add upload multistep form
- #2081713 by Delphine Lepers, Devin Carlson: Fixed undefined index errors when updating image files by adding missing checks for empty files.
- #1784762 by zengenuity:File description lost when using Rendered file formatter and Generic file display
- #1741092 by Dave Reid:Support uploading archives of files
- 2073085 by mikeytown2:Issues with _file_entity_query_file_entity_access_alter(). It only expects inner joins.
- #2128253 by mdobromirov: File multiple upload does not respect the field's configuration 'File directory'
- Added support for forcing pathauto_file_update_alias() to always run.
- #2098067: Fixed file downloading should not send an Accept-Ranges header value of 'bytes' because partial download is not currently supported.
- #2101017 by Dave Reid, pjcdawkins: Fixed file downloading should send the actual MIME type of the file as the Content-Type header and not 'force-download.' The latter breaks downloading on certain Android versions and is just plain improper to do.
- #2169833: Add a separate hook_file_transfer() for after header alteration, but before file_transfer() is called.
- #2135361 by Dave Reid, osman, rafal.cygnarowski: Dowload links generated on views list share same token preventing files from being accessible.
- #2152323 by boyan.borisov, Devin Carlson: Restricted the download formatter to local files.
- #2132383 by OnkelTem: Fixed file_load() should be avoided in file_entity_field_attach_load() if $item['fid'] is empty, preventing entity load errors.
- #2132371 by OnkelTem: Fixed international file names not supported by file_uri_to_object().
- #2098863 by Devin Carlson: Included ctools export functions before attempting to use them for enabling or disabling a file type.
- #2102457 by Devin Carlson: Removed the character limit on the default allowed file extensions setting.