Downloads
Download tar.gz
13.5 KB
MD5: e40706035f48f08b6f11c32d1db74bae
SHA-1: 933f92f503fb080820dcaf4552f1308dca0cf309
SHA-256: 99e6179903a94e7df78835762e9a456b45bc33b7f035e19a939fafd530227eb8
Download zip
14.96 KB
MD5: 0baef9f88128ef5312460d1e9b89e8bc
SHA-1: 98b155be14cf72e53d93413a2a2a343528a4969c
SHA-256: 5aef65a0a7753eea4659758abd1a697b119269a68204a97033ea5ec574cb1dcf
Release notes
Changes since HEAD:
- added functionality contributed by New Zeal (http://drupal.org/user/93571) to block users from hitting a validateage wall before accessing any page on the site
- #391884: Option to validate existing profile date field: added code submitted by xibun to make it optional whether you use profile module or a custom field to track birthday
- #435308: Special message for users indicating current year's birthday: incorporated changes by xibun to display an alternate error on registration if user leaves date of birth as default
- fixed some bad messaging and changed a field from incorrect 'textbox' to correct 'textfield'
- per #467756: Write log message when validation fails, logging attempts to login as an underage user
- bug fix #845900: Offering to co-maintain Validateage by nicholas.alipaz: tons of fixes and changes, see http://drupal.org/node/845900#comment-3633410 for details.
- documentation #965042: Clarify theme installation docs by HongPong, nicholas.alipaz: clarify overriding theming for validate age page.
- feature request #917538: Permission for bypassing validation and usage of COPPA by vkareh: add permission for allowing users to bypass validation .
- bug report #1012098: Validateage module stops cron from running for anonymous user by nicholas.alipaz: make validate age ignore the cron.php file.
- rename variable_del function
- feature request #705432: CCK compatibility by vkareh: cck field integration.