Branch: refs/heads/master
Home:
https://github.com/castleproject/Core
Commit: eff6e7e040b43bb759fb4b2633ad1a6d33c32f34
https://github.com/castleproject/Core/commit/eff6e7e040b43bb759fb4b2633ad1a6d33c32f34
Author: Jonathon Rossi <
jo...@jonorossi.com>
Date: 2014-04-23 (Wed, 23 Apr 2014)
Changed paths:
R src/Castle.Components.Binder.Tests/Castle.Components.Binder.Tests.csproj
R src/Castle.Components.Binder.Tests/ConverterTestCase.cs
R src/Castle.Components.Binder.Tests/DataBinderArrayTestCase.cs
R src/Castle.Components.Binder.Tests/DataBinderGenericListTestCase.cs
R src/Castle.Components.Binder.Tests/DataBinderSingleValueTestCase.cs
R src/Castle.Components.Binder.Tests/DataBinderTestCase.cs
R src/Castle.Components.Binder.Tests/DataBinderWithValidatorTestCase.cs
R src/Castle.Components.Binder.Tests/DataReaderIntegrationTestCase.cs
R src/Castle.Components.Binder.Tests/GenericBindingTestCase.cs
R src/Castle.Components.Binder.Tests/Models/Address.cs
R src/Castle.Components.Binder.Tests/Models/Comp.cs
R src/Castle.Components.Binder.Tests/Models/Customer.cs
R src/Castle.Components.Binder.Tests/Models/Person.cs
R src/Castle.Components.Binder.Tests/Models/Person2.cs
R src/Castle.Components.Binder.Tests/NullablesTestCase.cs
R src/Castle.Components.Binder.Tests/TestUtils.cs
R src/Castle.Components.Binder.Tests/TreeBuilderDataBinderIntegrationTestCase.cs
R src/Castle.Components.Binder.Tests/TreeBuilderRegressionTestCase.cs
R src/Castle.Components.Binder.Tests/TreeBuilderTestCase.cs
R src/Castle.Components.Binder/ArrayConverter.cs
R src/Castle.Components.Binder/BindingException.cs
R src/Castle.Components.Binder/Castle.Components.Binder.csproj
R src/Castle.Components.Binder/ConverterUtil.cs
R src/Castle.Components.Binder/DataBindError.cs
R src/Castle.Components.Binder/DataBinder.cs
R src/Castle.Components.Binder/DataReaderTreeBuilder.cs
R src/Castle.Components.Binder/DateTimeConverter.cs
R src/Castle.Components.Binder/DateTimeOffsetConverter.cs
R src/Castle.Components.Binder/DecimalConverter.cs
R src/Castle.Components.Binder/DefaultConverter.cs
R src/Castle.Components.Binder/EnumConverter.cs
R src/Castle.Components.Binder/ErrorList.cs
R src/Castle.Components.Binder/ExactMatchConverter.cs
R src/Castle.Components.Binder/GenericListConverter.cs
R src/Castle.Components.Binder/GuidConverter.cs
R src/Castle.Components.Binder/HttpPostedFileConverter.cs
R src/Castle.Components.Binder/IBinderTranslator.cs
R src/Castle.Components.Binder/IConverter.cs
R src/Castle.Components.Binder/IDataBinder.cs
R src/Castle.Components.Binder/IndexComparer.cs
R src/Castle.Components.Binder/Node.cs
R src/Castle.Components.Binder/NullableConverter.cs
R src/Castle.Components.Binder/PrimitiveConverter.cs
R src/Castle.Components.Binder/SecurityAssemblyInfo.cs
R src/Castle.Components.Binder/Settings.proj
R src/Castle.Components.Binder/StringConverter.cs
R src/Castle.Components.Binder/TreeBuilder.cs
R src/Castle.Components.Binder/TypeConverterAdapter.cs
R src/Castle.Components.Binder/TypeConverterBase.cs
R src/Castle.Components.Pagination.Tests/BasePaginatedPageTestCase.cs
R src/Castle.Components.Pagination.Tests/Castle.Components.Pagination.Tests.csproj
R src/Castle.Components.Pagination.Tests/ComIssue102.cs
R src/Castle.Components.Pagination.Tests/PaginationSupportTestCase.cs
R src/Castle.Components.Pagination/AbstractPage.cs
R src/Castle.Components.Pagination/Castle.Components.Pagination.csproj
R src/Castle.Components.Pagination/GenericCustomPage.cs
R src/Castle.Components.Pagination/GenericPage.cs
R src/Castle.Components.Pagination/IPaginatedPage.cs
R src/Castle.Components.Pagination/Page.cs
R src/Castle.Components.Pagination/PaginationSupport.cs
R src/Castle.Components.Pagination/SecurityAssemblyInfo.cs
R src/Castle.Components.Pagination/Settings.proj
R src/Castle.Components.Validator.Tests/CachedMetadataValidationRegistryTestCase.cs
R src/Castle.Components.Validator.Tests/CachedValidationRegistryTestCase.cs
R src/Castle.Components.Validator.Tests/Castle.Components.Validator.Tests.csproj
R src/Castle.Components.Validator.Tests/ContributorsTests/SelfValidationContributorTestCase.cs
R src/Castle.Components.Validator.Tests/ContributorsTests/ValidatorContainerInterfaceContributorTestCase.cs
R src/Castle.Components.Validator.Tests/ErrorSummaryTestCase.cs
R src/Castle.Components.Validator.Tests/LocalizationTests/LocalizationTestFixture.cs
R src/Castle.Components.Validator.Tests/Messages.Designer.cs
R src/Castle.Components.Validator.Tests/Messages.lt.Designer.cs
R src/Castle.Components.Validator.Tests/Messages.lt.resx
R src/Castle.Components.Validator.Tests/Messages.resx
R src/Castle.Components.Validator.Tests/Messages.ru.Designer.cs
R src/Castle.Components.Validator.Tests/Messages.ru.resx
R src/Castle.Components.Validator.Tests/Models/ClassWithVirtualProperty.cs
R src/Castle.Components.Validator.Tests/Models/Client.cs
R src/Castle.Components.Validator.Tests/Models/InsertUpdateClass.cs
R src/Castle.Components.Validator.Tests/Models/Person.cs
R src/Castle.Components.Validator.Tests/Models/Supplier.cs
R src/Castle.Components.Validator.Tests/ValidatorRunnerTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/CollectionNotEmptyValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/CreditCardValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/DateTimeValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/DateValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/DecimalValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/DoubleValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/EmailValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/GroupNotEmptyValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/GuidValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/IPAddressValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/IntegerValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/IsGreaterValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/IsLesserValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/LengthValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/NonEmptyValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/NonEmptyWithSameAs.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/NotSameAsValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/NotSameValueValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/RangeValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/RegularExpressionValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/SameAsValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/SetValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/SingleValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorTests/TimeSpanValidatorTestCase.cs
R src/Castle.Components.Validator.Tests/ValidatorsExecutionOrderTestCase.cs
R src/Castle.Components.Validator/AccessorUtil.cs
R src/Castle.Components.Validator/AssemblyLevelSettings.cs
R src/Castle.Components.Validator/Attributes/AbstractCrossReferenceValidationAttribute.cs
R src/Castle.Components.Validator/Attributes/AbstractValidationAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateCollectionNotEmptyAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateCreditCardAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateDateAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateDateTimeAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateDecimalAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateDoubleAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateEmailAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateGroupNotEmptyAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateGuidAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateIPAddressAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateIntegerAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateIsGreaterAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateIsLesserAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateLengthAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateNonEmptyAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateNotSameAsAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateNotSameValueAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateRangeAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateRegExpAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateSameAsAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateSelfAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateSetAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateSingleAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidateTimeSpanAttribute.cs
R src/Castle.Components.Validator/Attributes/ValidatorContainerInterfaceFlagAttribute.cs
R src/Castle.Components.Validator/BrowserValidationConfiguration.cs
R src/Castle.Components.Validator/CachedMetadataValidationRegistry.cs
R src/Castle.Components.Validator/CachedValidationRegistry.cs
R src/Castle.Components.Validator/Castle.Components.Validator.csproj
R src/Castle.Components.Validator/Contributors/AbstractValidationContributor.cs
R src/Castle.Components.Validator/Contributors/SelfValidationContributor.cs
R src/Castle.Components.Validator/Contributors/ValidatorContainerInterfaceValidationContributor.cs
R src/Castle.Components.Validator/DefaultValidationPerformer.cs
R src/Castle.Components.Validator/ErrorSummary.cs
R src/Castle.Components.Validator/IBrowserValidationGenerator.cs
R src/Castle.Components.Validator/IHasValidationPerformerDependency.cs
R src/Castle.Components.Validator/IHasValidatorRegistryDependency.cs
R src/Castle.Components.Validator/IHasValidatorRunnerDependency.cs
R src/Castle.Components.Validator/IPropertyAccessAware.cs
R src/Castle.Components.Validator/IReferenceAccessAware.cs
R src/Castle.Components.Validator/IValidationContributor.cs
R src/Castle.Components.Validator/IValidationPerformer.cs
R src/Castle.Components.Validator/IValidator.cs
R src/Castle.Components.Validator/IValidatorBuilder.cs
R src/Castle.Components.Validator/IValidatorContainerInterface.cs
R src/Castle.Components.Validator/IValidatorRegistry.cs
R src/Castle.Components.Validator/IValidatorRunner.cs
R src/Castle.Components.Validator/InputElementType.cs
R src/Castle.Components.Validator/MessageConstants.cs
R src/Castle.Components.Validator/Messages.Designer.cs
R src/Castle.Components.Validator/Messages.es.resx
R src/Castle.Components.Validator/Messages.fr.resx
R src/Castle.Components.Validator/Messages.it.resx
R src/Castle.Components.Validator/Messages.lt.resx
R src/Castle.Components.Validator/Messages.lv.resx
R src/Castle.Components.Validator/Messages.mk.resx
R src/Castle.Components.Validator/Messages.nl.resx
R src/Castle.Components.Validator/Messages.pl.resx
R src/Castle.Components.Validator/Messages.pt.resx
R src/Castle.Components.Validator/Messages.resx
R src/Castle.Components.Validator/Messages.ru.resx
R src/Castle.Components.Validator/Messages.sv.resx
R src/Castle.Components.Validator/SecurityAssemblyInfo.cs
R src/Castle.Components.Validator/Settings.proj
R src/Castle.Components.Validator/ValidationException.cs
R src/Castle.Components.Validator/ValidationInternalError.cs
R src/Castle.Components.Validator/Validator.cd
R src/Castle.Components.Validator/ValidatorRunner.cs
R src/Castle.Components.Validator/Validators/AbstractCrossReferenceValidator.cs
R src/Castle.Components.Validator/Validators/AbstractValidator.cs
R src/Castle.Components.Validator/Validators/CollectionNotEmptyValidator.cs
R src/Castle.Components.Validator/Validators/CreditCardValidator.cs
R src/Castle.Components.Validator/Validators/DateTimeValidator.cs
R src/Castle.Components.Validator/Validators/DateValidator.cs
R src/Castle.Components.Validator/Validators/DecimalValidator.cs
R src/Castle.Components.Validator/Validators/DoubleValidator.cs
R src/Castle.Components.Validator/Validators/EmailValidator.cs
R src/Castle.Components.Validator/Validators/GroupNotEmptyValidator.cs
R src/Castle.Components.Validator/Validators/GuidValidator.cs
R src/Castle.Components.Validator/Validators/IPAddressValidator.cs
R src/Castle.Components.Validator/Validators/IntegerValidator.cs
R src/Castle.Components.Validator/Validators/IsGreaterValidator.cs
R src/Castle.Components.Validator/Validators/IsLesserValidator.cs
R src/Castle.Components.Validator/Validators/LengthValidator.cs
R src/Castle.Components.Validator/Validators/NonEmptyValidator.cs
R src/Castle.Components.Validator/Validators/NotSameAsValidator.cs
R src/Castle.Components.Validator/Validators/NotSameValueValidator.cs
R src/Castle.Components.Validator/Validators/RangeValidator.cs
R src/Castle.Components.Validator/Validators/RegularExpressionValidator.cs
R src/Castle.Components.Validator/Validators/SameAsValidator.cs
R src/Castle.Components.Validator/Validators/SetValidator.cs
R src/Castle.Components.Validator/Validators/SingleValidator.cs
R src/Castle.Components.Validator/Validators/TimeSpanValidator.cs
Log Message:
-----------
Removed obsolete Binder, Pagination and Validator projects, they are moving back to MonoRail2's code base for #51
Commit: c680bab066e7137ad6cb3af5447edcd7c5480a6c
https://github.com/castleproject/Core/commit/c680bab066e7137ad6cb3af5447edcd7c5480a6c
Author: Jonathon Rossi <
jo...@jonorossi.com>
Date: 2014-04-23 (Wed, 23 Apr 2014)
Changed paths:
M Castle.Core.sln
Log Message:
-----------
Removed obsolete Binder, Pagination and Validator projects, they are moving back to MonoRail2's code base for #51
Compare:
https://github.com/castleproject/Core/compare/350ad11ca8ad...c680bab066e7