Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure page css #4500

Merged
merged 5 commits into from
Feb 23, 2021
Merged

Azure page css #4500

merged 5 commits into from
Feb 23, 2021

Conversation

msant7
Copy link
Contributor

@msant7 msant7 commented Feb 17, 2021

Fixes #4499

Summary

  1. To support Page Stylesheets stored in AzureFolderProvider (and others). Attempt to get the Page Stylesheet from the FolderProvider first. If it exists with an external url, then include the css in a page header link. If not, include through ClientResourceMananger (current way)
  2. Add CSS contenttype to FileContentTypeManager.cs and Database Lists of type 'ContentTypes'. If this doesn't exist .css will be uploaded as 'application/octet-stream' and browsers won't use it as a css file.

Copy link
Contributor

@bdukes bdukes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@bdukes bdukes added this to the 9.9.1 milestone Feb 17, 2021
msant7 and others added 3 commits February 22, 2021 06:04
…9.09.01.SqlDataProvider

Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
…9.09.01.SqlDataProvider

Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
Copy link
Contributor

@bdukes bdukes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks!

@mitchelsellers mitchelsellers merged commit 9db0746 into dnnsoftware:develop Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Page Style Sheet can not be used with AzureFolderProvider
3 participants