Branch: refs/heads/master
Home: https://github.com/castleproject/Castle.MonoRail3
Commit: 72d98c3154136f323da65e5b50dd4da72f3c725d
https://github.com/castleproject/Castle.MonoRail3/commit/72d98c3154136f323da65e5b50dd4da72f3c725d
Author: hconceicao <[email protected]>
Date: 2010-11-22 (Mon, 22 Nov 2010)
Changed paths:
M src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/ActionExecutionSinkTestCase.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/ActionExecutionSink.cs
M src/Castle.MonoRail/Hosting/Mvc/Typed/ActionResolutionSink.cs
Log Message:
-----------
binding string values from routedata
Commit: 5b0187a0bfb90b7ee0fdfc39bb69b5b167d53e8c
https://github.com/castleproject/Castle.MonoRail3/commit/5b0187a0bfb90b7ee0fdfc39bb69b5b167d53e8c
Author: hconceicao <[email protected]>
Date: 2010-11-22 (Mon, 22 Nov 2010)
Changed paths:
A lib/Castle.Components.Binder.XML
A lib/Castle.Components.Binder.dll
A lib/Castle.Components.Binder.pdb
A lib/Castle.Components.Validator.dll
A lib/Castle.Components.Validator.pdb
A lib/Castle.Components.Validator.xml
A lib/Castle.Core.dll
A lib/Castle.Core.pdb
A lib/Castle.Core.xml
M src/Castle.MonoRail.Tests/Hosting/Mvc/Typed/ActionExecutionSinkTestCase.cs
M src/Castle.MonoRail/AssemblyLevelSettings.cs
M src/Castle.MonoRail/Castle.MonoRail.csproj
M src/Castle.MonoRail/Hosting/Mvc/Typed/ActionExecutionSink.cs
M src/TestWebApp/Controller/IssuesController.cs
Log Message:
-----------
plugged the Castle.Components.Databinder on the action method execution sink
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
--
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.