-
Forgot to update SimpleTest with new permissions.
-
AJAX Validation is being removed from this project. The Ajax Forms project will be implementing my ideas with their project. (http://drupal.org/project/ajax). This does not in any way affect the Validation API module.
-
Fixed Bug: Allow roles that can't use PHP validators to still see the validator on the admin screen, but just don't let them see the edit link.
-
Fixed Security Problem: Allow admins to determine which roles can input PHP validators (http://drupal.org/node/329396). Also, if the role cannot input PHP validators, they cannot use the /e modifier in regex. Thanks killes.
-
Fixed Bug: Found a bug with export/import when apostrophes in a rule or message are not escaped.
-
Fixed Bug: Quotes Problems with PostgreSQL (http://drupal.org/node/326693). Thanks netrunner666.
-
Added description on checking other field values during a PHP validation of another field.
-
Gives message for activating AJAX Validation after install.
-
Made AJAX Validation start out disabled. And, made check on enable to look for the path 'ajax_validation'.
-
Added per role permissions for using AJAX Validation.