Branch: refs/heads/hammett_exp
Home: https://github.com/castleproject/Castle.MonoRail3
Commit: c7691bb11b4ec53783372bbe583a0bbf5916ee2f
https://github.com/castleproject/Castle.MonoRail3/commit/c7691bb11b4ec53783372bbe583a0bbf5916ee2f
Author: hammett <[email protected]>
Date: 2010-11-24 (Wed, 24 Nov 2010)
Changed paths:
M lib/System.ComponentModel.Composition.Codeplex.dll
M lib/System.ComponentModel.Composition.Codeplex.pdb
M lib/System.ComponentModel.Composition.Codeplex.xml
M tools/NUnit/bin/nunit-x86.exe.config
M tools/NUnit/bin/nunit.exe.config
M tools/NUnit/bin/pnunit-agent.exe.config
M tools/NUnit/bin/pnunit-launcher.exe.config
M tools/NUnit/bin/runFile.exe.config
M tools/NUnit/bin/runpnunit.bat
M tools/NUnit/bin/test.conf
M tools/NUnit/license.txt
Log Message:
-----------
first branch commit
Commit: 45f0ade247158a9852fdb4018d5e3ff808348737
https://github.com/castleproject/Castle.MonoRail3/commit/45f0ade247158a9852fdb4018d5e3ff808348737
Author: hammett <[email protected]>
Date: 2010-11-24 (Wed, 24 Nov 2010)
Changed paths:
M lib/System.ComponentModel.Composition.Codeplex.dll
M lib/System.ComponentModel.Composition.Codeplex.pdb
M lib/System.ComponentModel.Composition.Codeplex.xml
M src/Castle.MonoRail/Hosting/Internal/ContainerManager.cs
Log Message:
-----------
disabling silent rejection
Commit: 56ad9e1fe62bc0614119a231909fcc721d24d83b
https://github.com/castleproject/Castle.MonoRail3/commit/56ad9e1fe62bc0614119a231909fcc721d24d83b
Author: hammett <[email protected]>
Date: 2010-11-24 (Wed, 24 Nov 2010)
Changed paths:
R lib/System.Web.Helpers.dll
R lib/System.Web.Razor.dll
R lib/System.Web.WebPages.Razor.dll
R lib/System.Web.WebPages.dll
M src/Castle.MonoRail/Castle.MonoRail.csproj
R src/Castle.MonoRail/Hosting/ComposableHandler.cs
R src/Castle.MonoRail/Hosting/IComposableHandler.cs
R src/Castle.MonoRail/Hosting/IComposableModule.cs
M src/Castle.MonoRail/Hosting/Mvc/ActionResultContext.cs
M src/Castle.MonoRail/Hosting/Mvc/ControllerDescriptor.cs
A src/Castle.MonoRail/Hosting/Mvc/WebFormView.cs
A src/Castle.MonoRail/Hosting/Mvc/WebForms/IWebFormFactory.cs
A src/Castle.MonoRail/Hosting/Mvc/WebFormsViewEngine.cs
A src/Castle.MonoRail/Primitives/ComposableHandler.cs
R src/Castle.MonoRail/Primitives/ControllerExecutor.cs
R src/Castle.MonoRail/Primitives/ControllerExecutorProvider.cs
R src/Castle.MonoRail/Primitives/ControllerMeta.cs
R src/Castle.MonoRail/Primitives/ControllerProvider.cs
A src/Castle.MonoRail/Primitives/IComposableHandler.cs
A src/Castle.MonoRail/Primitives/IComposableModule.cs
A src/Castle.MonoRail/Primitives/Mvc/ControllerExecutor.cs
A src/Castle.MonoRail/Primitives/Mvc/ControllerExecutorProvider.cs
A src/Castle.MonoRail/Primitives/Mvc/ControllerMeta.cs
A src/Castle.MonoRail/Primitives/Mvc/ControllerProvider.cs
A src/Castle.MonoRail/WebForms/ViewPage.cs
M src/TestWebApp/Controller/HomeController.cs
M src/TestWebApp/TestWebApp.csproj
A src/TestWebApp/Views/Home/index.aspx
R src/TestWebApp/Views/Home/index.cshtml
A src/TestWebApp/Views/Home/view.aspx
R src/TestWebApp/Views/Home/view.cshtml
A src/TestWebApp/Views/Shared/default.aspx
R src/TestWebApp/Views/Shared/default.cshtml
Log Message:
-----------
adding webforms support - moving a few types around namespaces
Commit: 6fd380c2cdc05f3994f5db775a55d2a31af9eba3
https://github.com/castleproject/Castle.MonoRail3/commit/6fd380c2cdc05f3994f5db775a55d2a31af9eba3
Author: hammett <[email protected]>
Date: 2010-11-24 (Wed, 24 Nov 2010)
Changed paths:
M src/Castle.MonoRail/Castle.MonoRail.csproj
R src/Castle.MonoRail/Hosting/Mvc/ActionDescriptor.cs
R src/Castle.MonoRail/Hosting/Mvc/ActionResultContext.cs
R src/Castle.MonoRail/Hosting/Mvc/CompositeViewEngine.cs
R src/Castle.MonoRail/Hosting/Mvc/ControllerDescriptor.cs
R src/Castle.MonoRail/Hosting/Mvc/ControllerExecutionContext.cs
R
src/Castle.MonoRail/Hosting/Mvc/ControllerExecutionSink/IActionExecutionSink.cs
R
src/Castle.MonoRail/Hosting/Mvc/ControllerExecutionSink/IActionResolutionSink.cs
R src/Castle.MonoRail/Hosting/Mvc/ControllerExecutionSink/IActionResultSink.cs
R
src/Castle.MonoRail/Hosting/Mvc/ControllerExecutionSink/IAuthorizationSink.cs
R
src/Castle.MonoRail/Hosting/Mvc/ControllerExecutionSink/IPreActionExecutionSink.cs
R src/Castle.MonoRail/Hosting/Mvc/IControllerExecutionSink.cs
R src/Castle.MonoRail/Hosting/Mvc/IView.cs
R src/Castle.MonoRail/Hosting/Mvc/IViewEngine.cs
R src/Castle.MonoRail/Hosting/Mvc/ParameterDescriptor.cs
M src/Castle.MonoRail/Hosting/Mvc/PipelineRunner.cs
R src/Castle.MonoRail/Hosting/Mvc/ViewContext.cs
R src/Castle.MonoRail/Hosting/Mvc/ViewEngineResult.cs
R src/Castle.MonoRail/Hosting/Mvc/ViewResolutionContext.cs
R src/Castle.MonoRail/Hosting/Mvc/VirtualPathProviderViewEngine.cs
R src/Castle.MonoRail/Hosting/Mvc/WebFormView.cs
R src/Castle.MonoRail/Hosting/Mvc/WebFormsViewEngine.cs
Log Message:
-----------
moving a few types around namespaces
Commit: e0f6cdf7bd02d7792e5b83c065a2fb5989ddb268
https://github.com/castleproject/Castle.MonoRail3/commit/e0f6cdf7bd02d7792e5b83c065a2fb5989ddb268
Author: hammett <[email protected]>
Date: 2010-11-24 (Wed, 24 Nov 2010)
Changed paths:
A src/Castle.MonoRail/Hosting/Mvc/Typed/ActionDescriptor.cs
A src/Castle.MonoRail/Hosting/Mvc/Typed/ActionResultContext.cs
A src/Castle.MonoRail/Hosting/Mvc/Typed/ControllerDescriptor.cs
A src/Castle.MonoRail/Hosting/Mvc/Typed/ControllerExecutionContext.cs
A src/Castle.MonoRail/Hosting/Mvc/Typed/IActionExecutionSink.cs
A src/Castle.MonoRail/Hosting/Mvc/Typed/IActionResolutionSink.cs
A src/Castle.MonoRail/Hosting/Mvc/Typed/IActionResultSink.cs
A src/Castle.MonoRail/Hosting/Mvc/Typed/IAuthorizationSink.cs
A src/Castle.MonoRail/Hosting/Mvc/Typed/IControllerExecutionSink.cs
A src/Castle.MonoRail/Hosting/Mvc/Typed/IPreActionExecutionSink.cs
A src/Castle.MonoRail/Hosting/Mvc/Typed/ParameterDescriptor.cs
A src/Castle.MonoRail/Hosting/Mvc/ViewEngines/CompositeViewEngine.cs
A src/Castle.MonoRail/Hosting/Mvc/ViewEngines/IView.cs
A src/Castle.MonoRail/Hosting/Mvc/ViewEngines/IViewEngine.cs
A src/Castle.MonoRail/Hosting/Mvc/ViewEngines/ViewContext.cs
A src/Castle.MonoRail/Hosting/Mvc/ViewEngines/ViewEngineResult.cs
A src/Castle.MonoRail/Hosting/Mvc/ViewEngines/ViewResolutionContext.cs
A src/Castle.MonoRail/Hosting/Mvc/ViewEngines/VirtualPathProviderViewEngine.cs
A src/Castle.MonoRail/Hosting/Mvc/ViewEngines/WebFormView.cs
A src/Castle.MonoRail/Hosting/Mvc/ViewEngines/WebFormsViewEngine.cs
Log Message:
-----------
moving a few types around namespaces
Commit: 0fe9cf229d53b019a7f3f5db1a739e57fbb8b78a
https://github.com/castleproject/Castle.MonoRail3/commit/0fe9cf229d53b019a7f3f5db1a739e57fbb8b78a
Author: hammett <[email protected]>
Date: 2010-11-24 (Wed, 24 Nov 2010)
Changed paths:
M src/Castle.MonoRail/Castle.MonoRail.csproj
M src/Castle.MonoRail/Hosting/Internal/MonoRailServices.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/ReflectionBasedControllerProvider.cs
M src/Castle.MonoRail/Hosting/Mvc/ViewEngines/CompositeViewEngine.cs
M src/Castle.MonoRail/Hosting/Mvc/ViewEngines/IView.cs
M src/Castle.MonoRail/Hosting/Mvc/ViewEngines/IViewEngine.cs
M src/Castle.MonoRail/Hosting/Mvc/ViewEngines/ViewContext.cs
M src/Castle.MonoRail/Hosting/Mvc/ViewEngines/ViewEngineResult.cs
M src/Castle.MonoRail/Hosting/Mvc/ViewEngines/ViewResolutionContext.cs
M src/Castle.MonoRail/Hosting/Mvc/ViewEngines/VirtualPathProviderViewEngine.cs
M src/Castle.MonoRail/Hosting/Mvc/ViewEngines/WebFormView.cs
A src/Castle.MonoRail/Hosting/Mvc/ViewEngines/WebForms/IWebFormFactory.cs
M src/Castle.MonoRail/Hosting/Mvc/ViewEngines/WebFormsViewEngine.cs
R src/Castle.MonoRail/Hosting/Mvc/WebForms/IWebFormFactory.cs
M src/Castle.MonoRail/IMonoRailServices.cs
M src/Castle.MonoRail/ViewResult.cs
M src/Castle.MonoRail/WebForms/ViewPage.cs
Log Message:
-----------
more types being moved around
Commit: 8c0ca4f392e69bae40aefafff4b078cc138e6eda
https://github.com/castleproject/Castle.MonoRail3/commit/8c0ca4f392e69bae40aefafff4b078cc138e6eda
Author: hammett <[email protected]>
Date: 2010-11-24 (Wed, 24 Nov 2010)
Changed paths:
M src/Castle.MonoRail.Tests/Hosting/Mvc/PipelineRunnerTestCase.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/TypedControllerExecutorTestCase.cs
M src/Castle.MonoRail.Tests/StringResultTestCase.cs
M src/Castle.MonoRail/ActionResult.cs
M src/Castle.MonoRail/Hosting/Internal/MefExtensions.cs
M src/Castle.MonoRail/Hosting/Mvc/ComposableMvcHandler.cs
M src/Castle.MonoRail/Hosting/Mvc/PipelineRunner.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/ActionDescriptor.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/ActionExecutionSink.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/ActionResolutionSink.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/ActionResultContext.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/ActionResultExecutionSink.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/ControllerDescriptor.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/ControllerExecutionContext.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/IActionExecutionSink.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/IActionResolutionSink.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/IActionResultSink.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/IAuthorizationSink.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/IControllerExecutionSink.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/IPreActionExecutionSink.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/MethodInfoActionDescriptor.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/ParameterDescriptor.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/ReflectionBasedControllerProvider.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/TypedControllerExecutor.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/TypedControllerExecutorProvider.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/TypedControllerMeta.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/StringResult.cs
M src/Castle.MonoRail/ViewResult.cs
Log Message:
-----------
more types being moved around
Commit: fe2a85786c70701bc07b10d5d8e80b38b96e5dfa
https://github.com/castleproject/Castle.MonoRail3/commit/fe2a85786c70701bc07b10d5d8e80b38b96e5dfa
Author: hconceicao <[email protected]>
Date: 2010-11-24 (Wed, 24 Nov 2010)
Changed paths:
M src/Castle.MonoRail.ViewEngines.Razor/RazorView.cs
M src/Castle.MonoRail.ViewEngines.Razor/RazorViewEngine.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/ActionExecutionSink.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/ActionResolutionSink.cs
M src/Castle.MonoRail/ViewResult.cs
Log Message:
-----------
fixing some merge errors
Commit: 30d265eaa91c0ab972341b277f871f8f1a8c4594
https://github.com/castleproject/Castle.MonoRail3/commit/30d265eaa91c0ab972341b277f871f8f1a8c4594
Author: hconceicao <[email protected]>
Date: 2010-11-24 (Wed, 24 Nov 2010)
Changed paths:
A
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/bin/Debug/Castle.MonoRail.MefIntegration.dll
A
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/bin/Debug/Castle.MonoRail.MefIntegration.pdb
A
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/obj/Debug/Castle.MonoRail.MefIntegration.csproj.FileListAbsolute.txt
A
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/obj/Debug/Castle.MonoRail.MefIntegration.dll
A
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/obj/Debug/Castle.MonoRail.MefIntegration.pdb
A
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/obj/Release/Castle.MonoRail.MefIntegration.csproj.FileListAbsolute.txt
A
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.Core.dll
A
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.Core.pdb
A
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.Core.xml
A
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.MonoRail.WindsorIntegration.dll
A
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.MonoRail.WindsorIntegration.pdb
A
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.MonoRail.dll
A
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.MonoRail.pdb
A
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.Windsor.dll
A
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.Windsor.pdb
A
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.Windsor.xml
A
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/System.ComponentModel.Composition.Codeplex.dll
A
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/System.ComponentModel.Composition.Codeplex.pdb
A
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/System.ComponentModel.Composition.Codeplex.xml
A
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/obj/Debug/Castle.MonoRail.WindsorIntegration.csproj.FileListAbsolute.txt
A
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/obj/Debug/Castle.MonoRail.WindsorIntegration.dll
A
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/obj/Debug/Castle.MonoRail.WindsorIntegration.pdb
A
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/obj/Release/Castle.MonoRail.WindsorIntegration.csproj.FileListAbsolute.txt
A src/Castle.MonoRail/Mvc/Typed/Sinks/ActionExecutionSink.cs
A src/Castle.MonoRail/Mvc/Typed/Sinks/ActionResolutionSink.cs
A src/Castle.MonoRail/Mvc/Typed/Sinks/ActionResultExecutionSink.cs
A src/Castle.MonoRail/Mvc/Typed/Sinks/BaseControllerExecutionSink.cs
Log Message:
-----------
missing files after merges
Commit: 7ec4a29fd5b6debf37711786286481254312bdb2
https://github.com/castleproject/Castle.MonoRail3/commit/7ec4a29fd5b6debf37711786286481254312bdb2
Author: hammett <[email protected]>
Date: 2010-11-24 (Wed, 24 Nov 2010)
Changed paths:
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/Fakes/TestActionResult.cs
M src/Castle.MonoRail.Tests/StringResultTestCase.cs
M src/Castle.MonoRail/ActionResult.cs
M src/Castle.MonoRail/Castle.MonoRail.csproj
M src/Castle.MonoRail/Hosting/Mvc/Typed/ControllerExecutionContext.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/ReflectionBasedControllerProvider.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/TypedControllerExecutor.cs
M src/Castle.MonoRail/Hosting/Mvc/ViewEngines/ViewContext.cs
A src/Castle.MonoRail/JSonResult.cs
A src/Castle.MonoRail/Mvc/ControllerContext.cs
M src/Castle.MonoRail/StringResult.cs
M src/Castle.MonoRail/ViewResult.cs
A src/Castle.MonoRail/XmlResult.cs
Log Message:
-----------
Removed data from view context. data travels way before a view is in the
picture. pushed it to the controllerCtx
Commit: 3e496ea4665d0e8484b11f01f0ce0fa76f4695e2
https://github.com/castleproject/Castle.MonoRail3/commit/3e496ea4665d0e8484b11f01f0ce0fa76f4695e2
Author: hammett <[email protected]>
Date: 2010-11-24 (Wed, 24 Nov 2010)
Changed paths:
M src/Castle.MonoRail/ViewResult.cs
Log Message:
-----------
Getting view name by convention - based on action name
Commit: 80cd8d368b646b5f1ffc90844675b94feadd3716
https://github.com/castleproject/Castle.MonoRail3/commit/80cd8d368b646b5f1ffc90844675b94feadd3716
Author: hconceicao <[email protected]>
Date: 2010-11-24 (Wed, 24 Nov 2010)
Changed paths:
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/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.ViewEngines.Razor/RazorView.cs
M src/Castle.MonoRail.ViewEngines.Razor/RazorViewEngine.cs
M src/Castle.MonoRail/Castle.MonoRail.csproj
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
R 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/Typed/ActionDescriptor.cs
A src/Castle.MonoRail/Mvc/Typed/ActionResultContext.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
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
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/WebForms/ViewPage.cs
R src/Castle.MonoRail/XmlResult.cs
M src/TestWebApp/Global.asax.cs
Log Message:
-----------
more merge fixes
Commit: 9a8eadba72cbf9608167089a87c7cfb887dc11d2
https://github.com/castleproject/Castle.MonoRail3/commit/9a8eadba72cbf9608167089a87c7cfb887dc11d2
Author: hconceicao <[email protected]>
Date: 2010-11-24 (Wed, 24 Nov 2010)
Changed paths:
M src/Castle.MonoRail/Castle.MonoRail.csproj
A src/Castle.MonoRail/Primitives/Mvc/DataContainer.cs
R src/Castle.MonoRail/Primitives/Mvc/PropertyBag.cs
Log Message:
-----------
merged propertybag into datacontainer
Commit: 3e299808c440b7412cb7525fd1f97287639aa137
https://github.com/castleproject/Castle.MonoRail3/commit/3e299808c440b7412cb7525fd1f97287639aa137
Author: hconceicao <[email protected]>
Date: 2010-11-24 (Wed, 24 Nov 2010)
Changed paths:
M src/Castle.MonoRail.Tests/Castle.MonoRail.Tests.csproj
R src/Castle.MonoRail.Tests/Hosting/Mvc/ComposableMvcHandlerTestCase.cs
R src/Castle.MonoRail.Tests/Hosting/Mvc/PipelineRunnerTestCase.cs
R src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/ActionExecutionSinkTestCase.cs
R src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/ActionResolutionSinkTestCase.cs
R
src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/ActionResultExecutionSinkTestCase.cs
R
src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/ControllerDescriptorBuilderTestCase.cs
R src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/Fakes/SomeTestController.cs
R src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/Fakes/TestActionDescriptor.cs
R src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/Fakes/TestActionResult.cs
R
src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/MethodInfoActionDescriptorTestCase.cs
R
src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/ReflectionBasedControllerProviderTestCase.cs
R
src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/TypedControllerExecutorProviderTestCase.cs
R
src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/TypedControllerExecutorTestCase.cs
A src/Castle.MonoRail.Tests/Mvc/ComposableMvcHandlerTestCase.cs
A src/Castle.MonoRail.Tests/Mvc/PipelineRunnerTestCase.cs
A src/Castle.MonoRail.Tests/Mvc/Typed/ActionExecutionSinkTestCase.cs
A src/Castle.MonoRail.Tests/Mvc/Typed/ActionResolutionSinkTestCase.cs
A src/Castle.MonoRail.Tests/Mvc/Typed/ActionResultExecutionSinkTestCase.cs
A src/Castle.MonoRail.Tests/Mvc/Typed/ControllerDescriptorBuilderTestCase.cs
A src/Castle.MonoRail.Tests/Mvc/Typed/Fakes/SomeTestController.cs
A src/Castle.MonoRail.Tests/Mvc/Typed/Fakes/TestActionDescriptor.cs
A src/Castle.MonoRail.Tests/Mvc/Typed/Fakes/TestActionResult.cs
A src/Castle.MonoRail.Tests/Mvc/Typed/MethodInfoActionDescriptorTestCase.cs
A
src/Castle.MonoRail.Tests/Mvc/Typed/ReflectionBasedControllerProviderTestCase.cs
A
src/Castle.MonoRail.Tests/Mvc/Typed/TypedControllerExecutorProviderTestCase.cs
A src/Castle.MonoRail.Tests/Mvc/Typed/TypedControllerExecutorTestCase.cs
Log Message:
-----------
moving testcases to reflect the namespace changes
Commit: 536e79f732a0edb7ce7dd44451d9bc92ca36df79
https://github.com/castleproject/Castle.MonoRail3/commit/536e79f732a0edb7ce7dd44451d9bc92ca36df79
Author: hconceicao <[email protected]>
Date: 2010-11-24 (Wed, 24 Nov 2010)
Changed paths:
R src/Castle.MonoRail/Mvc/ViewEngines/WebFormView.cs
A src/Castle.MonoRail/Mvc/ViewEngines/WebForms/WebFormView.cs
A src/Castle.MonoRail/Mvc/ViewEngines/WebForms/WebFormsViewEngine.cs
R src/Castle.MonoRail/Mvc/ViewEngines/WebFormsViewEngine.cs
Log Message:
-----------
moving webforms part to its folder
Commit: bd730f53e8defd235599dc8b0183da689c869e79
https://github.com/castleproject/Castle.MonoRail3/commit/bd730f53e8defd235599dc8b0183da689c869e79
Author: hconceicao <[email protected]>
Date: 2010-11-24 (Wed, 24 Nov 2010)
Changed paths:
M src/Castle.MonoRail/Castle.MonoRail.csproj
M src/Castle.MonoRail/Hosting/Internal/BuildManagerAdapter.cs
M src/Castle.MonoRail/Hosting/Internal/MefExtensions.cs
M src/Castle.MonoRail/Mvc/ComposableMvcHandler.cs
M src/Castle.MonoRail/Mvc/ControllerContext.cs
Log Message:
-----------
more merge fixes
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
Commit: 6e64785fb80415d0adb3fa70ccf11c5dd2454749
https://github.com/castleproject/Castle.MonoRail3/commit/6e64785fb80415d0adb3fa70ccf11c5dd2454749
Author: hammett <[email protected]>
Date: 2010-11-24 (Wed, 24 Nov 2010)
Changed paths:
M
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/bin/Debug/Castle.MonoRail.MefIntegration.dll
M
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/bin/Debug/Castle.MonoRail.MefIntegration.pdb
M
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/obj/Debug/Castle.MonoRail.MefIntegration.csproj.FileListAbsolute.txt
M
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/obj/Debug/Castle.MonoRail.MefIntegration.dll
M
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/obj/Debug/Castle.MonoRail.MefIntegration.pdb
M
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/WindsorControllerProvider.cs
M
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.MonoRail.WindsorIntegration.dll
M
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.MonoRail.WindsorIntegration.pdb
M
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.MonoRail.dll
M
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.MonoRail.pdb
M
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/obj/Debug/Castle.MonoRail.WindsorIntegration.csproj.FileListAbsolute.txt
M
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/obj/Debug/Castle.MonoRail.WindsorIntegration.dll
M
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/obj/Debug/Castle.MonoRail.WindsorIntegration.pdb
M src/Castle.MonoRail.Tests/Castle.MonoRail.Tests.csproj
M src/Castle.MonoRail.Tests/Mvc/PipelineRunnerTestCase.cs
M src/Castle.MonoRail.Tests/Mvc/Typed/ActionExecutionSinkTestCase.cs
M src/Castle.MonoRail.Tests/Mvc/Typed/ActionResolutionSinkTestCase.cs
M src/Castle.MonoRail.Tests/Mvc/Typed/ActionResultExecutionSinkTestCase.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.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
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/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/PipelineRunner.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/ControllerExecutionContext.cs
M src/Castle.MonoRail/Mvc/Typed/IControllerExecutionSink.cs
M src/Castle.MonoRail/Mvc/Typed/MethodInfoActionDescriptor.cs
A 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/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/WebFormView.cs
M src/Castle.MonoRail/Mvc/ViewEngines/WebForms/IWebFormFactory.cs
R src/Castle.MonoRail/Mvc/ViewEngines/WebForms/WebFormView.cs
R src/Castle.MonoRail/Mvc/ViewEngines/WebForms/WebFormsViewEngine.cs
M src/Castle.MonoRail/Mvc/ViewEngines/WebFormsViewEngine.cs
M src/Castle.MonoRail/Primitives/ComposableHandler.cs
M src/Castle.MonoRail/Primitives/Mvc/ControllerExecutor.cs
M src/Castle.MonoRail/Primitives/Mvc/ControllerMeta.cs
M src/Castle.MonoRail/Primitives/Mvc/ControllerProvider.cs
R src/Castle.MonoRail/Primitives/Mvc/DataContainer.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/HomeController.cs
M src/TestWebApp/Controller/IssueController.cs
M src/TestWebApp/Controller/IssuesController.cs
M src/TestWebApp/Domain/Issue.cs
M src/TestWebApp/Global.asax.cs
M src/TestWebApp/Resources/IssueResource.cs
Log Message:
-----------
tabified files. re-added ParameterDescriptor
Commit: 571e09ffbceb42fa383c580b5265ca5674146f0d
https://github.com/castleproject/Castle.MonoRail3/commit/571e09ffbceb42fa383c580b5265ca5674146f0d
Author: hammett <[email protected]>
Date: 2010-11-25 (Thu, 25 Nov 2010)
Changed paths:
M
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/WindsorControllerProvider.cs
Log Message:
-----------
minor change
Commit: 61f65888832b983f007811523c94bad33ac98b37
https://github.com/castleproject/Castle.MonoRail3/commit/61f65888832b983f007811523c94bad33ac98b37
Author: hammett <[email protected]>
Date: 2010-11-28 (Sun, 28 Nov 2010)
Changed paths:
M .gitignore
M Castle.MonoRail.sln
R
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.Core.dll
R
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.Core.pdb
R
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.Core.xml
R
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.MonoRail.WindsorIntegration.dll
R
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.MonoRail.WindsorIntegration.pdb
R
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.MonoRail.dll
R
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.MonoRail.pdb
R
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.Windsor.dll
R
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.Windsor.pdb
R
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.Windsor.xml
R
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/System.ComponentModel.Composition.Codeplex.dll
R
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/System.ComponentModel.Composition.Codeplex.pdb
R
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/System.ComponentModel.Composition.Codeplex.xml
R
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/obj/Debug/Castle.MonoRail.WindsorIntegration.csproj.FileListAbsolute.txt
R
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/obj/Debug/Castle.MonoRail.WindsorIntegration.dll
R
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/obj/Debug/Castle.MonoRail.WindsorIntegration.pdb
R
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/obj/Release/Castle.MonoRail.WindsorIntegration.csproj.FileListAbsolute.txt
A lib/Mono.Cecil.dll
A src/Castle.MonoRail.Cecil/Castle.MonoRail.Cecil.fsproj
A src/Castle.MonoRail.Cecil/DescriptorBuilder.fs
A src/Castle.MonoRail.Cecil/Script.fsx
A src/Castle.MonoRail.Cecil/Script2.fsx
M src/Castle.MonoRail.Tests/Mvc/Typed/ControllerDescriptorBuilderTestCase.cs
M
src/Castle.MonoRail.Tests/Mvc/Typed/ReflectionBasedControllerProviderTestCase.cs
M src/Castle.MonoRail/Mvc/Typed/ControllerDescriptorBuilder.cs
M src/Castle.MonoRail/Mvc/Typed/ParameterDescriptor.cs
M src/Castle.MonoRail/Mvc/Typed/Sinks/ActionExecutionSink.cs
A src/TestWebApp/Controller/Home10Controller.cs
A src/TestWebApp/Controller/Home11Controller.cs
A src/TestWebApp/Controller/Home12Controller.cs
A src/TestWebApp/Controller/Home13Controller.cs
A src/TestWebApp/Controller/Home14Controller.cs
A src/TestWebApp/Controller/Home15Controller.cs
A src/TestWebApp/Controller/Home16Controller.cs
A src/TestWebApp/Controller/Home17Controller.cs
A src/TestWebApp/Controller/Home18Controller.cs
A src/TestWebApp/Controller/Home19Controller.cs
A src/TestWebApp/Controller/Home20Controller.cs
A src/TestWebApp/Controller/Home2Controller.cs
A src/TestWebApp/Controller/Home3Controller.cs
A src/TestWebApp/Controller/Home4Controller.cs
A src/TestWebApp/Controller/Home5Controller.cs
A src/TestWebApp/Controller/Home6Controller.cs
A src/TestWebApp/Controller/Home7Controller.cs
A src/TestWebApp/Controller/Home8Controller.cs
A src/TestWebApp/Controller/Home9Controller.cs
M src/TestWebApp/TestWebApp.csproj
Log Message:
-----------
Added Cecil/f# as descriptor builders
--
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.