Skip to content

08.00.00 RC 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@WillStrohl WillStrohl released this 15 Dec 21:40
· 1454 commits to dev since this release
02485e1

The Official Community Forums Module for DNN CMS


IMPORTANT!!! This is a Release Candidate (RC). Please do not use this installation/upgrade package for any production websites of any kind. This release is not supported and is only provided for test purposes, to allow others to test their websites first.


IMPORTANT: Upgrade Notes

The release notes will follow, below these important notes.

NEW CSS Loading Order

CSS loading has been improved to deliver robust CSS both within the module, across all themes, and then theme-specific with a custom override.

New Community Forum's CSS Load order:

  • ~/DesktopModules/ActiveForums/module.css (already existing)
  • ~/DesktopModules/ActiveForums/themes/themes.css (new name and CSS content / used across all themes)
  • ~/DesktopModules/ActiveForums/themes/_currenttheme_/theme{.min}.css (already existing / new name). Can now have a .min.css variant.
  • ~/DesktopModules/ActiveForums/themes/_currenttheme_/custom/theme{.min}.css (new) has been updated. Can now have a .min.css variant.

Orphaned Web.Config Update

If you have previously installed the Community Forums module --and its URL rewriter in order to use friendly URLs-- that process inserted the attribute runAllManagedModulesForAllRequests="true" into the <configuration><system.webServer><modules> tag in the main web.config.

Per Microsoft documentation, this attribute is obsolete if you are running IIS 7 (plus a patch), or IIS 8+.

Since you may have other modules that require it, we have chosen to NOT remove it automatically. If you have no other modules that require it, you many remove it manually.

Release Notes

What's to follow are all of the relevant updates that have occurred during the development cycle of the 8.0 release.

If you wish to see all of the development work (including updates related to internal testing), you can view the 8.0 milestone in GitHub.

08.00.00 RC 2 (NOT FOR PRODUCTION!)

New Features & Enhancements

Bug Fixes

Tasks / Development Updates (and Technical Debt)