Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

NancyContext available everywhere #551

Merged
merged 15 commits into from
Mar 14, 2012

Commits on Mar 8, 2012

  1. 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
    thecodejunkie committed Mar 8, 2012
    Configuration menu
    Copy the full SHA
    1fbf532 View commit details
    Browse the repository at this point in the history
  2. Added NancyContext parameter to IViewLocator

    Also upadated the DefaultViewResolver so that is calls the current
    IViewLocator with the context of the current request
    thecodejunkie committed Mar 8, 2012
    Configuration menu
    Copy the full SHA
    01574a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2012

  1. Configuration menu
    Copy the full SHA
    40bca86 View commit details
    Browse the repository at this point in the history
  2. Passing along NancyContext to IRoutePatternMatcher

    Added a second parameter to the Match method and updated the
    DefaultRouteResolver to call the matcher with the context
    thecodejunkie committed Mar 9, 2012
    Configuration menu
    Copy the full SHA
    95a04eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7caf33 View commit details
    Browse the repository at this point in the history
  4. 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.
    thecodejunkie committed Mar 9, 2012
    Configuration menu
    Copy the full SHA
    1d4239c View commit details
    Browse the repository at this point in the history
  5. Updated FakeRoutePatternMatcherResultConfigurator

    It's now possible to set the Context property, of the fake
    pattern match response, using the configurator.
    thecodejunkie committed Mar 9, 2012
    Configuration menu
    Copy the full SHA
    8c608ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c010e59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    defeb4e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eef9e7e View commit details
    Browse the repository at this point in the history
  9. 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
    thecodejunkie committed Mar 9, 2012
    Configuration menu
    Copy the full SHA
    8d2fe69 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2012

  1. Updated IModelBinderLocator to accept the context

    The model binder adapter will not pass in the NancyContext, of the
    current request, into the IModelBinderLocator instances.
    thecodejunkie committed Mar 10, 2012
    Configuration menu
    Copy the full SHA
    a200d5e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2012

  1. Flipped a couple of public fields to private

    The engine and renderContext fields on HtmlHelper<TModel> were set to
    public. Big boo boo =)
    thecodejunkie committed Mar 11, 2012
    Configuration menu
    Copy the full SHA
    563aae1 View commit details
    Browse the repository at this point in the history
  2. Sorted out XML comments of IHtmlHelper<T> and impl

    Just a few random bits and bobs
    thecodejunkie committed Mar 11, 2012
    Configuration menu
    Copy the full SHA
    8f76b0e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2012

  1. Configuration menu
    Copy the full SHA
    f06ed0a View commit details
    Browse the repository at this point in the history