Downloads

Download tar.gz 7.32 KB
MD5: 293c6d6508c54ca1480758916d2710d6
SHA-1: 08a9e1cf2fff6c350acf7d0ab2dd236cbba22968
SHA-256: fcb5a26db322b5966bef6128743fbc223760ff4f60374162752e4f4a9cfd94cd
Download zip 10.07 KB
MD5: 3e4aa5a6538302fd5bfcc4638a2894a2
SHA-1: 5fec28237e71c67d6a8bc93e5b1dfdd69cf9a609
SHA-256: f5aa8e75f424cc287b48fc17f3cb917934d5272cbf11815dcad3cc5fb97d2ff9

Release notes

The API now has three FAPI options for buttons.

#skip_validation - Skips all validations, core (#required, #maxlength, and #options checking), and all #element_validate and #validate callbacks.
#skip_core_validation - Skips only the #required, $maxlength and #options checking.
#skip_required_validation - Skips only the #required validations.

Added a mini-module for skipping validation when deleting a user from the user profile form.

NOTE: I do not guarantee the sanctity of data when these options are placed on buttons that trigger data saving actions. Use at your own peril. Module maintainers typically make fields required for a reason, and validation callbacks can sometimes alter data to be saved. Not allowing these routines to run on save actions can cause unforeseen errors, and I will not be able to offer support for these issues.

Whilst there are use cases for using this module, it is very black and white. This module does not allow you choose some fields to be skipped, and others not. Use with care, and be sure it is really what you want, and test thoroughly.

Created by: cdale
Created on: 13 Oct 2009 at 04:25 UTC
Last updated: 13 Oct 2009 at 04:31 UTC
New features
Unsupported

Other releases