Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
96.48 KB
MD5: 8b4bc344ca2e309f19b97668e852aa4b
SHA-1: 99f075acad547d9ea416516aaf90c6fc0fee324a
SHA-256: 1374d9014fa0ee5bded9970ead53acf01d56e9f4686f9607aab2e3e0a562b45d
Download zip
116.2 KB
MD5: ef66f0ece02d97ce28e2a32076e4b607
SHA-1: 68e900ef8cd0ed266c901b690201b046e816218a
SHA-256: ff2dfa624022e1e2b7e9ce0d513e01d74737cd0ab5095184d7a223d97f6c0885
Release notes
Changes since 7.x-2.0-beta2:
- #2735841 by David_Rothstein: Avoid broken administrative links when the new core "administer fields" permission is added.
- #2640106 by Dave Reid: Fixed regressions in file_entity_field_formatter_view().
- Fixed PHP notices by removing obsolete rendering code.
- #2640106 by aDarkling: file_entity_field_formatter_view() not working for File entity types
- Added hook_features_pipe_alter() for pathauto pattern variables for file types.
- #2537982 by smurrayatwork, Dave Reid: Fixed invalid destination error when switching file schemes on file edit form.
- #2475049 by Dave Reid: Fixed possible PHP notices on file usage page if an entity URI is an empty array.
- #2548641 by Renrhaf: Fixed documentation links to theme_file_file_link() to theme_file_link().
- Allow devel generate to create larger non-image files.
- #2533388 by badjava: Fixed clone used improperly as a function in the CTools content type plugins.
- #2474237 by Dave Reid: Add devel_generate integration for generating files independent of content.
- Require Drupal 7.33 so that entity_view_mode_prepare() can be used.
- #2550409 by Dave Reid: Fixed file entities do not support hook_entity_view_mode_prepare_alter().
- Remove the file_entity_type_determin queue on uninstallation.
- #2533816 by gmclelland, lwalley, aleksijohansson: Fixed PHP notice with _menu_translate() when using the Panelizer file entity integration.
- #2540126 by rrfegade: Fixed spelling errors.
- #2544016 by Dave Reid: Fixed access to Manage Fields and Manage Display tabs on file types should be controlled by the "administer file types" permission.