Branch: refs/heads/hammett_exp
Home: https://github.com/castleproject/Castle.MonoRail3
Commit: 5d6c85b3968bad2198a90e9c451686e7f32d40de
https://github.com/castleproject/Castle.MonoRail3/commit/5d6c85b3968bad2198a90e9c451686e7f32d40de
Author: hammett <[email protected]>
Date: 2010-11-22 (Mon, 22 Nov 2010)
Changed paths:
M src/Castle.MonoRail.Tests/Hosting/ContainerManagerTestCase.cs
M src/Castle.MonoRail.Tests/Hosting/Mvc/ComposableMvcHandlerTestCase.cs
M src/Castle.MonoRail.Tests/Hosting/Mvc/PipelineRunnerTestCase.cs
M src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/ActionExecutionSinkTestCase.cs
M src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/ActionResolutionSinkTestCase.cs
M
src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/ActionResultExecutionSinkTestCase.cs
M
src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/ControllerDescriptorBuilderTestCase.cs
M src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/Fakes/TestActionDescriptor.cs
M src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/Fakes/TestActionResult.cs
M
src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/MethodInfoActionDescriptorTestCase.cs
M
src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/ReflectionBasedControllerProviderTestCase.cs
M
src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/TypedControllerExecutorProviderTestCase.cs
M
src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/TypedControllerExecutorTestCase.cs
M src/Castle.MonoRail.Tests/StringResultTestCase.cs
M src/Castle.MonoRail/ActionResult.cs
M src/Castle.MonoRail/Castle.MonoRail.csproj
R src/Castle.MonoRail/ContentNegotiator.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
R src/Castle.MonoRail/Hosting/Mvc/BaseMvcContext.cs
R src/Castle.MonoRail/Hosting/Mvc/ComposableMvcHandler.cs
R src/Castle.MonoRail/Hosting/Mvc/MvcRouteHandler.cs
R src/Castle.MonoRail/Hosting/Mvc/PipelineRunner.cs
R src/Castle.MonoRail/Hosting/Mvc/RequestParser.cs
R src/Castle.MonoRail/Hosting/Mvc/Typed/ActionDescriptor.cs
R src/Castle.MonoRail/Hosting/Mvc/Typed/ActionExecutionSink.cs
R src/Castle.MonoRail/Hosting/Mvc/Typed/ActionResolutionSink.cs
R src/Castle.MonoRail/Hosting/Mvc/Typed/ActionResultContext.cs
R src/Castle.MonoRail/Hosting/Mvc/Typed/ActionResultExecutionSink.cs
R src/Castle.MonoRail/Hosting/Mvc/Typed/BaseControllerExecutionSink.cs
R src/Castle.MonoRail/Hosting/Mvc/Typed/ControllerDescriptor.cs
R src/Castle.MonoRail/Hosting/Mvc/Typed/ControllerDescriptorBuilder.cs
R src/Castle.MonoRail/Hosting/Mvc/Typed/ControllerExecutionContext.cs
R src/Castle.MonoRail/Hosting/Mvc/Typed/IActionExecutionSink.cs
R src/Castle.MonoRail/Hosting/Mvc/Typed/IActionResolutionSink.cs
R src/Castle.MonoRail/Hosting/Mvc/Typed/IActionResultSink.cs
R src/Castle.MonoRail/Hosting/Mvc/Typed/IAuthorizationSink.cs
R src/Castle.MonoRail/Hosting/Mvc/Typed/IControllerExecutionSink.cs
R src/Castle.MonoRail/Hosting/Mvc/Typed/IPreActionExecutionSink.cs
R src/Castle.MonoRail/Hosting/Mvc/Typed/MethodInfoActionDescriptor.cs
R src/Castle.MonoRail/Hosting/Mvc/Typed/ParameterDescriptor.cs
R src/Castle.MonoRail/Hosting/Mvc/Typed/ReflectionBasedControllerProvider.cs
R src/Castle.MonoRail/Hosting/Mvc/Typed/TypedControllerExecutor.cs
R src/Castle.MonoRail/Hosting/Mvc/Typed/TypedControllerExecutorProvider.cs
R src/Castle.MonoRail/Hosting/Mvc/Typed/TypedControllerMeta.cs
R src/Castle.MonoRail/Hosting/Mvc/ViewEngines/CompositeViewEngine.cs
R src/Castle.MonoRail/Hosting/Mvc/ViewEngines/IView.cs
R src/Castle.MonoRail/Hosting/Mvc/ViewEngines/IViewEngine.cs
R src/Castle.MonoRail/Hosting/Mvc/ViewEngines/ViewContext.cs
R src/Castle.MonoRail/Hosting/Mvc/ViewEngines/ViewEngineResult.cs
R src/Castle.MonoRail/Hosting/Mvc/ViewEngines/ViewResolutionContext.cs
R src/Castle.MonoRail/Hosting/Mvc/ViewEngines/VirtualPathProviderViewEngine.cs
R src/Castle.MonoRail/Hosting/Mvc/ViewEngines/WebFormView.cs
R src/Castle.MonoRail/Hosting/Mvc/ViewEngines/WebForms/IWebFormFactory.cs
R src/Castle.MonoRail/Hosting/Mvc/ViewEngines/WebFormsViewEngine.cs
M src/Castle.MonoRail/IMonoRailServices.cs
M src/Castle.MonoRail/JSonResult.cs
A src/Castle.MonoRail/Mvc/BaseMvcContext.cs
A src/Castle.MonoRail/Mvc/ComposableMvcHandler.cs
A src/Castle.MonoRail/Mvc/MvcRouteHandler.cs
A src/Castle.MonoRail/Mvc/PipelineRunner.cs
A 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/Typed/ActionDescriptor.cs
A src/Castle.MonoRail/Mvc/Typed/ActionExecutionSink.cs
A src/Castle.MonoRail/Mvc/Typed/ActionResolutionSink.cs
A src/Castle.MonoRail/Mvc/Typed/ActionResultContext.cs
A src/Castle.MonoRail/Mvc/Typed/ActionResultExecutionSink.cs
A src/Castle.MonoRail/Mvc/Typed/BaseControllerExecutionSink.cs
A src/Castle.MonoRail/Mvc/Typed/ControllerDescriptor.cs
A src/Castle.MonoRail/Mvc/Typed/ControllerDescriptorBuilder.cs
A src/Castle.MonoRail/Mvc/Typed/ControllerExecutionContext.cs
A src/Castle.MonoRail/Mvc/Typed/IActionExecutionSink.cs
A src/Castle.MonoRail/Mvc/Typed/IActionResolutionSink.cs
A src/Castle.MonoRail/Mvc/Typed/IActionResultSink.cs
A src/Castle.MonoRail/Mvc/Typed/IAuthorizationSink.cs
A src/Castle.MonoRail/Mvc/Typed/IControllerExecutionSink.cs
A src/Castle.MonoRail/Mvc/Typed/IPreActionExecutionSink.cs
A src/Castle.MonoRail/Mvc/Typed/MethodInfoActionDescriptor.cs
A src/Castle.MonoRail/Mvc/Typed/ParameterDescriptor.cs
A src/Castle.MonoRail/Mvc/Typed/ReflectionBasedControllerProvider.cs
A src/Castle.MonoRail/Mvc/Typed/TypedControllerExecutor.cs
A src/Castle.MonoRail/Mvc/Typed/TypedControllerExecutorProvider.cs
A src/Castle.MonoRail/Mvc/Typed/TypedControllerMeta.cs
A src/Castle.MonoRail/Mvc/ViewEngines/CompositeViewEngine.cs
A src/Castle.MonoRail/Mvc/ViewEngines/IView.cs
A src/Castle.MonoRail/Mvc/ViewEngines/IViewEngine.cs
A src/Castle.MonoRail/Mvc/ViewEngines/ViewContext.cs
A src/Castle.MonoRail/Mvc/ViewEngines/ViewEngineResult.cs
A src/Castle.MonoRail/Mvc/ViewEngines/ViewResolutionContext.cs
A src/Castle.MonoRail/Mvc/ViewEngines/VirtualPathProviderViewEngine.cs
A src/Castle.MonoRail/Mvc/ViewEngines/WebFormView.cs
A 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/StringResult.cs
M src/Castle.MonoRail/ViewResult.cs
M src/Castle.MonoRail/WebForms/ViewPage.cs
M src/Castle.MonoRail/XmlResult.cs
M src/TestWebApp/Controller/IssuesController.cs
M src/TestWebApp/Global.asax.cs
Log Message:
-----------
initial support for RESTfulness
--
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.