Branch: refs/heads/master
  Home:   https://github.com/castleproject/MonoRail

  Commit: 5360c79ec11424b0918110b78d25942d598194f2
      
https://github.com/castleproject/MonoRail/commit/5360c79ec11424b0918110b78d25942d598194f2
  Author: hammett <[email protected]>
  Date:   2011-12-25 (Sun, 25 Dec 2011)

  Changed paths:
    M 
MR3/Extensions/WindsorIntegration/src/Castle.MonoRail.Extension.Windsor/Registration.Extensions.fs
  M 
MR3/Extensions/WindsorIntegration/src/Castle.MonoRail.Extension.Windsor/WindsorExtension.fs
  M MR3/src/Castle.Blade/src/Castle.Blade.Web/BuildProvider.fs
  M MR3/src/Castle.Blade/src/Castle.Blade.Web/ConfigSupport.fs
  M MR3/src/Castle.Blade/src/Castle.Blade.Web/Helper.fs
  M MR3/src/Castle.Blade/src/Castle.Blade.Web/Hosting.fs
  M MR3/src/Castle.Blade/src/Castle.Blade.Web/Internal.AssemblyInfo.fs
  M MR3/src/Castle.Blade/src/Castle.Blade.Web/TemplateTypes.fs
  M MR3/src/Castle.Blade/src/Castle.Blade/AST.fs
  M MR3/src/Castle.Blade/src/Castle.Blade/CodeGen.fs
  M MR3/src/Castle.Blade/src/Castle.Blade/Hosting.fs
  M MR3/src/Castle.Blade/src/Castle.Blade/Internal.AssemblyInfo.fs
  M MR3/src/Castle.Blade/src/Castle.Blade/Parser.fs
  M MR3/src/Castle.Blade/src/Castle.Blade/TemplateTypes.fs
  M MR3/src/Castle.MonoRail.Generator/Api.fs
  M MR3/src/Castle.MonoRail.Generator/Program.fs
  M MR3/src/Castle.MonoRail.ViewEngines.Blade/BasePage.fs
  M MR3/src/Castle.MonoRail.ViewEngines.Blade/Helper.fs
  M MR3/src/Castle.MonoRail.ViewEngines.Blade/ViewEngine.fs
  M MR3/src/Castle.MonoRail/API.fs
  M MR3/src/Castle.MonoRail/Attributes.fs
  M MR3/src/Castle.MonoRail/Filter.ExtensionMethods.fs
  M MR3/src/Castle.MonoRail/Framework.Api.fs
  M MR3/src/Castle.MonoRail/Hosting/Hosting.Api.fs
  M MR3/src/Castle.MonoRail/Hosting/Mvc.Hosting.Api.fs
  M MR3/src/Castle.MonoRail/Hosting/Mvc.Hosting.Extensibility.Api.fs
  M MR3/src/Castle.MonoRail/Internal/Internal.Assertions.fs
  M MR3/src/Castle.MonoRail/Internal/Internal.Constants.fs
  M MR3/src/Castle.MonoRail/Internal/Internal.Container.fs
  M MR3/src/Castle.MonoRail/Internal/Internal.Conversion.fs
  M MR3/src/Castle.MonoRail/Internal/Internal.ExceptionBuilder.fs
  M MR3/src/Castle.MonoRail/Internal/Internal.Helpers.fs
  M MR3/src/Castle.MonoRail/Internal/Internal.ReflectionHelper.fs
  M MR3/src/Castle.MonoRail/Internal/Internal.Services.fs
  M MR3/src/Castle.MonoRail/Mvc/Helpers/Mvc.Helpers.FormHelper.fs
  M MR3/src/Castle.MonoRail/Mvc/Helpers/Mvc.Helpers.FormTagHelper.fs
  M MR3/src/Castle.MonoRail/Mvc/Helpers/Mvc.Helpers.JsHelper.fs
  M MR3/src/Castle.MonoRail/Mvc/Helpers/Mvc.Helpers.JsonHelper.fs
  M MR3/src/Castle.MonoRail/Mvc/Helpers/Mvc.Helpers.PartialHelper.fs
  M MR3/src/Castle.MonoRail/Mvc/Helpers/Mvc.Helpers.UrlHelper.fs
  M MR3/src/Castle.MonoRail/Mvc/Helpers/Mvc.Helpers.ViewComp.fs
  M MR3/src/Castle.MonoRail/Mvc/Helpers/Mvc.Helpers.fs
  M MR3/src/Castle.MonoRail/Mvc/Mvc.ActionResults.fs
  M MR3/src/Castle.MonoRail/Mvc/Mvc.Common.fs
  M MR3/src/Castle.MonoRail/Mvc/Mvc.Filter.fs
  M MR3/src/Castle.MonoRail/Mvc/Mvc.Hosting.fs
  M MR3/src/Castle.MonoRail/Mvc/Mvc.Model.fs
  M MR3/src/Castle.MonoRail/Mvc/Mvc.Rest.fs
  M MR3/src/Castle.MonoRail/Mvc/Mvc.Serializers.fs
  M MR3/src/Castle.MonoRail/Mvc/Mvc.ServiceRegistry.fs
  M MR3/src/Castle.MonoRail/Mvc/Mvc.ViewComponent.fs
  M MR3/src/Castle.MonoRail/Mvc/Mvc.ViewEngine.fs
  M MR3/src/Castle.MonoRail/Mvc/Mvc.ViewEngines.Api.fs
  M MR3/src/Castle.MonoRail/Mvc/Typed/Mvc.Typed.Action.Processors.fs
  M MR3/src/Castle.MonoRail/Mvc/Typed/Mvc.Typed.Action.fs
  M MR3/src/Castle.MonoRail/Mvc/Typed/Mvc.Typed.Binder.fs
  M MR3/src/Castle.MonoRail/Mvc/Typed/Mvc.Typed.Descriptor.fs
  M MR3/src/Castle.MonoRail/Mvc/Typed/Mvc.Typed.Filter.fs
  M MR3/src/Castle.MonoRail/Mvc/Typed/Mvc.Typed.ParameterValueProviders.fs
  M MR3/src/Castle.MonoRail/Mvc/Typed/Mvc.Typed.ProgModel.fs
  M MR3/src/Castle.MonoRail/Mvc/Typed/Mvc.Typed.Providers.fs
  M MR3/src/Castle.MonoRail/Resources.fs
  M MR3/src/Castle.MonoRail/Routing.ExtensionMethods.fs
  M MR3/src/Castle.MonoRail/Routing/API.RequestInfo.fs
  M MR3/src/Castle.MonoRail/Routing/API.Router.fs
  M MR3/src/Castle.MonoRail/Routing/API.Routing.fs
  M MR3/src/Castle.MonoRail/Routing/HttpModule.fs
  M MR3/src/Castle.MonoRail/Routing/Internal.GeneratedLexer.fs
  M MR3/src/Castle.MonoRail/Routing/Internal.Parsing.fs
  M MR3/tests/Castle.MonoRail.Tests/Helpers/FormHelperTests.cs
  M MR3/tests/Castle.MonoRail.Tests/Helpers/FormTagHelperTests.cs
  M MR3/tests/Castle.MonoRail.Tests/Helpers/GenFormBuilderTests.cs
  M MR3/tests/Castle.MonoRail.Tests/Helpers/JsonHelperTests.cs
  M MR3/tests/Castle.MonoRail.Tests/Helpers/PartialHelperTests.cs
  M MR3/tests/Castle.MonoRail.Tests/Helpers/UrlHelperTests.cs
  M MR3/tests/Castle.MonoRail.Tests/HttpContextStub.cs
  M 
MR3/tests/Castle.MonoRail.Tests/MetadataProviders/DataAnnotationsModelMetadataProviderTests.cs
  M MR3/tests/Castle.MonoRail.Tests/MetadataProviders/ModelMetadataTests.cs
  M MR3/tests/Castle.MonoRail.Tests/Mvc/PipelineRunnerTestCase.cs
  M MR3/tests/Castle.MonoRail.Tests/Routing/InvalidRouteTests.cs
  M MR3/tests/Castle.MonoRail.Tests/Routing/RouteGenerateTests.cs
  M MR3/tests/Castle.MonoRail.Tests/Routing/RouteMatchingTests.cs
  M MR3/tests/Castle.MonoRail.Tests/Routing/RouteParsingAndConfigTests.cs
  M MR3/tests/Castle.MonoRail.Tests/Routing/Stubs/DummyHandlerMediator.cs
  M 
MR3/tests/Castle.MonoRail.Tests/Routing/WithVPath/RouteMatchingWithVPathTests.cs
  M MR3/tests/Castle.MonoRail.Tests/Serializers/Form/FormBasedSerializerTests.cs
  M MR3/tests/Castle.MonoRail.Tests/Serializers/ModelSerializerResolverTests.cs
  M MR3/tests/Castle.MonoRail.Tests/StubModelMetadataProvider.cs
  M MR3/tests/Castle.MonoRail.Tests/StubServiceRegistry.cs
  M MR3/tests/Castle.MonoRail.Tests/StubViewEngine.cs

  Log Message:
  -----------
  updated license + minor changes


-- 
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.

Reply via email to