First code submission for MVC Pipeline#6749
Open
donker wants to merge 271 commits into
Open
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Core Purpose
Introduces a new ASP.NET MVC-based rendering pipeline as an alternative to the traditional WebForms pipeline, allowing DNN to modernize its architecture while maintaining backward compatibility.
Key Features
Dual Pipeline Architecture:
Video showcase the general usage
Module Support:
More info about MVC Module Control Implementation
Razor+ Module Development Guide
How to compile Samples
Configuration:
More info about MVC pipeline (routing / settings)
New MVC Pipeline Projects
DotNetNuke.Web.MvcPipeline.csproj - New core MVC pipeline library
DDRMenu
Core Platform Projects
DotNetNuke.Library
DotNetNuke.Abstractions
DotNetNuke.Web.Mvc
HTML
Dnn.PersonaBar.UI
UI for pipeline settings in Site and Page Settings
DNNConnect.CKE
Skins/Aperture
Skin conversion guide
Website
AdminExperiance
This PR is a first submission of the work of the MVC Pipeline team to bring the main project up to date with what has been developed in a forked repo.
Documentation
MVC Module Control Implementation
MVC pipeline (routing / settings)
Razor Module Development Guide
How to compile Samples
DNN MVC Pipeline - Developer User Guide
Review Tasklist
1) Prerequirement, Build and packaging (9 folders, A: 2, M: 9)
2) Settings (portal, page, modules) (19 folders, A: 3, M: 29)
3) Rewriter (1 folders, A: 0, M: 1)
4) MvcPipeline (19 folders, A: 108, M: 0)
5) Website & Admin (17 folders, A: 23, M: 5)
6) HtmlEditorProviders (3 folders, A: 2, M: 2)
7) DDRMenu (4 folders, A: 2, M: 12)
8) HTML (8 folders, A: 19, M: 7)
9) Skins (6 folders, A: 17, M: 1)
Not distributed (not critical)
10) Samples (13 folders, A: 25, M: 7)
Can be moved to other PR (we can start only with Razor+)
11) SPA Modules Support (1 folders, A: 0, M: 4)
12) MVC Modules Support (5 folders, A: 0, M: 5)