Downloads
Download tar.gz
17.9 KB
MD5: 87675d3ed77d470669f6af46a14575c7
SHA-1: f540ee6fe3908266fa9e967d2ffeeacecb352ebd
SHA-256: 69a606a5eddc0dad9b617728b6e388e040fc035279f1feae1afdb81f9ed59810
Download zip
22.22 KB
MD5: f97f05d83f0c54b72d65fd9d35aaff3f
SHA-1: 6b7251ff3555e1d4ec22a135871cc6017c725ed8
SHA-256: 17e1fb501aec118a936afd6b2833fd7e559d1fd197b7483234753a32fb0a7e4d
Release notes
The FileField 2.3 Release Candidate 2.
This release:
@features:
- Remove the "Show 'List' option" widget setting, and replace it by an "Always list files" field setting (= !$show_list). Requires an update.php run to keep the old settings.
- You can now leave extensions blank to turn of extension validation.
- mime_detect dependency for more consistent server side mime detection.
- client side extension validation using the accept property of input[@file] and a little js hackery.
- added filefield_meta for automatically detecting file metadata using hook_filefield.
- permission handling has changed. In order for filefield, imagefield, and upload.module to place nice a user must have permissions to view files for all the modules.
- add not null views filter.
- added french and swedish translations.
@bugs:
- Fix suboptimal usage of t(): Placeholders are better than string concatenations.
- Replace the "" string with an l() call.
- Follow-up on #177638: always show files if "List" is hidden.
- Fixed hook_filefield op == prepare implementation.
- #180479, fix that silly create directory on validation issue for tokens now that we create the dir every time the file is uploaded.
- #167207 by jpetso, Description is not updated when uploading a new file (without multiple values)