Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download allow_all_file_extensions-7.x-1.1.tar.gztar.gz 6.85 KB
MD5: 58b747a6127d1e33a3733520bcd005e9
SHA-1: 4a5cec056d0532a73ceadf3bf038b8073244a056
SHA-256: b3d83097c90cf46190980db5c3beee5cc881a8ef406c3a68f8b30c797c93a59d
Download allow_all_file_extensions-7.x-1.1.zipzip 7.74 KB
MD5: f6228d20a160e1e0a4df66313cd74c40
SHA-1: e188b9b89aafb9a790bd0d82d308d7f29b352092
SHA-256: f73b4d2524877f84709e4b8f50569c2d630234662a3e4ae39eaec0fc82cbb819

Release notes

This was way harder than it ought to have been. Not only is the new validation annoying to begin with, it was put in a place that makes it very difficult to override. The only way I can do it is be recursively crawling though all the elements in a form, checking if they're file fields, and setting a value in them. This is because the code in core adds the validation function at a really braindead time.

I maintain that this module should never have been necessary in the first place.

Regardless, it works correctly now.

Created by: BartK
Created on: 10 Aug 2011 at 18:11 UTC
Last updated: 10 Aug 2011 at 18:11 UTC
Bug fixes

Other releases