Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download file_entity-7.x-2.0-alpha3.tar.gztar.gz 86.17 KB
MD5: 00d606520bea0336d4471b675993d296
SHA-1: 31f55e9b289984c2f54898db8ad2e76b1cbe2ec3
SHA-256: d1bf7a36680fe64c6fe80389d4cf79c649a413e438112dc711d5561e28c0fdf6
Download file_entity-7.x-2.0-alpha3.zipzip 102.44 KB
MD5: c03bf2835f005f8064de6e8975742334
SHA-1: 279e0f31fb30a966ab7395e7ce16d032eeb8724b
SHA-256: c466337b12658f32099e49607b0b45c4041321ebe3074433dbd1802f0c92ce05

Release notes

Changes since 7.x-2.0-alpha2:

  • #2067491 by legolasbo, Dave Reid: Merge usage operation link with usage count. Synchronize usage count link and listing page with the Drupal 8 core view.
  • #2113287 by bneil: Fixed coding standards issues in file_entity.theme.inc, file_entity.tokens.inc and file_entity.pathauto.inc.
  • Fix file_entity_match_mimetypes() to check both if $search and $mimetype match each other using fnmatch() because both could contain wildcards.
  • Fixed undefined variable in last commit.
  • #2098921: Fixed code in file_view_file() should have been upated for MIME type restriction in file formatters rather than file types when https://drupal.org/node/2067939 was committed.
  • #2113207 by bneil: Fixed coding standards issues in file_entity.pages.inc.
  • #2113325 by bneil: Fixed coding standards issues in file_entity.install.
  • #2113253 by bneil: Fixed coding standards issues in file_entity.file_api.inc.
  • #2111801 by bneil: Fixed coding standards issues in file_entity.js, file_entity.file.inc and file_entity.field.inc.
  • #2111785 by bneil: Fixed coding standards issues in file_entity.admin.inc and file_entity.admin.js.
  • #2111817 by bneil: Fixed coding standards issues in file_entity.api.php.
  • #2101511 by bneil, Devin Carlson: Fixed the Image module not replacing the default file formatter with the image formatter by correcting a variable name.
  • #2095241 by scor: Moved file template title prefix and suffix to be in line with current core practices.
  • #2106717 by Devin Carlson: Fixed an issue where privileged users could not view private files by removing legacy code that restricted viewing a single file entity to administrators.
  • #2045605 by typhonius, tobiasb, Devin Carlson: Added a configuration option to specify a max upload size.
  • #2067909 by Devin Carlson: Remove default file display dependency on the standard profile.
  • #1961466 by Devin Carlson: Modified update 7104 to change permissions via SQL, avoiding issues with removed, renamed and unavailable permissions.
  • Added the default allowed extensions to the list of variables to remove during uninstall.
  • Removed weights from administration page form items which were previously used to position the items in relation to existing items on the File system page but have become unnecessary as File entity now has its own administration page.
  • #2073001 by Dave Reid: Assigned low weights to default displays in order to ensure that custom formatters take precedence and removed irrelevant file formatters.
  • #2067939 by Dave Reid: Restrict certain file formatters (audio and video) to only file types that have mime types that contain the relevant mime types.
  • #2068533 by DamienMcKenna: Fix Comment on file_entity_update_7211 is incorrect.
  • #2062355 by Devin Carlson, willyk | bneil: Added description text for all file formatters.
Created by: Dave Reid
Created on: 25 Oct 2013 at 23:44 UTC
Last updated: 4 Oct 2014 at 11:08 UTC
Bug fixes
Insecure

Other releases