Create settings necessary for an MVC Pipeline - #7290
Conversation
Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
…/Dnn.Extensions/App_LocalResources/Extensions.resx Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
…/Dnn.Pages/App_LocalResources/Pages.resx Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
…/Dnn.SiteSettings/App_LocalResources/SiteSettings.resx Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
This reverts commit 9004c9c.
|
@donker is the current status of this PR that you're looking into unit test failures? |
|
Excuse me, but I'd like to ask if the MVC Pipeline concept is still being developed? |
Yes it is under review |
As Sacha mentioned yes, the current focus is on trying to get this into a state that we can review it for inclusion without introducing breaking changes to the larger DNN Platform install base. As you can see some of the feedback on this particular PR addresses, for example the proper location to introduce new features, or settings to do so in a manner that will not break prior installations, and also not add too much to the API Surface for long-term support. |
This PR creates the settings necessary for the MVC Pipeline. These are the following:
This is the first PR in a series of PRs that aim to build out the MVC Pipeline functionality in DNN. It targets a feature branch as all PRs will need to be in before this can be merged into the main branch of the project. The reason for a more granular approach to the PRs is to make them easier to verify for the reviewers.