-
Validation API: February 25, 2011 2:08
Commit 6c5a915 on 6.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Validation API: February 25, 2011 2:08
Commit 4ff58f7 on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
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.
-
This commit was manufactured as part of Drupal's Great Git Migration to create tag 'DRUPAL-6--1-0-RC5'. Sprout from DRUPAL-6--1 2008-12-03 17:12:35 UTC Craig Jackson <tapocol@172437.no-reply.drupal.org> '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.' Delete: ajax_validation/ajax_validation.admin.inc ajax_validation/ajax_validation.css ajax_validation/ajax_validation.info ajax_validation/ajax_validation.install ajax_validation/ajax_validation.js ajax_validation/ajax_validation.module ajax_validation/ajax_validation.pages.inc
-
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.