Branch: refs/heads/COMP-97
Home: http://github.com/castleproject/Castle.Components.Validator
Commit: dca772aebe3bf84c0c966d69944486bca0526903
http://github.com/castleproject/Castle.Components.Validator/commit/dca772aebe3bf84c0c966d69944486bca0526903
Author: hconceicao <[email protected]>
Date: 2010-08-20 (Fri, 20 Aug 2010)
Changed paths:
R src/Castle.Components.Validator.Tests/CachedValidationRegistryTestCase.cs
A src/Castle.Components.Validator.Tests/CachedValidatorRegistryTestCase.cs
M
src/Castle.Components.Validator.Tests/Castle.Components.Validator.Tests-vs2010.csproj
M
src/Castle.Components.Validator.Tests/ContributorsTests/SelfValidationContributorTestCase.cs
M
src/Castle.Components.Validator.Tests/ContributorsTests/ValidatorContainerInterfaceContributorTestCase.cs
M src/Castle.Components.Validator.Tests/ErrorSummaryTestCase.cs
M
src/Castle.Components.Validator.Tests/LocalizationTests/LocalizationTestFixture.cs
M src/Castle.Components.Validator.Tests/Models/Client.cs
M src/Castle.Components.Validator.Tests/Models/InsertUpdateClass.cs
M src/Castle.Components.Validator.Tests/Models/Person.cs
M src/Castle.Components.Validator.Tests/Models/Supplier.cs
M src/Castle.Components.Validator.Tests/ValidatorRunnerTestCase.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/CollectionNotEmptyValidatorTestCase.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/CreditCardValidatorTestCase.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/DateTimeValidatorTestCase.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/DateValidatorTestCase.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/DecimalValidatorTestCase.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/DoubleValidatorTestCase.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/EmailValidatorTestCase.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/GroupNotEmptyValidatorTestCase.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/GuidValidatorTestCase.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/IPAddressValidatorTestCase.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/IntegerValidatorTestCase.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/IsGreaterValidatorTestCase.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/IsLesserValidatorTestCase.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/LengthValidatorTestCase.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/NonEmptyValidatorTestCase.cs
M src/Castle.Components.Validator.Tests/ValidatorTests/NonEmptyWithSameAs.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/NotSameAsValidatorTestCase.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/NotSameValueValidatorTestCase.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/RangeValidatorTestCase.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/RegularExpressionValidatorTestCase.cs
A
src/Castle.Components.Validator.Tests/ValidatorTests/RequiredValidatorTestCase.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/SameAsValidatorTestCase.cs
M src/Castle.Components.Validator.Tests/ValidatorTests/SetValidatorTestCase.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/SingleValidatorTestCase.cs
M
src/Castle.Components.Validator.Tests/ValidatorTests/TimeSpanValidatorTestCase.cs
M src/Castle.Components.Validator.Tests/ValidatorsExecutionOrderTestCase.cs
M src/Castle.Components.Validator/AccessorUtil.cs
M
src/Castle.Components.Validator/Attributes/AbstractCrossReferenceValidationAttribute.cs
M src/Castle.Components.Validator/Attributes/AbstractValidationAttribute.cs
A src/Castle.Components.Validator/Attributes/MetadataTypeAttribute.cs
M
src/Castle.Components.Validator/Attributes/ValidateCollectionNotEmptyAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateCreditCardAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateDateAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateDateTimeAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateDecimalAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateDoubleAttribute.cs
A src/Castle.Components.Validator/Attributes/ValidateEANAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateEmailAttribute.cs
A src/Castle.Components.Validator/Attributes/ValidateFileExistsAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateGroupNotEmptyAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateGuidAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateIPAddressAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateIntegerAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateIsGreaterAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateIsLesserAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateLengthAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateNonEmptyAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateNotSameAsAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateNotSameValueAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateRangeAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateRegExpAttribute.cs
A src/Castle.Components.Validator/Attributes/ValidateRequiredAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateSameAsAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateSelfAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateSetAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateSingleAttribute.cs
M src/Castle.Components.Validator/Attributes/ValidateTimeSpanAttribute.cs
A
src/Castle.Components.Validator/Attributes/ValidatorContainerInterfaceAttribute.cs
R
src/Castle.Components.Validator/Attributes/ValidatorContainerInterfaceFlagAttribute.cs
M src/Castle.Components.Validator/BrowserValidationConfiguration.cs
R src/Castle.Components.Validator/CachedValidationRegistry.cs
A src/Castle.Components.Validator/CachedValidatorRegistry.cs
M src/Castle.Components.Validator/Castle.Components.Validator-vs2010.csproj
A
src/Castle.Components.Validator/Contributors/AbstractPropertyValidationContributor.cs
M
src/Castle.Components.Validator/Contributors/AbstractValidationContributor.cs
M src/Castle.Components.Validator/Contributors/SelfValidationContributor.cs
M
src/Castle.Components.Validator/Contributors/ValidatorContainerInterfaceValidationContributor.cs
M src/Castle.Components.Validator/DefaultValidationPerformer.cs
M src/Castle.Components.Validator/ErrorSummary.cs
A src/Castle.Components.Validator/Extensions/Members.cs
A src/Castle.Components.Validator/Extensions/Object.cs
M src/Castle.Components.Validator/IBrowserValidationGenerator.cs
M src/Castle.Components.Validator/IPropertyAccessAware.cs
A src/Castle.Components.Validator/IPropertyValidationContributor.cs
A src/Castle.Components.Validator/IPropertyValidator.cs
M src/Castle.Components.Validator/IReferenceAccessAware.cs
M src/Castle.Components.Validator/IValidationContributor.cs
M src/Castle.Components.Validator/IValidationPerformer.cs
M src/Castle.Components.Validator/IValidator.cs
M src/Castle.Components.Validator/IValidatorBuilder.cs
M src/Castle.Components.Validator/IValidatorContainerInterface.cs
M src/Castle.Components.Validator/IValidatorRegistry.cs
M src/Castle.Components.Validator/IValidatorRunner.cs
M src/Castle.Components.Validator/InputElementType.cs
A src/Castle.Components.Validator/InvalidProperty.cs
R src/Castle.Components.Validator/Messages.Designer.cs
R src/Castle.Components.Validator/Messages.es.Designer.cs
R src/Castle.Components.Validator/Messages.es.resx
R src/Castle.Components.Validator/Messages.fr.Designer.cs
R src/Castle.Components.Validator/Messages.fr.resx
R src/Castle.Components.Validator/Messages.it.Designer.cs
R src/Castle.Components.Validator/Messages.it.resx
R src/Castle.Components.Validator/Messages.lt.Designer.cs
R src/Castle.Components.Validator/Messages.lt.resx
R src/Castle.Components.Validator/Messages.lv.Designer.cs
R src/Castle.Components.Validator/Messages.lv.resx
R src/Castle.Components.Validator/Messages.mk.resx
R src/Castle.Components.Validator/Messages.nl.Designer.cs
R src/Castle.Components.Validator/Messages.nl.resx
R src/Castle.Components.Validator/Messages.pl.resx
R src/Castle.Components.Validator/Messages.pt.Designer.cs
R src/Castle.Components.Validator/Messages.pt.resx
R src/Castle.Components.Validator/Messages.resx
R src/Castle.Components.Validator/Messages.ru.Designer.cs
R src/Castle.Components.Validator/Messages.ru.resx
R src/Castle.Components.Validator/Messages.sv.Designer.cs
R src/Castle.Components.Validator/Messages.sv.resx
A src/Castle.Components.Validator/Resources.cs
M src/Castle.Components.Validator/ValidationException.cs
A src/Castle.Components.Validator/ValidationPerformer.cs
M src/Castle.Components.Validator/Validator.cd
M src/Castle.Components.Validator/ValidatorRunner.cs
M
src/Castle.Components.Validator/Validators/AbstractCrossReferenceValidator.cs
A src/Castle.Components.Validator/Validators/AbstractPropertyValidator.cs
M src/Castle.Components.Validator/Validators/AbstractValidator.cs
M src/Castle.Components.Validator/Validators/CollectionNotEmptyValidator.cs
M src/Castle.Components.Validator/Validators/CreditCardValidator.cs
M src/Castle.Components.Validator/Validators/DateTimeValidator.cs
M src/Castle.Components.Validator/Validators/DateValidator.cs
M src/Castle.Components.Validator/Validators/DecimalValidator.cs
M src/Castle.Components.Validator/Validators/DoubleValidator.cs
A src/Castle.Components.Validator/Validators/EANValidator.cs
M src/Castle.Components.Validator/Validators/EmailValidator.cs
A src/Castle.Components.Validator/Validators/FileExistsValidator.cs
M src/Castle.Components.Validator/Validators/GroupNotEmptyValidator.cs
M src/Castle.Components.Validator/Validators/GuidValidator.cs
M src/Castle.Components.Validator/Validators/IPAddressValidator.cs
M src/Castle.Components.Validator/Validators/IntegerValidator.cs
M src/Castle.Components.Validator/Validators/IsGreaterValidator.cs
M src/Castle.Components.Validator/Validators/IsLesserValidator.cs
M src/Castle.Components.Validator/Validators/LengthValidator.cs
M src/Castle.Components.Validator/Validators/NonEmptyValidator.cs
M src/Castle.Components.Validator/Validators/NotSameAsValidator.cs
M src/Castle.Components.Validator/Validators/NotSameValueValidator.cs
M src/Castle.Components.Validator/Validators/RangeValidator.cs
M src/Castle.Components.Validator/Validators/RegularExpressionValidator.cs
A src/Castle.Components.Validator/Validators/RequiredValidator.cs
M src/Castle.Components.Validator/Validators/SameAsValidator.cs
M src/Castle.Components.Validator/Validators/SetValidator.cs
M src/Castle.Components.Validator/Validators/SingleValidator.cs
M src/Castle.Components.Validator/Validators/TimeSpanValidator.cs
Log Message:
-----------
applied the COMP-97 patch with some changes due the out of sync of the versions
--
You received this message because you are subscribed to the Google Groups
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-commits?hl=en.