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

Updated view location convention order #634

Merged

Commits on Jun 11, 2012

  1. Updated view location convention order

    The conventions will now use the most strict convention first and
    work its way back to the less strict one. The new order is
    
      - views/modulepath/viewname
      - views/modulename/viewname
      - modulepath/viewname
      - modulename/viewname
      - views/viewname
      - viewname
    
    This is a breaking change!
    thecodejunkie committed Jun 11, 2012
    Configuration menu
    Copy the full SHA
    448d858 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2012

  1. Updated modulePath based conventions

    They will not return an empty string if the modulepath is null or
    empty. When a convention returns an empty string then the convention
    is ignored by the DefaultViewResolver and the next convention is
    invoked instead
    thecodejunkie committed Jun 14, 2012
    Configuration menu
    Copy the full SHA
    d92d03b View commit details
    Browse the repository at this point in the history