Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-12 | (MODULES-3961) emit more deprecation warnings | David Schmitt | |
This now emits one deprecation warning for each function used (but not for each call-site). Prior to this, only a single deprecation warning would have been triggered, potentially misleading users. Additionally this adds v4 deprecation stubs for the functions that were missed. | |||
2016-08-08 | (modules-3533) deprecation for 3.x number function | tphoney | |
2015-07-30 | Remove colorful language from module. | Zee Alexander | |
2015-05-27 | validate_integer, validate_numeric: explicitely reject hashes in arrays | David Schmitt | |
Without this patch, Ruby 1.8's Hash#to_s behaviour causes [{1=>2}] to be treated as "12" when validating values. | |||
2014-12-05 | Fixing ruby 1.8 support. | Oliver Bertuch | |
2014-12-04 | Add new functions validate_numeric() and validate_integer(). | Oliver Bertuch | |