-
Notifications
You must be signed in to change notification settings - Fork 1.5k
NancyContext available everywhere #551
NancyContext available everywhere #551
Commits on Mar 8, 2012
-
Added Context property on IRenderContext
This is a first step in the "Context Everywhere" update and will make it possible for us to access the context from inside views
Configuration menu - View commit details
-
Copy full SHA for 1fbf532 - Browse repository at this point
Copy the full SHA 1fbf532View commit details -
Added NancyContext parameter to IViewLocator
Also upadated the DefaultViewResolver so that is calls the current IViewLocator with the context of the current request
Configuration menu - View commit details
-
Copy full SHA for 01574a4 - Browse repository at this point
Copy the full SHA 01574a4View commit details
Commits on Mar 9, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 40bca86 - Browse repository at this point
Copy the full SHA 40bca86View commit details -
Passing along NancyContext to IRoutePatternMatcher
Added a second parameter to the Match method and updated the DefaultRouteResolver to call the matcher with the context
Configuration menu - View commit details
-
Copy full SHA for 95a04eb - Browse repository at this point
Copy the full SHA 95a04ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7caf33 - Browse repository at this point
Copy the full SHA b7caf33View commit details -
Added NancyContext to IRoutePatternMatcherResult
Also updated the DefaultRoutePatternMatcher so it passes in the correct context to the result. Also updated the FakeRoutePatternMatchResult type to have the new property.
Configuration menu - View commit details
-
Copy full SHA for 1d4239c - Browse repository at this point
Copy the full SHA 1d4239cView commit details -
Updated FakeRoutePatternMatcherResultConfigurator
It's now possible to set the Context property, of the fake pattern match response, using the configurator.
Configuration menu - View commit details
-
Copy full SHA for 8c608ff - Browse repository at this point
Copy the full SHA 8c608ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for c010e59 - Browse repository at this point
Copy the full SHA c010e59View commit details -
Configuration menu - View commit details
-
Copy full SHA for defeb4e - Browse repository at this point
Copy the full SHA defeb4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for eef9e7e - Browse repository at this point
Copy the full SHA eef9e7eView commit details -
Added NancyContext to HandelsStatusCode
The IErrorHandler.HandelsStatusCode method is now passed the current NancyContext instance when being invoked. Also updated the XML comment of the function + implementations
Configuration menu - View commit details
-
Copy full SHA for 8d2fe69 - Browse repository at this point
Copy the full SHA 8d2fe69View commit details
Commits on Mar 10, 2012
-
Updated IModelBinderLocator to accept the context
The model binder adapter will not pass in the NancyContext, of the current request, into the IModelBinderLocator instances.
Configuration menu - View commit details
-
Copy full SHA for a200d5e - Browse repository at this point
Copy the full SHA a200d5eView commit details
Commits on Mar 11, 2012
-
Flipped a couple of public fields to private
The engine and renderContext fields on HtmlHelper<TModel> were set to public. Big boo boo =)
Configuration menu - View commit details
-
Copy full SHA for 563aae1 - Browse repository at this point
Copy the full SHA 563aae1View commit details -
Sorted out XML comments of IHtmlHelper<T> and impl
Just a few random bits and bobs
Configuration menu - View commit details
-
Copy full SHA for 8f76b0e - Browse repository at this point
Copy the full SHA 8f76b0eView commit details
Commits on Mar 13, 2012
-
Configuration menu - View commit details
-
Copy full SHA for f06ed0a - Browse repository at this point
Copy the full SHA f06ed0aView commit details