Author: britter
Date: Wed Mar 18 10:17:53 2015
New Revision: 1667479
URL: http://svn.apache.org/r1667479
Log:
Remove trailing white spaces
Modified:
commons/proper/validator/trunk/src/changes/changes.xml
Modified: commons/proper/validator/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/changes/changes.xml?rev=1667479&r1=1667478&r2=1667479&view=diff
==============================================================================
--- commons/proper/validator/trunk/src/changes/changes.xml (original)
+++ commons/proper/validator/trunk/src/changes/changes.xml Wed Mar 18 10:17:53
2015
@@ -20,13 +20,13 @@
This file is used by the maven-changes-plugin to generate the release notes.
Useful ways of finding items to add to this file are:
-1. Add items when you fix a bug or add a feature (this makes the
+1. Add items when you fix a bug or add a feature (this makes the
release process easy :-).
2. Do a Jira search for tickets closed since the previous release.
3. Use the report generated by the maven-changelog-plugin to see all
-SVN commits. Set the project.properties' maven.changelog.range
+SVN commits. Set the project.properties' maven.changelog.range
property to the number of days since the last release.
@@ -50,7 +50,7 @@ The <action> type attribute can be add,u
Update to Java 6
</action>
</release>
-
+
<release version="1.4.1" date="2014-01-13" description="1.4 Maintenance
release">
<action issue="VALIDATOR-342" dev="sebb" type="fix" due-to="Donal Murtagh">
URLValidator returns false for http://example.rocks
@@ -72,15 +72,15 @@ The <action> type attribute can be add,u
</action>
<action issue="VALIDATOR-350" dev="sebb" type="fix">
Should "x.root" validate as a domain name?
- Removed "root" from TLD list.
- Also "um" and "yu" as they are currently "Not assigned"
+ Removed "root" from TLD list.
+ Also "um" and "yu" as they are currently "Not assigned"
</action>
<action issue="VALIDATOR-308" dev="sebb" type="fix" due-to="Til Boerner">
Logical errors in util.Flags affecting check of multiple flags as well
as flag 64
</action>
<action issue="VALIDATOR-344" dev="sebb" type="fix" >
AbstractCheckDigit class does not fully test invalid strings
- Fix up the testCalculateInvalid() invalid method to allow for
+ Fix up the testCalculateInvalid() invalid method to allow for
either invalid checksum or syntax (CheckDigitException) error
when testing the entries in the invalid array.
</action>
@@ -323,7 +323,7 @@ The <action> type attribute can be add,u
</action>
<action dev="niallp" type="add">
<p>Add new routines package containing standard validations - first
- step in the process of clearly separating standard validation
+ step in the process of clearly separating standard validation
functions which can be used independantly, from the framework
aspect of Commons Validator.</p>
<p>New validators added for Date, Time, Calendar, Byte, Short,
@@ -343,7 +343,7 @@ The <action> type attribute can be add,u
format. See Dojo/Rhino Compressor.
</action>
<action dev="niallp" type="fix">
- Prefix remaining JavaScript utility methods with "jcv_" to reduce
+ Prefix remaining JavaScript utility methods with "jcv_" to reduce
the likelihood of clashes with other libraries - validator still
needs to be properly namespaced (as per Bug 38184).
</action>
@@ -372,7 +372,7 @@ The <action> type attribute can be add,u
<action dev="niallp" type="fix">
Re-factor JavaScript error handling into a common method and only
set focus on fields which are not 'hidden' type or hidden by CSS.
- <fixes issue="VALIDATOR-97"/>
+ <fixes issue="VALIDATOR-97"/>
<fixes issue="VALIDATOR-81"/>
<dueto name="Matt Bathje"/>
<dueto name="Paul Benedict"/>
@@ -391,18 +391,18 @@ The <action> type attribute can be add,u
</action>
</release>
- <release version="1.2.0" date="2005-11-15"
+ <release version="1.2.0" date="2005-11-15"
description="1.2 Release - see
http://wiki.apache.org/commons/ValidatorVersion120">
<action dev="dgraham" type="add" issue="VALIDATOR-145">
Added ISBNValidator for validating book numbers.
</action>
<action dev="dgraham" type="update">
Upgrade dependency versions to
- <a href="http://commons.apache.org/beanutils/">Commons BeanUtils</a>
1.7.0,
- <a href="http://commons.apache.org/digester/">Commons Digester</a> 1.6
- and <a href="http://commons.apache.org/logging/">Commons Logging</a>
1.0.4.
- Remove dependency on
- <a href="http://commons.apache.org/beanutils/">Commons Collections</a>
+ <a href="http://commons.apache.org/beanutils/">Commons BeanUtils</a> 1.7.0,
+ <a href="http://commons.apache.org/digester/">Commons Digester</a> 1.6
+ and <a href="http://commons.apache.org/logging/">Commons Logging</a> 1.0.4.
+ Remove dependency on
+ <a href="http://commons.apache.org/beanutils/">Commons Collections</a>
(BeanUtils 1.7.0 has removed its dependency on Collections by including the
few Collections classes required in its distribution).
</action>
@@ -410,7 +410,7 @@ The <action> type attribute can be add,u
Add support for min or max numeric values.
</action>
<action dev="husted" type="add" issue="VALIDATOR-137">
- Allow validators to register errors for multiple fields.
+ Allow validators to register errors for multiple fields.
</action>
<action dev="husted" type="fix" issue="VALIDATOR-85">
Fixed EmailValidator failing on valid email addresses.
@@ -428,7 +428,7 @@ The <action> type attribute can be add,u
<action dev="mrdon" type="fix">
Handling of float and double should use the locale object.
Fixes <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=21282">21282</a>
- <fixes issue="VALIDATOR-124"/>
+ <fixes issue="VALIDATOR-124"/>
</action>
<action dev="mrdon" type="update" issue="VALIDATOR-181">
More informative Exception message when validation method not found.
@@ -447,16 +447,16 @@ The <action> type attribute can be add,u
</action>
<action dev="mrdon" type="fix">
Validation fails when "name" attribute in form not specified.
- <fixes issue="VALIDATOR-80"/>
- <fixes issue="VALIDATOR-73"/>
+ <fixes issue="VALIDATOR-80"/>
+ <fixes issue="VALIDATOR-73"/>
</action>
<action dev="mrdon" type="fix" issue="VALIDATOR-27">
UrlValidator fails http://www.google.com.
</action>
<action dev="mrdon" type="fix">
Email: inexisting dashes and TLD erroneously accepted.
- <fixes issue="VALIDATOR-114"/>
- <fixes issue="VALIDATOR-44"/>
+ <fixes issue="VALIDATOR-114"/>
+ <fixes issue="VALIDATOR-44"/>
</action>
<action dev="mrdon" type="fix" issue="VALIDATOR-1">
Float validator can't validate the string with several dot.
@@ -475,8 +475,8 @@ The <action> type attribute can be add,u
</action>
<action dev="mrdon" type="fix">
Locale validation doesn't validate all fields.
- <fixes issue="VALIDATOR-61"/>
- <fixes issue="VALIDATOR-179"/>
+ <fixes issue="VALIDATOR-61"/>
+ <fixes issue="VALIDATOR-179"/>
</action>
<action dev="mrdon" type="fix" issue="VALIDATOR-161">
XML file included into validation.xml via entity reference not found.
@@ -525,7 +525,7 @@ The <action> type attribute can be add,u
</action>
<action dev="niallp" type="add">
Added resource property (including getter/setter) to Msg to support
- the 'resource' attribute specified in the DTD.
+ the 'resource' attribute specified in the DTD.
</action>
</release>
@@ -540,11 +540,11 @@ The <action> type attribute can be add,u
<release version="1.1.2 (alpha)" date="2004-04-03" description="1.1 Alpha">
<action dev="rleland" type="fix" issue="VALIDATOR-24">
- Javascript validation doesn't work if a form field is
+ Javascript validation doesn't work if a form field is
called "name".
</action>
<action dev="rleland" type="update">
- Allow multiple forms to be on the same page by
+ Allow multiple forms to be on the same page by
generating a unique variable name based on form name.
Fixes <a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=17667">17667</a>
</action>
@@ -552,23 +552,23 @@ The <action> type attribute can be add,u
Validate file extensions for file uploads.
</action>
<action dev="rleland" type="add" issue="VALIDATOR-183">
- Add Support for hidden fields in javascript
+ Add Support for hidden fields in javascript
validations.
</action>
<action dev="dgraham" type="update" issue="VALIDATOR-14">
- The framework will convert checked exceptions into
- ValidatorExceptions so any ValidatorException thrown out
- of the framework indicates a 'system' exception that
- stops validation processing. If a pluggable validation
- method throws a ValidatorException it will be rethrown
- and passed out of the framework. Any other exception from
- a pluggable validation method is still considered a validation
- failure rather than a system exception to maintain backwards
+ The framework will convert checked exceptions into
+ ValidatorExceptions so any ValidatorException thrown out
+ of the framework indicates a 'system' exception that
+ stops validation processing. If a pluggable validation
+ method throws a ValidatorException it will be rethrown
+ and passed out of the framework. Any other exception from
+ a pluggable validation method is still considered a validation
+ failure rather than a system exception to maintain backwards
compatibility.
</action>
<action dev="dgraham" type="add" issue="VALIDATOR-174">
- Added a more flexible card validation system that doesn't
- require CreditCardValidator to support every brand of
+ Added a more flexible card validation system that doesn't
+ require CreditCardValidator to support every brand of
credit card.
</action>
<action dev="dgraham" type="update">
@@ -591,19 +591,19 @@ The <action> type attribute can be add,u
Add required check for single checkbox.
</action>
<action dev="rleland" type="add">
- Let max/min length also cover passwords fields. Don't use
- these for checking login pages, only when the user is
+ Let max/min length also cover passwords fields. Don't use
+ these for checking login pages, only when the user is
modifying the password.
</action>
<action dev="dgraham" type="add">
- Added Field.getArgs(String) to make it easier to retrieve
+ Added Field.getArgs(String) to make it easier to retrieve
all of the Args for a given validator.
</action>
<action dev="rleland" type="fix">
Modify javascript to honor datapattern option.
</action>
<action dev="rleland" type="add">
- Add ability of required to handle checkboxes, radio, select-one,
+ Add ability of required to handle checkboxes, radio, select-one,
and select-multiple field types.
</action>
<action dev="rleland" type="add">
@@ -621,16 +621,16 @@ The <action> type attribute can be add,u
Clean up scopes of methods and variables.
</action>
<action dev="dgraham" type="update">
- Make Arg system more flexible to allow any number of
+ Make Arg system more flexible to allow any number of
args in a message.
</action>
<action dev="dgraham" type="update">
- Validate validation.xml files while initializing a Validator
+ Validate validation.xml files while initializing a Validator
to alert developers to configuration errors.
</action>
<action dev="dgraham" type="add">
- Refactored <code>GenericValidator</code> methods into reusable
- objects. These include: CreditCardValidator, EmailValidator,
+ Refactored <code>GenericValidator</code> methods into reusable
+ objects. These include: CreditCardValidator, EmailValidator,
DateValidator, and UrlValidator.
</action>
<action dev="dgraham" type="update">