Downloads
Release notes
This version of FileField fixes a security issue related to setting up a new field and several bugs regarding the normal functionality of FileField. It also makes significant improvements to the FileField Meta module and Views integrations. Upgrading is recommended for all users of FileField.
New Features:
#612502: Allow commas in permitted file extentions
#462744: Add Comparison Support for Diff Module
#438794: Give warning that Theme developer tool breaks uploads
Bug Fixes:
#783846: Escape characters in CSS classes
#774304: No recursive merging of values returned by implementation of hook_file_load() causes potential data loss.
#780450: FileField Meta handlers broken or need work
#638526: Accessibility of the upload
#698196: Double negative "cannot not" in error message
#636548: List files by default only checks box for first file
#696906: filefield_edit_access() and filefield_view_access() should use content_access() instead of checking content_permissions specific
Tasks/API Improvements:
#629770: Load file description and data when calling filefield_get_node_files()
#627124: conditional required field...
#735608: Add relationship to the Node table based on FileField tables