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

Commit: e8402b720e75ecc187cfce21171cef1ee9a55131
    
https://github.com/castleproject/Castle.MonoRail3/commit/e8402b720e75ecc187cfce21171cef1ee9a55131
Author: hammett <[email protected]>
Date:   2010-11-24 (Wed, 24 Nov 2010)

Changed paths:
  M .gitignore
  M Castle.MonoRail.sln
  A 
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/Castle.MonoRail.MefIntegration.csproj
  A extensions/WindsorIntegration/lib/Castle.Core.dll
  A extensions/WindsorIntegration/lib/Castle.Core.pdb
  A extensions/WindsorIntegration/lib/Castle.Core.xml
  A extensions/WindsorIntegration/lib/Castle.Windsor.XML
  A extensions/WindsorIntegration/lib/Castle.Windsor.dll
  A extensions/WindsorIntegration/lib/Castle.Windsor.pdb
  A 
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/Castle.MonoRail.WindsorIntegration.csproj
  A 
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/WindsorControllerProvider.cs
  M src/Castle.MonoRail.Tests/Castle.MonoRail.Tests.csproj
  M src/Castle.MonoRail.Tests/Hosting/ContainerManagerTestCase.cs
  M src/Castle.MonoRail.Tests/Mvc/ComposableMvcHandlerTestCase.cs
  M src/Castle.MonoRail.Tests/Mvc/PipelineRunnerTestCase.cs
  M src/Castle.MonoRail.Tests/Mvc/Typed/Fakes/TestActionResult.cs
  M src/Castle.MonoRail.ViewEngines.Razor/RazorView.cs
  M src/Castle.MonoRail.ViewEngines.Razor/RazorViewEngine.cs
  M src/Castle.MonoRail/ActionResult.cs
  M src/Castle.MonoRail/AssemblyLevelSettings.cs
  M src/Castle.MonoRail/Castle.MonoRail.csproj
  A src/Castle.MonoRail/Controller.cs
  M src/Castle.MonoRail/Hosting/Internal/BuildManagerAdapter.cs
  M src/Castle.MonoRail/Hosting/Internal/ContainerManager.cs
  M src/Castle.MonoRail/Hosting/Internal/IHostingBridge.cs
  M src/Castle.MonoRail/Hosting/Internal/MefExtensions.cs
  M src/Castle.MonoRail/Hosting/Internal/MonoRailServices.cs
  M src/Castle.MonoRail/IMonoRailServices.cs
  A src/Castle.MonoRail/JSonResult.cs
  M src/Castle.MonoRail/Mvc/BaseMvcContext.cs
  M src/Castle.MonoRail/Mvc/ComposableMvcHandler.cs
  M src/Castle.MonoRail/Mvc/ControllerContext.cs
  A src/Castle.MonoRail/Mvc/DataContainer.cs
  M src/Castle.MonoRail/Mvc/MvcRouteHandler.cs
  M src/Castle.MonoRail/Mvc/PipelineRunner.cs
  M src/Castle.MonoRail/Mvc/RequestParser.cs
  A src/Castle.MonoRail/Mvc/Rest/ContentNegotiator.cs
  A src/Castle.MonoRail/Mvc/Rest/ContentType.cs
  A src/Castle.MonoRail/Mvc/Rest/FormatSerializer.cs
  A src/Castle.MonoRail/Mvc/Rest/JSonFormatSerializer.cs
  A src/Castle.MonoRail/Mvc/Rest/XmlFormatSerializer.cs
  M src/Castle.MonoRail/Mvc/Typed/ActionDescriptor.cs
  M src/Castle.MonoRail/Mvc/Typed/ActionResultContext.cs
  M src/Castle.MonoRail/Mvc/Typed/ControllerDescriptor.cs
  M src/Castle.MonoRail/Mvc/Typed/ControllerDescriptorBuilder.cs
  M src/Castle.MonoRail/Mvc/Typed/ControllerExecutionContext.cs
  M src/Castle.MonoRail/Mvc/Typed/IActionExecutionSink.cs
  M src/Castle.MonoRail/Mvc/Typed/IActionResolutionSink.cs
  M src/Castle.MonoRail/Mvc/Typed/IActionResultSink.cs
  M src/Castle.MonoRail/Mvc/Typed/IAuthorizationSink.cs
  M src/Castle.MonoRail/Mvc/Typed/IControllerExecutionSink.cs
  M src/Castle.MonoRail/Mvc/Typed/IPreActionExecutionSink.cs
  M src/Castle.MonoRail/Mvc/Typed/MethodInfoActionDescriptor.cs
  R src/Castle.MonoRail/Mvc/Typed/ParameterDescriptor.cs
  M src/Castle.MonoRail/Mvc/Typed/ReflectionBasedControllerProvider.cs
  M src/Castle.MonoRail/Mvc/Typed/Sinks/ActionExecutionSink.cs
  M src/Castle.MonoRail/Mvc/Typed/Sinks/ActionResolutionSink.cs
  M src/Castle.MonoRail/Mvc/Typed/Sinks/ActionResultExecutionSink.cs
  M src/Castle.MonoRail/Mvc/Typed/Sinks/BaseControllerExecutionSink.cs
  M src/Castle.MonoRail/Mvc/Typed/TypedControllerExecutor.cs
  M src/Castle.MonoRail/Mvc/Typed/TypedControllerExecutorProvider.cs
  M src/Castle.MonoRail/Mvc/Typed/TypedControllerMeta.cs
  M src/Castle.MonoRail/Mvc/ViewEngines/CompositeViewEngine.cs
  M src/Castle.MonoRail/Mvc/ViewEngines/IView.cs
  M src/Castle.MonoRail/Mvc/ViewEngines/IViewEngine.cs
  M src/Castle.MonoRail/Mvc/ViewEngines/ViewContext.cs
  M src/Castle.MonoRail/Mvc/ViewEngines/ViewEngineResult.cs
  M src/Castle.MonoRail/Mvc/ViewEngines/ViewResolutionContext.cs
  M src/Castle.MonoRail/Mvc/ViewEngines/VirtualPathProviderViewEngine.cs
  A src/Castle.MonoRail/Mvc/ViewEngines/WebFormView.cs
  M src/Castle.MonoRail/Mvc/ViewEngines/WebForms/IWebFormFactory.cs
  A src/Castle.MonoRail/Mvc/ViewEngines/WebFormsViewEngine.cs
  M src/Castle.MonoRail/Primitives/ComposableHandler.cs
  M src/Castle.MonoRail/Primitives/IComposableHandler.cs
  M src/Castle.MonoRail/Primitives/IComposableModule.cs
  A src/Castle.MonoRail/Primitives/Mvc/PropertyBag.cs
  M src/Castle.MonoRail/ResourceOfT.cs
  A src/Castle.MonoRail/ResourceRelation.cs
  M src/Castle.MonoRail/StringResult.cs
  M src/Castle.MonoRail/ViewResult.cs
  M src/Castle.MonoRail/WebForms/ViewPage.cs
  A src/Castle.MonoRail/WebForms/ViewPageControlBuilder.cs
  A src/Castle.MonoRail/XmlResult.cs
  M src/TestWebApp/Controller/HomeController.cs
  M src/TestWebApp/Controller/IssuesController.cs
  A src/TestWebApp/Domain/Issue.cs
  M src/TestWebApp/Global.asax.cs
  R src/TestWebApp/Model/Issue.cs
  M src/TestWebApp/Resources/IssueResource.cs
  M src/TestWebApp/TestWebApp.csproj
  M src/TestWebApp/Views/Home/index.aspx
  M src/TestWebApp/Views/Home/view.aspx
  A src/TestWebApp/Views/Issues/index.aspx

Log Message:
-----------
merging changes from branch


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