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