Branch: refs/heads/master
Home: https://github.com/castleproject/Castle.MonoRail3
Commit: 54c5accbb35de33aed9b8857832a13c032d5eb1b
https://github.com/castleproject/Castle.MonoRail3/commit/54c5accbb35de33aed9b8857832a13c032d5eb1b
Author: hconceicao <[email protected]>
Date: 2010-11-25 (Thu, 25 Nov 2010)
Changed paths:
R
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/bin/Debug/Castle.MonoRail.MefIntegration.dll
R
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/bin/Debug/Castle.MonoRail.MefIntegration.pdb
R
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/obj/Debug/Castle.MonoRail.MefIntegration.csproj.FileListAbsolute.txt
R
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/obj/Debug/Castle.MonoRail.MefIntegration.dll
R
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/obj/Debug/Castle.MonoRail.MefIntegration.pdb
R
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/obj/Release/Castle.MonoRail.MefIntegration.csproj.FileListAbsolute.txt
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
Log Message:
-----------
deleted integrations
Commit: c08bf41808d1fea959798aa3d5119d829ceae489
https://github.com/castleproject/Castle.MonoRail3/commit/c08bf41808d1fea959798aa3d5119d829ceae489
Author: hconceicao <[email protected]>
Date: 2010-11-25 (Thu, 25 Nov 2010)
Changed paths:
R src/Castle.MonoRail/Mvc/Typed/IActionExecutionSink.cs
R src/Castle.MonoRail/Mvc/Typed/IActionResolutionSink.cs
R src/Castle.MonoRail/Mvc/Typed/IActionResultSink.cs
R src/Castle.MonoRail/Mvc/Typed/IAuthorizationSink.cs
R src/Castle.MonoRail/Mvc/Typed/IControllerExecutionSink.cs
R src/Castle.MonoRail/Mvc/Typed/IPreActionExecutionSink.cs
M src/Castle.MonoRail/Mvc/Typed/ReflectionBasedControllerProvider.cs
A src/Castle.MonoRail/Mvc/Typed/Sinks/IActionExecutionSink.cs
A src/Castle.MonoRail/Mvc/Typed/Sinks/IActionResolutionSink.cs
A src/Castle.MonoRail/Mvc/Typed/Sinks/IActionResultSink.cs
A src/Castle.MonoRail/Mvc/Typed/Sinks/IAuthorizationSink.cs
A src/Castle.MonoRail/Mvc/Typed/Sinks/IControllerExecutionSink.cs
A src/Castle.MonoRail/Mvc/Typed/Sinks/IPreActionExecutionSink.cs
M src/TestWebApp/Controller/HomeController.cs
Log Message:
-----------
moved sinks to its namespace
Commit: 6cbf31403c48549c7a7647325925f5befab9335e
https://github.com/castleproject/Castle.MonoRail3/commit/6cbf31403c48549c7a7647325925f5befab9335e
Author: hconceicao <[email protected]>
Date: 2010-11-25 (Thu, 25 Nov 2010)
Changed paths:
M src/Castle.MonoRail.Tests/Mvc/ComposableMvcHandlerTestCase.cs
M src/Castle.MonoRail/Castle.MonoRail.csproj
M src/Castle.MonoRail/Hosting/Internal/ContainerManager.cs
M src/Castle.MonoRail/Hosting/Internal/MefExtensions.cs
M src/Castle.MonoRail/Mvc/ComposableMvcHandler.cs
Log Message:
-----------
fixed handler ut
Commit: 3911e5eaf7b13befca641ff9aff22ee1e7e93876
https://github.com/castleproject/Castle.MonoRail3/commit/3911e5eaf7b13befca641ff9aff22ee1e7e93876
Author: hconceicao <[email protected]>
Date: 2010-11-26 (Fri, 26 Nov 2010)
Changed paths:
M src/Castle.MonoRail.Tests/Mvc/Typed/ActionExecutionSinkTestCase.cs
M src/Castle.MonoRail/Mvc/Typed/Sinks/ActionExecutionSink.cs
Log Message:
-----------
binding http and controller context
Commit: ee755274e8bca9e8bae1657105b9b34c4e74f33e
https://github.com/castleproject/Castle.MonoRail3/commit/ee755274e8bca9e8bae1657105b9b34c4e74f33e
Author: hconceicao <[email protected]>
Date: 2010-11-26 (Fri, 26 Nov 2010)
Changed paths:
M src/Castle.MonoRail.Tests/Castle.MonoRail.Tests.csproj
R src/Castle.MonoRail.Tests/Mvc/Typed/ActionExecutionSinkTestCase.cs
R src/Castle.MonoRail.Tests/Mvc/Typed/ActionResolutionSinkTestCase.cs
R src/Castle.MonoRail.Tests/Mvc/Typed/ActionResultExecutionSinkTestCase.cs
A src/Castle.MonoRail.Tests/Mvc/Typed/Sinks/ActionExecutionSinkTestCase.cs
A src/Castle.MonoRail.Tests/Mvc/Typed/Sinks/ActionResolutionSinkTestCase.cs
A
src/Castle.MonoRail.Tests/Mvc/Typed/Sinks/ActionResultExecutionSinkTestCase.cs
Log Message:
-----------
moving ut to reflect the namespace changes
Commit: 0558c5e529a1422db594505c92b46d0f5a543061
https://github.com/castleproject/Castle.MonoRail3/commit/0558c5e529a1422db594505c92b46d0f5a543061
Author: hconceicao <[email protected]>
Date: 2010-11-26 (Fri, 26 Nov 2010)
Changed paths:
A lib/Microsoft.Web.Infrastructure.dll
A lib/System.Web.Helpers.dll
A lib/System.Web.Razor.dll
A lib/System.Web.WebPages.Razor.dll
A lib/System.Web.WebPages.dll
A src/Castle.MonoRail.ViewEngines.Razor/AssemblyLevelSettings.cs
M
src/Castle.MonoRail.ViewEngines.Razor/Castle.MonoRail.ViewEngines.Razor.csproj
M src/Castle.MonoRail.ViewEngines.Razor/RazorView.cs
M src/Castle.MonoRail/AssemblyLevelSettings.cs
M src/Castle.MonoRail/Mvc/ControllerContext.cs
M src/Castle.MonoRail/Mvc/ViewEngines/ViewContext.cs
M src/Castle.MonoRail/ViewResult.cs
M src/TestWebApp/Controller/HomeController.cs
M src/TestWebApp/Model/Issue.cs
M src/TestWebApp/TestWebApp.csproj
R src/TestWebApp/Views/Home/index.aspx
A src/TestWebApp/Views/Home/index.cshtml
R src/TestWebApp/Views/Home/view.aspx
A src/TestWebApp/Views/Home/view.cshtml
A src/TestWebApp/Views/Shared/default.cshtml
Log Message:
-----------
missing razor dependecies and views
Commit: 0ff996d2af9f265d003a88d50e5fc2bea6478333
https://github.com/castleproject/Castle.MonoRail3/commit/0ff996d2af9f265d003a88d50e5fc2bea6478333
Author: hconceicao <[email protected]>
Date: 2010-11-26 (Fri, 26 Nov 2010)
Changed paths:
M src/Castle.MonoRail.ViewEngines.Razor/IViewPage.cs
M src/Castle.MonoRail.ViewEngines.Razor/RazorView.cs
M src/Castle.MonoRail.ViewEngines.Razor/WebViewPage.cs
M src/TestWebApp/Controller/HomeController.cs
M src/TestWebApp/TestWebApp.csproj
M src/TestWebApp/Views/Home/index.cshtml
M src/TestWebApp/Views/Home/view.cshtml
Log Message:
-----------
explicited the model on the razor views
Commit: 5ae07b163b96191bdd841ed807f4749697636fa9
https://github.com/castleproject/Castle.MonoRail3/commit/5ae07b163b96191bdd841ed807f4749697636fa9
Author: hconceicao <[email protected]>
Date: 2010-11-26 (Fri, 26 Nov 2010)
Changed paths:
M Castle.MonoRail.sln
A lib/Castle.Windsor.dll
A lib/Castle.Windsor.pdb
A lib/Castle.Windsor.xml
M src/Castle.MonoRail.Tests/Mvc/PipelineRunnerTestCase.cs
A
src/Castle.MonoRail.WindsorIntegration/Castle.MonoRail.WindsorIntegration.csproj
A src/Castle.MonoRail.WindsorIntegration/WindsorControllerProvider.cs
M src/Castle.MonoRail/Mvc/ComposableMvcHandler.cs
M src/Castle.MonoRail/Mvc/PipelineRunner.cs
M src/Castle.MonoRail/Mvc/Typed/ReflectionBasedControllerProvider.cs
M src/Castle.MonoRail/Mvc/Typed/TypedControllerExecutorProvider.cs
M src/Castle.MonoRail/Primitives/Mvc/DataContainer.cs
A src/TestWebApp/Controller/CategoryController.cs
M src/TestWebApp/Controller/IssuesController.cs
M src/TestWebApp/Global.asax.cs
A src/TestWebApp/Model/Category.cs
M src/TestWebApp/TestWebApp.csproj
A src/TestWebApp/Views/Category/index.cshtml
Log Message:
-----------
windsor integration
Commit: 5b3c79c5f081e52309356687c500f0b764192466
https://github.com/castleproject/Castle.MonoRail3/commit/5b3c79c5f081e52309356687c500f0b764192466
Author: hconceicao <[email protected]>
Date: 2010-11-26 (Fri, 26 Nov 2010)
Changed paths:
M src/Castle.MonoRail.Tests/Castle.MonoRail.Tests.csproj
A src/Castle.MonoRail.Tests/Mvc/Typed/DataBindAttributeTestCase.cs
M src/Castle.MonoRail.Tests/Mvc/Typed/MethodInfoActionDescriptorTestCase.cs
M src/Castle.MonoRail.Tests/Mvc/Typed/Sinks/ActionExecutionSinkTestCase.cs
A src/Castle.MonoRail.Tests/Mvc/Typed/User.cs
M src/Castle.MonoRail/Castle.MonoRail.csproj
A src/Castle.MonoRail/Mvc/Typed/DataBindAttribute.cs
M src/Castle.MonoRail/Mvc/Typed/MethodInfoActionDescriptor.cs
M src/Castle.MonoRail/Mvc/Typed/ParameterDescriptor.cs
A src/Castle.MonoRail/Primitives/Mvc/IActionParameterBinder.cs
Log Message:
-----------
introduced IActionParamBinder and the DataBinderAttr
Commit: 62481bcba6406d59df4baad6f35b10398f8236a6
https://github.com/castleproject/Castle.MonoRail3/commit/62481bcba6406d59df4baad6f35b10398f8236a6
Author: hconceicao <[email protected]>
Date: 2010-11-26 (Fri, 26 Nov 2010)
Changed paths:
M src/Castle.MonoRail.Tests/Mvc/Typed/Sinks/ActionExecutionSinkTestCase.cs
M src/Castle.MonoRail/Mvc/Typed/MethodInfoActionDescriptor.cs
M src/Castle.MonoRail/Mvc/Typed/ParameterDescriptor.cs
M src/Castle.MonoRail/Mvc/Typed/Sinks/ActionExecutionSink.cs
Log Message:
-----------
included the custom binding (IActionParamBinder) on the sink
Commit: a1a50ca80176ebded92331d68e7db417c652c243
https://github.com/castleproject/Castle.MonoRail3/commit/a1a50ca80176ebded92331d68e7db417c652c243
Author: hconceicao <[email protected]>
Date: 2010-11-26 (Fri, 26 Nov 2010)
Changed paths:
M src/TestWebApp/Controller/CategoryController.cs
M src/TestWebApp/Global.asax.cs
M src/TestWebApp/Model/Category.cs
M src/TestWebApp/Views/Category/index.cshtml
Log Message:
-----------
databinding sample
Commit: fff900750f5bf25fad57a8b6444928dc36f5dfab
https://github.com/castleproject/Castle.MonoRail3/commit/fff900750f5bf25fad57a8b6444928dc36f5dfab
Author: hconceicao <[email protected]>
Date: 2010-11-26 (Fri, 26 Nov 2010)
Changed paths:
M .gitignore
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.Tests/Mvc/Typed/MethodInfoActionDescriptorTestCase.cs
M
src/Castle.MonoRail.Tests/Mvc/Typed/ReflectionBasedControllerProviderTestCase.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.ViewEngines.Razor/AssemblyLevelSettings.cs
M src/Castle.MonoRail.ViewEngines.Razor/IViewPage.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
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/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/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/IControllerExecutionSink.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/ControllerMeta.cs
M src/Castle.MonoRail/Primitives/Mvc/ControllerProvider.cs
R src/Castle.MonoRail/Primitives/Mvc/DataContainer.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/IssueController.cs
M src/TestWebApp/Controller/IssuesController.cs
M src/TestWebApp/Global.asax.cs
M src/TestWebApp/Model/Issue.cs
M src/TestWebApp/Resources/IssueResource.cs
M src/TestWebApp/TestWebApp.csproj
M src/TestWebApp/Views/Category/index.cshtml
M src/TestWebApp/Views/Home/index.cshtml
A src/TestWebApp/Views/Issues/index.aspx
M src/TestWebApp/Views/Shared/default.cshtml
Log Message:
-----------
merged with master
--
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.