Branch: refs/heads/master
Home: https://github.com/castleproject/Castle.MonoRail3
Commit: 2236ff432684fad402246c6b3a1044b5bf245a10
https://github.com/castleproject/Castle.MonoRail3/commit/2236ff432684fad402246c6b3a1044b5bf245a10
Author: hconceicao <[email protected]>
Date: 2010-11-26 (Fri, 26 Nov 2010)
Changed paths:
M buildscripts/CommonAssemblyInfo.cs
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/ControllerDescriptorBuilderTestCase.cs
M src/Castle.MonoRail.Tests/Mvc/Typed/DataBindAttributeTestCase.cs
M src/Castle.MonoRail.Tests/Mvc/Typed/Fakes/SomeTestController.cs
M src/Castle.MonoRail.Tests/Mvc/Typed/Fakes/TestActionDescriptor.cs
M src/Castle.MonoRail.Tests/Mvc/Typed/Fakes/TestActionResult.cs
M src/Castle.MonoRail.Tests/Mvc/Typed/MethodInfoActionDescriptorTestCase.cs
M
src/Castle.MonoRail.Tests/Mvc/Typed/ReflectionBasedControllerProviderTestCase.cs
M src/Castle.MonoRail.Tests/Mvc/Typed/Sinks/ActionExecutionSinkTestCase.cs
M src/Castle.MonoRail.Tests/Mvc/Typed/Sinks/ActionResolutionSinkTestCase.cs
M
src/Castle.MonoRail.Tests/Mvc/Typed/Sinks/ActionResultExecutionSinkTestCase.cs
M
src/Castle.MonoRail.Tests/Mvc/Typed/TypedControllerExecutorProviderTestCase.cs
M src/Castle.MonoRail.Tests/Mvc/Typed/TypedControllerExecutorTestCase.cs
M src/Castle.MonoRail.Tests/Mvc/Typed/User.cs
M src/Castle.MonoRail.Tests/StringResultTestCase.cs
M src/Castle.MonoRail.ViewEngines.Razor/AssemblyLevelSettings.cs
M src/Castle.MonoRail.ViewEngines.Razor/IViewPage.cs
M src/Castle.MonoRail.ViewEngines.Razor/MonoRailRazorHost.cs
M src/Castle.MonoRail.ViewEngines.Razor/MonoRailRazorHostFactory.cs
M src/Castle.MonoRail.ViewEngines.Razor/RazorView.cs
M src/Castle.MonoRail.ViewEngines.Razor/RazorViewEngine.cs
M src/Castle.MonoRail.ViewEngines.Razor/WebViewPage.cs
M src/Castle.MonoRail.WindsorIntegration/WindsorControllerProvider.cs
M src/Castle.MonoRail/ActionResult.cs
M src/Castle.MonoRail/AssemblyLevelSettings.cs
M src/Castle.MonoRail/Castle.MonoRail.csproj
M 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
M 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
M src/Castle.MonoRail/Mvc/DataContainer.cs
M src/Castle.MonoRail/Mvc/IActionParameterBinder.cs
M src/Castle.MonoRail/Mvc/MvcRouteHandler.cs
M src/Castle.MonoRail/Mvc/PipelineRunner.cs
M src/Castle.MonoRail/Mvc/RequestParser.cs
M src/Castle.MonoRail/Mvc/Rest/ContentNegotiator.cs
M src/Castle.MonoRail/Mvc/Rest/ContentType.cs
M src/Castle.MonoRail/Mvc/Rest/FormatSerializer.cs
M src/Castle.MonoRail/Mvc/Rest/JSonFormatSerializer.cs
M 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/DataBindAttribute.cs
M src/Castle.MonoRail/Mvc/Typed/IControllerExecutionSink.cs
M src/Castle.MonoRail/Mvc/Typed/MethodInfoActionDescriptor.cs
M 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/Sinks/IActionExecutionSink.cs
M src/Castle.MonoRail/Mvc/Typed/Sinks/IActionResolutionSink.cs
M src/Castle.MonoRail/Mvc/Typed/Sinks/IActionResultSink.cs
M src/Castle.MonoRail/Mvc/Typed/Sinks/IAuthorizationSink.cs
M src/Castle.MonoRail/Mvc/Typed/Sinks/IPreActionExecutionSink.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
M src/Castle.MonoRail/Mvc/ViewEngines/WebForms/IWebFormFactory.cs
M src/Castle.MonoRail/Mvc/ViewEngines/WebForms/WebFormView.cs
M src/Castle.MonoRail/Mvc/ViewEngines/WebForms/WebFormsViewEngine.cs
M src/Castle.MonoRail/Primitives/ComposableHandler.cs
M src/Castle.MonoRail/Primitives/IComposableHandler.cs
M src/Castle.MonoRail/Primitives/IComposableModule.cs
M src/Castle.MonoRail/Primitives/Mvc/ControllerExecutor.cs
M src/Castle.MonoRail/Primitives/Mvc/ControllerExecutorProvider.cs
M src/Castle.MonoRail/Primitives/Mvc/ControllerMeta.cs
M src/Castle.MonoRail/Primitives/Mvc/ControllerProvider.cs
M src/Castle.MonoRail/ResourceOfT.cs
M src/Castle.MonoRail/ResourceRelation.cs
M src/Castle.MonoRail/StringResult.cs
M src/Castle.MonoRail/ViewResult.cs
M src/Castle.MonoRail/WebForms/ViewPage.cs
M src/Castle.MonoRail/WebForms/ViewPageControlBuilder.cs
M src/Castle.MonoRail/XmlResult.cs
M src/TestWebApp/Controller/CategoryController.cs
M src/TestWebApp/Controller/HomeController.cs
M src/TestWebApp/Controller/IssueController.cs
M src/TestWebApp/Controller/IssuesController.cs
M src/TestWebApp/Global.asax.cs
M src/TestWebApp/Model/Category.cs
M src/TestWebApp/Model/Issue.cs
M src/TestWebApp/Resources/IssueResource.cs
M src/TestWebApp/Web.config
Log Message:
-----------
pruned license headers. now with enclosing region
--
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.