Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 61714 invoked from network); 4 Oct 2005 07:39:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Oct 2005 07:39:23 -0000 Received: (qmail 50399 invoked by uid 500); 4 Oct 2005 07:39:20 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 50355 invoked by uid 500); 4 Oct 2005 07:39:20 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 50344 invoked by uid 500); 4 Oct 2005 07:39:20 -0000 Received: (qmail 50341 invoked by uid 99); 4 Oct 2005 07:39:20 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 04 Oct 2005 00:39:19 -0700 Received: (qmail 61490 invoked by uid 65534); 4 Oct 2005 07:38:59 -0000 Message-ID: <20051004073859.61489.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r293561 - /jakarta/commons/proper/validator/trunk/xdocs/changes.xml Date: Tue, 04 Oct 2005 07:38:59 -0000 To: commons-cvs@jakarta.apache.org From: niallp@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: niallp Date: Tue Oct 4 00:38:51 2005 New Revision: 293561 URL: http://svn.apache.org/viewcvs?rev=293561&view=rev Log: Update the change log. Modified: jakarta/commons/proper/validator/trunk/xdocs/changes.xml Modified: jakarta/commons/proper/validator/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/validator/trunk/xdocs/changes.xml?rev=293561&r1=293560&r2=293561&view=diff ============================================================================== --- jakarta/commons/proper/validator/trunk/xdocs/changes.xml (original) +++ jakarta/commons/proper/validator/trunk/xdocs/changes.xml Tue Oct 4 00:38:51 2005 @@ -41,98 +41,103 @@ Added ISBNValidator for validating book numbers. - PR# 31489 + PR# 31489 Add support for min or max numeric values. - PR# 29015 + PR# 29015 Allow validators to register errors for multiple fields. - PR# 29151 + PR# 29151 Fixed EmailValidator failing on valid email addresses. - PR# 23990 + PR# 23990 Allow forms to inherit validation rules from other forms. - PR# 27870 + PR# 27870 Remove the need to specify an Arguement's position. - PR# 31194 + PR# 31194 Deprecated all FastHashMap usage and provided protected get methods that return generic Maps to be used by subclasses. - (fixes PR# 29815 Request public methods to access constants - in ValidatorResources.) + (fixes PR# 29815 + Request public methods to access constants in ValidatorResources.) Handling of float and double should use the locale object. - PR# 34198 and PR#21282 + PR# 34198 and + PR# 21282 More informative Exception message when validation method not found. - PR# 27471 + PR# 27471 Client-side required validation inconsistent with server-side. - PR# 15912 + PR# 15912 EmailValidator allows apostrophes in domain name. - PR# 29541 + PR# 29541 Changing the strategy for locating form name/id, now use a common utility function which works in both IE and Firefox. - PR# 35127 and PR# 32760 + PR# 35127 and + PR# 32760 Validation fails when "name" attribute in form not specified. - PR# 35294 and PR# 31534 + PR# 35294 and + PR# 31534 UrlValidator fails http://www.google.com. - PR# 30686 + PR# 30686 Email: inexisting dashes and TLD erroneously accepted. - PR# 33409 and PR# 31644 + PR# 33409 and + PR# 31644 Float validator can't validate the string with several dot. - PR# 32351 + PR# 32351 CreditValidator does not handle Visa correctly. - PR# 35926 + PR# 35926 datePattern not supported by JavaScript. - PR# 22384 + PR# 22384 validateRequired on a single radio button. - PR# 33047 + PR# 33047 Field.validate() cannot be invoked from user-defined code. - PR# 35508 + PR# 35508 Locale validation doesn't validate all fields. - PR# 30955 and PR# 16920 + PR# 30955 and + PR# 16920 XML file included into validation.xml via entity reference not found. - PR# 27258 + PR# 27258 Update maven build to Include DTDs and xdocs in the source distribution. - PR# 31094 + PR# 31094 Remove logging of exceptions when the Date validation fails (correctly) with @@ -144,10 +149,20 @@ versions of the DTD prior to 1.2.0. - Add 'resource' and 'bundle' elements to the 1.2.0 DTD. PR #32522. + Add 'resource' and 'bundle' elements to the 1.2.0 DTD. + PR# 32522 - Provide access to the result object in ValidatorResult. PR #27671. + Provide access to the result object in ValidatorResult. + PR# 27671 + + + Validation breaks on multiple validation.xml (eg. with Struts 1.3). + PR# 36899 + + + GenericTypeValidator does not accept negative Floats/Doubles. + PR# 36878 @@ -416,4 +431,4 @@ - \ No newline at end of file + --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org