Releases: DNNCommunity/Dnn.CommunityForums
08.01.02
The Official Community Forums Module for DNN CMS
IMPORTANT: Upgrade Notes
The release notes will follow, below these important notes.
New Bootstrap 4 & 5 Forum Theme
Please be sure to test this and report any issues you may find. It's a brand-new feature!
When you use the community-default
or the community-bootstrap
Theme, make sure to set the Avatar size to 250 x 250 pixels in the Module Settings.
Also, please note that this version of the community-bootstrap
theme will not work with Bootstrap 3 and/or the DNN Xcillion theme.
New Languages Added!
Dutch already had a language pack, but now there are language packs for German, French, Spanish, and Italian. They were generated though, so we could use your help from the community to make sure the translations are indeed accurate.
We recommend that you use Peter Donker's translation software (below) to make things easier for you.
- Blog: A Central Hub for Language Packs, by Peter Donker
- Download: DNN Translator
- Related Pull Request: Add Azure Cognitive Services (Microsoft Translator v3) as a Translation Service
Upgrading? Reindex Your Search
There have been significant updates in the way the forums module integrates with the DNN search engine. This includes a handful of bug fixes. It's important to reindex your DNN search as soon as possible after the upgrade.
NEW CSS Loading Order (since 8.0)
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 (since 8.0)
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 this release.
If you wish to see all of the development work (including updates related to internal testing), you can view the milestone for this release in GitHub.
08.01.02
New Features & Enhancements
- UPDATE: Make sure Filtered Topics dropdown text is visible on mobile (Issue 959, thanks @Timo-Breumelhof!)
Bug Fixes
- BUG: After Update to 8.1.1 Visited / Read forums icons not reflecting actual status anymore. (#973, thanks @johnhenley!)
- BUG: Email notifications being sent for topics that have not cleared moderation (#971 , thanks @johnhenley!)
- BUG: Redirect after editing a post comment (#962 , thanks @johnhenley!)
- BUG: Clicking Save in forum control panel restores default security when forum is not inheriting security from group (#964, thanks @johnhenley!)
Tasks / Development Updates (and Technical Debt)
- None at this time.
08.01.01
The Official Community Forums Module for DNN CMS
IMPORTANT: Upgrade Notes
The release notes will follow, below these important notes.
New Bootstrap 4 & 5 Forum Theme
Please be sure to test this and report any issues you may find. It's a brand-new feature!
When you use the community-default
or the community-bootstrap
Theme, make sure to set the Avatar size to 250 x 250 pixels in the Module Settings.
Also, please note that this version of the community-bootstrap
theme will not work with Bootstrap 3 and/or the DNN Xcillion theme.
New Languages Added!
Dutch already had a language pack, but now there are language packs for German, French, Spanish, and Italian. They were generated though, so we could use your help from the community to make sure the translations are indeed accurate.
We recommend that you use Peter Donker's translation software (below) to make things easier for you.
- Blog: A Central Hub for Language Packs, by Peter Donker
- Download: DNN Translator
- Related Pull Request: Add Azure Cognitive Services (Microsoft Translator v3) as a Translation Service
Upgrading? Reindex Your Search
There have been significant updates in the way the forums module integrates with the DNN search engine. This includes a handful of bug fixes. It's important to reindex your DNN search as soon as possible after the upgrade.
NEW CSS Loading Order (since 8.0)
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 (since 8.0)
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 this release.
If you wish to see all of the development work (including updates related to internal testing), you can view the milestone for this release in GitHub.
08.01.01
New Features & Enhancements
- UPDATE: No Longer Listing Informative Posts as "Unanswered" (Issue 946, thanks @johnhenley!)
- UPDATE: Added Headings to Filtered Topic Overviews (Issue 949, thanks @johnhenley!)
- UPDATE: Added 'Add Reply' Buttons on Top of TopicsView (Issue 941, thanks @johnhenley!)
- UPDATE: Added Alignment for 'Next' in the community-default Forum Theme (Issue 934, thanks @Timo-Breumelhof!)
Bug Fixes
- BUG:
[DISPLAYNAME]
Not Included in Email Notifications (Issue 923, thanks @johnhenley!) - BUG: Resolved Alignment Issues in the Active Topics Filtered List (Issue 948, thanks @johnhenley!)
- BUG: Resolved Issue Attempting to Mark Topic as Answered (Issue 945, thanks @johnhenley!)
- BUG: Added Cache Keys to Resolve Topic Paging Issues (Issue 933, thanks @johnhenley!)
- BUG: Moderation Email Not Sent if Disapproving a New Topic (Issue 938, thanks @johnhenley!)
Tasks / Development Updates (and Technical Debt)
- None at this time.
08.01.00
The Official Community Forums Module for DNN CMS
IMPORTANT: Upgrade Notes
The release notes will follow, below these important notes.
New Bootstrap 4 & 5 Forum Theme
Please be sure to test this and report any issues you may find. It's a brand-new feature!
When you use the community-default
or the community-bootstrap
Theme, make sure to set the Avatar size to 250 x 250 pixels in the Module Settings.
Also, please note that this version of the community-bootstrap
theme will not work with Bootstrap 3 and/or the DNN Xcillion theme.
New Languages Added!
Dutch already had a language pack, but now there are language packs for German, French, Spanish, and Italian. They were generated though, so we could use your help from the community to make sure the translations are indeed accurate.
We recommend that you use Peter Donker's translation software (below) to make things easier for you.
- Blog: A Central Hub for Language Packs, by Peter Donker
- Download: DNN Translator
- Related Pull Request: Add Azure Cognitive Services (Microsoft Translator v3) as a Translation Service
Upgrading? Reindex Your Search
There have been significant updates in the way the forums module integrates with the DNN search engine. This includes a handful of bug fixes. It's important to reindex your DNN search as soon as possible after the upgrade.
NEW CSS Loading Order (since 8.0)
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 (since 8.0)
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 this release.
If you wish to see all of the development work (including updates related to internal testing), you can view the milestone for this release in GitHub.
08.01.00
New Features & Enhancements
- NEW: Adds a new Bootstrap 4 &; 5 theme/template for the forum (Issue #734, thanks @Timo-Breumelhof!)
- NEW: A new process queue has been added to offload front-end page loads from running backend logic (Issue #376, thanks @johnhenley!)
- NEW: Now able to independently inherit security settings into forums from the forum group (Issue #611, thanks @johnhenley!)
- NEW: Added a button to allow a person to easily subscribe to all of the forums (Issue #593, thanks @johnhenley!)
- NEW: Major enhancements made to how the module caches data (Issue #724, thanks @johnhenley!)
- NEW: Adds 'ban user' options to forum moderation (Pull #800, thanks @johnhenley!)
- NEW: Adds Announcements and Unresolved topic views to the toolbar (Issue #701, thanks @johnhenley!)
- NEW: Add subscriber counts to topics / topic view in Bootstrap Template (Issue #707, thanks @Timo-Breumelhof!)
- NEW: Added language pack files to support German (Pull #811, thanks @johnhenley!)
- Thank you so much to Michael Tobisch (@MaiklT) for checking this language pack!
- NEW: Added language pack files to support French (Pull #812, thanks @johnhenley!)
- Thank you so much to Daniel Valadas (@valadas) for checking this language pack!
- NEW: Added language pack files to support Spanish (Pull #813, thanks @johnhenley!)
- Thank you so much to Vicenç Masanas (@vmasanas) for checking this language pack!
- NEW: Added language pack files to support Italian (Pull #814, thanks @johnhenley!)
- UPDATED: Updated language pack files to support Dutch (Pull #815, thanks @johnhenley!)
- UPDATE: Improved moderator notifications when banning a user account (Issue #721, thanks @johnhenley!)
- UPDATE: Adds support for
[GROUPNAME]
&[FORUMGROUPID]
tokens in the[GROUP]
section in ForumView (Pull #795, thanks @johnhenley!) - UPDATE: Numerous usability improvements to Mark as Answer features (Issue #400, thanks @johnhenley!)
- UPDATE: Added subscriber counts to topics / topic view in community-default theme (Pull #706, thanks @johnhenley!)
- UPDATE: Replace
NavigateUrl()
with anINavigationManager
implementation (Issue #378, thanks @johnhenley!) - UPDATE: Removed the now legacy mail options from the view (all notifications now use the forums mail queue) (Issue #635, thanks @johnhenley!)
- USABILITY: Change
Filters
in the toolbar toFiltered Topics
(Pulls 810, thanks @johnhenley!) - USABILITY: Numerous improvements to the overall experience when working with topic ratings (Issue 398, thanks @johnhenley!)
- USABILITY: Moderator actions were not styled as buttons (Issue #661, thanks @johnhenley!)
- USABILITY: Adds the ability for end-users to change which forums they're looking at (Issue #703, thanks @johnhenley!)
- USABILITY: Replaced login message with a login link for unauthenticated users (Issue #781, thanks @johnhenley!)
- USABILITY: Updated confusing verbiage when subscribing/unsubscribing to/from a topic (Issue #756, thanks @johnhenley!)
- USABILITY: Moving post while moderating required scrolling to see the move dialog (Issue #679, thanks @johnhenley!)
- USABILITY: Topic reply & reply editor improvements to labels (Issue #717, thanks @johnhenley!)
- USABILITY: Improved experience when attempting to view 'unanswered' forum threads (Issue #660, thanks @johnhenley!)
- USABILITY: Show current Theme when editing Templates (Issue #569, thanks @johnhenley!)
- USABILITY: Add link in Control Panel forum editor to quickly go to parent Forum/Forum Group (Issue #669, thanks @johnhenley!)
Bug Fixes
- UPDATE: Added the missing control panel toolbar to the My Settings view (Issue #686, thanks @johnhenley!)
- UPDATE: Resolved several bugs when splitting a topic (Issue #780, thanks @johnhenley!)
- UPDATE: Topic Subscribe/Quick Reply Subscribe checkboxes have different labels (Issue #649, thanks @johnhenley!)
- BUG: Site Search returning incomplete URLs when using Friendly URLs (Issue #643, thanks @johnhenley!)
- BUG: Forum topics not included in DNN search results for unauthenticated users (Issue #808, thanks @johnhenley!)
- BUG: Now any related journal items are also removed when banning a user (Issue #741, thanks @johnhenley!)
- BUG: Improved user workflow when deleting a topic with no replies (Issue #390, thanks @johnhenley!)
- BUG: NullReferenceException when saving module settings on upgraded sites (Issue #774, thanks @johnhenley!)
- BUG: Avatar alignment was wrong in Bootstrap 5 themes (Issue #791, thanks @Timo-Breumelhof!)
- BUG: Alignment display issues in Bootstrap 5 themes for sub-forums (Issue #805, thanks @Timo-Breumelhof!)
- BUG: Borders were inconsistent in Bootstrap 5 themes (Issue #803, thanks @Timo-Breumelhof!)
- BUG: Forum collapse doesn't work in a Bootstrap 5 theme (Issue #788, thanks @Timo-Breumelhof!)
- BUG: Quick reply layout incorrect in Bootstrap 5 themes (Issue #789, thanks @Timo-Breumelhof!)
- BUG: Error occurs when attempting to delete a post from the Activity Feed (Issue #798, thanks @johnhenley!)
- BUG: Fixed friendly URLs for the latest posts in the Forums View (Pull #794, thanks @johnhenley!)
- BUG: Next topic button incorrectly aligned in Bootstrap 5 themes (Issue #786, thanks @Timo-Breumelhof!)
- BUG: Quick Reply not posting (correct) ReplyId to Process Queue (Pull #782, thanks @johnhenley!)
- BUG: Resolved data retrieval issues with search results (Pull #770, thanks @johnhenley!)
- BUG: TopicsSubscriber view has extra whitespace (Issue #772, thanks @Timo-Breumelhof!)
- BUG: Resolves several display issues with the default theme/template (Issue #764, thanks @Timo-Breumelhof!)
- BUG: Properly aligning the Subscription options in the default theme/template (Issue #765, thanks @Timo-Breumelhof!)
- BUG: TopicView template uses a class
fa-prev-next
, while this should have beendcf-prev-next
(Issue #742, thanks @Timo-Breumelhof!) - BUG: Resolves several display issues in the new Bootstrap theme/template (Issue #762, thanks @Timo-Breumelhof!)
- BUG: Changed
activeforums_EmailNotificationQueueId
(identity) column fromint
tobigint
/long
to prevent possible overflow (Pull #758, thanks @johnhenley!) - BUG: Resolved a 'null' value for PortalSettings when...
08.01.00 RC 2
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 Bootstrap 4 & 5 Forum Theme
Please be sure to test this and report any issues you may find. It's a brand-new feature!
If you are using a Bootstrap 3 theme - including DNN Xcilliin - use the community-default
theme rather than the community-bootstrap
theme
New Languages Added!
Dutch already had a language pack, but now there are language packs for German, French, Spanish, and Italian. They were generated though, so we could use your help from the community to make sure the translations are indeed accurate.
We recommend that you use Peter Donker's translation software (below) to make things easier for you.
- Blog: A Central Hub for Language Packs, by Peter Donker
- Download: DNN Translator
- Related Pull Request: Add Azure Cognitive Services (Microsoft Translator v3) as a Translation Service
Upgrading? Reindex Your Search
There have been significant updates in the way the forums module integrates with the DNN search engine. This includes a handful of bug fixes. It's important to reindex your DNN search as soon as possible after the upgrade.
NEW CSS Loading Order (since 8.0)
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 (since 8.0)
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 this release.
If you wish to see all of the development work (including updates related to internal testing), you can view the milestone for this release in GitHub.
08.01.00 RC 2 (NOT FOR PRODUCTION!)
New Features & Enhancements
- NEW: Adds a new Bootstrap 4 &; 5 theme/template for the forum (Issue #734, thanks @Timo-Breumelhof!)
- NEW: A new process queue has been added to offload front-end page loads from running backend logic (Issue #376, thanks @johnhenley!)
- NEW: Now able to independently inherit security settings into forums from the forum group (Issue #611, thanks @johnhenley!)
- NEW: Added a button to allow a person to easily subscribe to all of the forums (Issue #593, thanks @johnhenley!)
- NEW: Major enhancements made to how the module caches data (Issue #724, thanks @johnhenley!)
- NEW: Adds 'ban user' options to forum moderation (Pull #800, thanks @johnhenley!)
- NEW: Adds Announcements and Unresolved topic views to the toolbar (Issue #701, thanks @johnhenley!)
- NEW: Add subscriber counts to topics / topic view in Bootstrap Template (Issue #707, thanks @Timo-Breumelhof!)
- NEW: Added language pack files to support German (Pull #811, thanks @johnhenley!)
- Thank you so much to Michael Tobisch (@MaiklT) for checking this language pack!
- NEW: Added language pack files to support French (Pull #812, thanks @johnhenley!)
- Thank you so much to Daniel Valadas (@valadas) for checking this language pack!
- NEW: Added language pack files to support Spanish (Pull #813, thanks @johnhenley!)
- Thank you so much to Vicenç Masanas (@vmasanas) for checking this language pack!
- NEW: Added language pack files to support Italian (Pull #814, thanks @johnhenley!)
- UPDATED: Updated language pack files to support Dutch (Pull #815, thanks @johnhenley!)
- UPDATE: Improved moderator notifications when banning a user account (Issue #721, thanks @johnhenley!)
- UPDATE: Adds support for
[GROUPNAME]
&[FORUMGROUPID]
tokens in the[GROUP]
section in ForumView (Pull #795, thanks @johnhenley!) - UPDATE: Numerous usability improvements to Mark as Answer features (Issue #400, thanks @johnhenley!)
- UPDATE: Added subscriber counts to topics / topic view in community-default theme (Pull #706, thanks @johnhenley!)
- UPDATE: Replace
NavigateUrl()
with anINavigationManager
implementation (Issue #378, thanks @johnhenley!) - UPDATE: Removed the now legacy mail options from the view (all notifications now use the forums mail queue) (Issue #635, thanks @johnhenley!)
- USABILITY: Change
Filters
in the toolbar toFiltered Topics
(Pulls 810, thanks @johnhenley!) - USABILITY: Numerous improvements to the overall experience when working with topic ratings (Issue 398, thanks @johnhenley!)
- USABILITY: Moderator actions were not styled as buttons (Issue #661, thanks @johnhenley!)
- USABILITY: Adds the ability for end-users to change which forums they're looking at (Issue #703, thanks @johnhenley!)
- USABILITY: Replaced login message with a login link for unauthenticated users (Issue #781, thanks @johnhenley!)
- USABILITY: Updated confusing verbiage when subscribing/unsubscribing to/from a topic (Issue #756, thanks @johnhenley!)
- USABILITY: Moving post while moderating required scrolling to see the move dialog (Issue #679, thanks @johnhenley!)
- USABILITY: Topic reply & reply editor improvements to labels (Issue #717, thanks @johnhenley!)
- USABILITY: Improved experience when attempting to view 'unanswered' forum threads (Issue #660, thanks @johnhenley!)
- USABILITY: Show current Theme when editing Templates (Issue #569, thanks @johnhenley!)
- USABILITY: Add link in Control Panel forum editor to quickly go to parent Forum/Forum Group (Issue #669, thanks @johnhenley!)
Bug Fixes
- UPDATE: Added the missing control panel toolbar to the My Settings view (Issue #686, thanks @johnhenley!)
- UPDATE: Resolved several bugs when splitting a topic (Issue #780, thanks @johnhenley!)
- UPDATE: Topic Subscribe/Quick Reply Subscribe checkboxes have different labels (Issue #649, thanks @johnhenley!)
- BUG: Site Search returning incomplete URLs when using Friendly URLs (Issue #643, thanks @johnhenley!)
- BUG: Forum topics not included in DNN search results for unauthenticated users (Issue #808, thanks @johnhenley!)
- BUG: Now any related journal items are also removed when banning a user (Issue #741, thanks @johnhenley!)
- BUG: Improved user workflow when deleting a topic with no replies (Issue #390, thanks @johnhenley!)
- BUG: NullReferenceException when saving module settings on upgraded sites (Issue #774, thanks @johnhenley!)
- BUG: Avatar alignment was wrong in Bootstrap 5 themes (Issue #791, thanks @Timo-Breumelhof!)
- BUG: Alignment display issues in Bootstrap 5 themes for sub-forums (Issue #805, thanks @Timo-Breumelhof!)
- BUG: Borders were inconsistent in Bootstrap 5 themes (Issue #803, thanks @Timo-Breumelhof!)
- BUG: Forum collapse doesn't work in a Bootstrap 5 theme (Issue #788, thanks @Timo-Breumelhof!)
- BUG: Quick reply layout incorrect in Bootstrap 5 themes (Issue #789, thanks @Timo-Breumelhof!)
- BUG: Error occurs when attempting to delete a post from the Activity Feed (Issue #798, thanks @johnhenley!)
- BUG: Fixed friendly URLs for the latest posts in the Forums View (Pull #794, thanks @johnhenley!)
- BUG: Next topic button incorrectly aligned in Bootstrap 5 themes (Issue #786, thanks @Timo-Breumelhof!)
- BUG: Quick Reply not posting (correct) ReplyId to Process Queue (Pull #782, thanks @johnhenley!)
- BUG: Resolved data retrieval issues with search results (Pull #770, thanks @johnhenley!)
- BUG: TopicsSubscriber view has extra whitespace (Issue #772, thanks @Timo-Breumelhof!)
- BUG: Resolves several display issues with the default theme/template (Issue #764, thanks @Timo-Breumelhof!)
- BUG: Properly aligning the Subscription options in the default theme/template (Issue #765, thanks @Timo-Breumelhof!)
- BUG: TopicView template uses a class
fa-prev-next
, while this should have beendcf-prev-next
(Issue #742, thanks @Timo-Breumelhof!) - BUG: Resolves several display issues in the new Bootstrap theme/template (Issue #762, thanks @Timo-Breumelhof!)
- BUG: Changed `activeforums_EmailNotification...
08.01.00 RC 1
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 Bootstrap 4 & 5 Forum Theme
Please be sure to test this and report any issues you may find. It's a brand-new feature!
If you are using a Bootstrap 3 theme - including DNN Xcilliin - use the community-default
theme rather than the community-bootstrap
theme
New Languages Added!
Dutch already had a language pack, but now there are language packs for German, French, Spanish, and Italian. They were generated though, so we could use your help from the community to make sure the translations are indeed accurate.
We recommend that you use Peter Donker's translation software (below) to make things easier for you.
- Blog: A Central Hub for Language Packs, by Peter Donker
- Download: DNN Translator
- Related Pull Request: Add Azure Cognitive Services (Microsoft Translator v3) as a Translation Service
Upgrading? Reindex Your Search
There have been significant updates in the way the forums module integrates with the DNN search engine. This includes a handful of bug fixes. It's important to reindex your DNN search as soon as possible after the upgrade.
NEW CSS Loading Order (since 8.0)
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 (since 8.0)
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 this release.
If you wish to see all of the development work (including updates related to internal testing), you can view the milestone for this release in GitHub.
08.01.00 RC 1 (NOT FOR PRODUCTION!)
New Features & Enhancements
- NEW: Adds a new Bootstrap 4 &; 5 theme/template for the forum (Issue #734, thanks @Timo-Breumelhof!)
- NEW: A new process queue has been added to offload front-end page loads from running backend logic (Issue #376, thanks @johnhenley!)
- NEW: Now able to independently inherit security settings into forums from the forum group (Issue #611, thanks @johnhenley!)
- NEW: Added a button to allow a person to easily subscribe to all of the forums (Issue #593, thanks @johnhenley!)
- NEW: Major enhancements made to how the module caches data (Issue #724, thanks @johnhenley!)
- NEW: Adds 'ban user' options to forum moderation (Pull #800, thanks @johnhenley!)
- NEW: Adds Announcements and Unresolved topic views to the toolbar (Issue #701, thanks @johnhenley!)
- NEW: Add subscriber counts to topics / topic view in Bootstrap Template (Issue #707, thanks @Timo-Breumelhof!)
- NEW: Added language pack files to support German (Pull #811, thanks @johnhenley!)
- NEW: Added language pack files to support French (Pull #812, thanks @johnhenley!)
- NEW: Added language pack files to support Spanish (Pull #813, thanks @johnhenley!)
- NEW: Added language pack files to support Italian (Pull #814, thanks @johnhenley!)
- UPDATED: Updated language pack files to support Dutch (Pull #815, thanks @johnhenley!)
- UPDATE: Improved moderator notifications when banning a user account (Issue #721, thanks @johnhenley!)
- UPDATE: Adds support for
[GROUPNAME]
&[FORUMGROUPID]
tokens in the[GROUP]
section in ForumView (Pull #795, thanks @johnhenley!) - UPDATE: Numerous usability improvements to Mark as Answer features (Issue #400, thanks @johnhenley!)
- UPDATE: Added subscriber counts to topics / topic view in community-default theme (Pull #706, thanks @johnhenley!)
- UPDATE: Replace
NavigateUrl()
with anINavigationManager
implementation (Issue #378, thanks @johnhenley!) - UPDATE: Removed the now legacy mail options from the view (all notifications now use the forums mail queue) (Issue #635, thanks @johnhenley!)
- USABILITY: Change
Filters
in the toolbar toFiltered Topics
(Pulls 810, thanks @johnhenley!) - USABILITY: Numerous improvements to the overall experience when working with topic ratings (Issue 398, thanks @johnhenley!)
- USABILITY: Moderator actions were not styled as buttons (Issue #661, thanks @johnhenley!)
- USABILITY: Adds the ability for end-users to change which forums they're looking at (Issue #703, thanks @johnhenley!)
- USABILITY: Replaced login message with a login link for unauthenticated users (Issue #781, thanks @johnhenley!)
- USABILITY: Updated confusing verbiage when subscribing/unsubscribing to/from a topic (Issue #756, thanks @johnhenley!)
- USABILITY: Moving post while moderating required scrolling to see the move dialog (Issue #679, thanks @johnhenley!)
- USABILITY: Topic reply & reply editor improvements to labels (Issue #717, thanks @johnhenley!)
- USABILITY: Improved experience when attempting to view 'unanswered' forum threads (Issue #660, thanks @johnhenley!)
- USABILITY: Show current Theme when editing Templates (Issue #569, thanks @johnhenley!)
- USABILITY: Add link in Control Panel forum editor to quickly go to parent Forum/Forum Group (Issue #669, thanks @johnhenley!)
Bug Fixes
- UPDATE: Added the missing control panel toolbar to the My Settings view (Issue #686, thanks @johnhenley!)
- UPDATE: Resolved several bugs when splitting a topic (Issue #780, thanks @johnhenley!)
- UPDATE: Topic Subscribe/Quick Reply Subscribe checkboxes have different labels (Issue #649, thanks @johnhenley!)
- BUG: Site Search returning incomplete URLs when using Friendly URLs (Issue #643, thanks @johnhenley!)
- BUG: Forum topics not included in DNN search results for unauthenticated users (Issue #808, thanks @johnhenley!)
- BUG: Now any related journal items are also removed when banning a user (Issue #741, thanks @johnhenley!)
- BUG: Improved user workflow when deleting a topic with no replies (Issue #390, thanks @johnhenley!)
- BUG: NullReferenceException when saving module settings on upgraded sites (Issue #774, thanks @johnhenley!)
- BUG: Avatar alignment was wrong in Bootstrap 5 themes (Issue #791, thanks @Timo-Breumelhof!)
- BUG: Alignment display issues in Bootstrap 5 themes for sub-forums (Issue #805, thanks @Timo-Breumelhof!)
- BUG: Borders were inconsistent in Bootstrap 5 themes (Issue #803, thanks @Timo-Breumelhof!)
- BUG: Forum collapse doesn't work in a Bootstrap 5 theme (Issue #788, thanks @Timo-Breumelhof!)
- BUG: Quick reply layout incorrect in Bootstrap 5 themes (Issue #789, thanks @Timo-Breumelhof!)
- BUG: Error occurs when attempting to delete a post from the Activity Feed (Issue #798, thanks @johnhenley!)
- BUG: Fixed friendly URLs for the latest posts in the Forums View (Pull #794, thanks @johnhenley!)
- BUG: Next topic button incorrectly aligned in Bootstrap 5 themes (Issue #786, thanks @Timo-Breumelhof!)
- BUG: Quick Reply not posting (correct) ReplyId to Process Queue (Pull #782, thanks @johnhenley!)
- BUG: Resolved data retrieval issues with search results (Pull #770, thanks @johnhenley!)
- BUG: TopicsSubscriber view has extra whitespace (Issue #772, thanks @Timo-Breumelhof!)
- BUG: Resolves several display issues with the default theme/template (Issue #764, thanks @Timo-Breumelhof!)
- BUG: Properly aligning the Subscription options in the default theme/template (Issue #765, thanks @Timo-Breumelhof!)
- BUG: TopicView template uses a class
fa-prev-next
, while this should have beendcf-prev-next
(Issue #742, thanks @Timo-Breumelhof!) - BUG: Resolves several display issues in the new Bootstrap theme/template (Issue #762, thanks @Timo-Breumelhof!)
- BUG: Changed
activeforums_EmailNotificationQueueId
(identity) column fromint
tobigint
/long
to prevent possible overflow (Pull #758, thanks @johnhenley!) - BUG: Resolved a 'null' value for PortalSettings when search crawling (Issue #754, thanks @johnhenley!)
- BUG: Default Community theme uses an incorrect
dcf-topic-content
CSS class (Issue #732, thanks @Timo-Breumelhof!...
08.00.01
The Official Community Forums Module for DNN CMS
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
08.00.01
New Features & Enhancements
- None at this time.
Bug Fixes
- FIXED: FIXED: Quick Reply > Submit Button Missing for the Legacy Theme (Issue 641, thanks @johnhenley!)
- FIXED: Flood Interval Not Working on Quick Reply (Issue 639, thanks @johnhenley!)
Tasks / Development Updates (and Technical Debt)
- None at this time.
08.00.00
The Official Community Forums Module for DNN CMS
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
New Features & Enhancements
- NEW: Rebranded Active Forums to Community Forums (Issue 280, thanks @johnhenley & @WillStrohl & @Timo-Breumelhof!)
- NEW: Updated the template engine to store templates in the file system instead of the database (Issue 227, thanks @johnhenley!)
- NEW: Raised minimum supported DNN version from 9.4 to 9.9 (Issue 374, thanks @WillStrohl!)
- NEW: Created a new Community Forums module logo (Issue 401, thanks @Timo-Breumelhof!)
- NEW: Added ability to Ban user accounts from the forums ([Issue 165, thanks @johnhenley!)
- NEW: Added
<Ctrl>
+<Enter>
keyboard shortcut to submit quick replies (Issue 502, thanks @johnhenley!) - NEW: Lots of caching updates for less database reads and overall performance improvements (Issue 258, thanks @johnhenley!)
- NEW: Theme engine now includes minified & maximized
theme.css
(Issue 65, thanks @Timo-Breumelhof!) - NEW: Default themes included with & without Bootstrap dependencies (Issue 501, thanks @Timo-Breumelhof!)
- NEW: Loads a minified theme CSS if exists & fallback to maximized if it doesn't (Issue 600, thanks @johnhenley!)
- NEW: Added a custom folder & instructional
README.md
for theme developers (Issue 604, thanks @Timo-Breumelhof!) - NEW: Modernized the collapse icons in the Topic Editor (Issue 602, thanks @johnhenley!)
- NEW: Installs & uses a local instance of FontAwesome for a newly included icon library (Issue 556, thanks @johnhenley!)
- NEW: Updated community details on the initialization view (Issue 519, thanks @johnhenley!)
- NEW: Updated the module branding & info in the control panel to help newer forum administrators (Issue 490, thanks @Timo-Breumelhof & @johnhenley!)
- NEW: Added view options for
Most Liked
&Most Replies
forum filters (Issue 420, thanks @johnhenley!) - NEW: Added localizable headers to the forum listing grid for the
Ratings
&Status
columns (Issue 476, thanks @johnhenley!) - NEW: Added a
dnn-community-forums
wrapper class for easier styling and theming (Issue 449, thanks @Timo-Breumelhof!) - NEW: Added a project
README
and Code of Conduct (Issue 372, thanks @WillStrohl!) - UPDATE: Moved hard-coded quick reply HTML to a theme file (Issue 348, thanks @johnhenley!)
- UPDATE: Stop setting
runAllManagedModulesForAllRequests
on the<modules>
tag in theweb.config
(Issue 439, thanks @johnhenley!) - UPDATE: Improved usability of quick reply on mobile devices (Issue 305, thanks @Timo-Breumelhof!)
- UPDATE: Improved usability of quick search (Issue 577, thanks @Timo-Breumelhof!)
- UPDATE: Improved usability of toolbar icons (Issue 550, thanks @Timo-Breumelhof!)
- UPDATE: Replaced iconography of Next & Previous topic navigation (Issue 522, thanks @Timo-Breumelhof!)
- UPDATE: Improved usability of control panel navigational links (Issue 570, thanks @Timo-Breumelhof!)
- UPDATE: Improved design & usability of the original (legacy) forum theme for v8.0 compatibility (Issue 547, thanks @Timo-Breumelhof!)
- UPDATE: Improved usability of topic collapse/expand iconography (Issue 471, thanks @johnhenley!)
- UPDATE: Marked the module as not shareable, due to not fully supporting IPortable & multi-portal (yet) (Issue 530, thanks @johnhenley!)
- UPDATE: Improved usability of topic & forum subscription text/links (Issue 523, thanks @johnhenley!)
- UPDATE: Updated titles to use headers for consistent theming (Issue 457, thanks @johnhenley!)
- UPDATE: Implemented a deliberate CSS loading order for stability & easier theming (Issue 228, thanks @johnhenley!)
- UPDATE: Improved usability for forum subscription checkboxes (Issue 300, thanks @johnhenley!)
Bug Fixes
- FIXED: Friendly URL detection can report false positives (Issue 336, thanks @johnhenley!)
- FIXED: Bundled CSS files won't load using the Client Resource Manager (Issue 609, thanks @johnhenley!)
- FIXED: Quick reply button position & design (Issue 491, thanks @Timo-Breumelhof!)
- FIXED: Close previous button emits HTML into the page (Issue 557, thanks @Timo-Breumelhof!)
- FIXED: Resolved exception generated by viewing the control panel (Issue 539, thanks @johnhenley!)
- FIXED: Moving a topic does not move the subscription to the topic (Issue 537, thanks @johnhenley!)
- FIXED: Only send one email if subscribed to the topic & forum (Issue 419, thanks @johnhenley!)
- FIXED: Advanced search title is not wrapped in an element (Issue 481, thanks @Timo-Breumelhof!)
- FIXED: Added v07.00.12 to the upgrade version list in the manifest to ensure friendly URLs are updated (Issue 447, thanks @johnhenley!)
- FIXED: Unable to move forums in the control panel when a forum has been deleted (Issue 254, thanks @johnhenley!)
- FIXED: Resolved HTTP 404 errors with topic icons in the control panel (Issue 437, thanks @johnhenley!)
- FIXED: Paging not working when forum doesn't inherit group settings (Issue 425, thanks @johnhenley!)
- FIXED: Rest API endpoints ...
08.00.00 RC 2
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
- NEW: Rebranded Active Forums to Community Forums (Issue 280, thanks @johnhenley & @WillStrohl & @Timo-Breumelhof!)
- NEW: Updated the template engine to store templates in the file system instead of the database (Issue 227, thanks @johnhenley!)
- NEW: Raised minimum supported DNN version from 9.4 to 9.9 (Issue 374, thanks @WillStrohl!)
- NEW: Created a new Community Forums module logo (Issue 401, thanks @Timo-Breumelhof!)
- NEW: Added ability to Ban user accounts from the forums ([Issue 165, thanks @johnhenley!)
- NEW: Added
<Ctrl>
+<Enter>
keyboard shortcut to submit quick replies (Issue 502, thanks @johnhenley!) - NEW: Lots of caching updates for less database reads and overall performance improvements (Issue 258, thanks @johnhenley!)
- NEW: Theme engine now includes minified & maximized
theme.css
(Issue 65, thanks @Timo-Breumelhof!) - NEW: Default themes included with & without Bootstrap dependencies (Issue 501, thanks @Timo-Breumelhof!)
- NEW: Loads a minified theme CSS if exists & fallback to maximized if it doesn't (Issue 600, thanks @johnhenley!)
- NEW: Added a custom folder & instructional
README.md
for theme developers (Issue 604, thanks @Timo-Breumelhof!) - NEW: Modernized the collapse icons in the Topic Editor (Issue 602, thanks @johnhenley!)
- NEW: Installs & uses a local instance of FontAwesome for a newly included icon library (Issue 556, thanks @johnhenley!)
- NEW: Updated community details on the initialization view (Issue 519, thanks @johnhenley!)
- NEW: Updated the module branding & info in the control panel to help newer forum administrators (Issue 490, thanks @Timo-Breumelhof & @johnhenley!)
- NEW: Added view options for
Most Liked
&Most Replies
forum filters (Issue 420, thanks @johnhenley!) - NEW: Added localizable headers to the forum listing grid for the
Ratings
&Status
columns (Issue 476, thanks @johnhenley!) - NEW: Added a
dnn-community-forums
wrapper class for easier styling and theming (Issue 449, thanks @Timo-Breumelhof!) - NEW: Added a project
README
and Code of Conduct (Issue 372, thanks @WillStrohl!) - UPDATE: Moved hard-coded quick reply HTML to a theme file (Issue 348, thanks @johnhenley!)
- UPDATE: Stop setting
runAllManagedModulesForAllRequests
on the<modules>
tag in theweb.config
(Issue 439, thanks @johnhenley!) - UPDATE: Improved usability of quick reply on mobile devices (Issue 305, thanks @Timo-Breumelhof!)
- UPDATE: Improved usability of quick search (Issue 577, thanks @Timo-Breumelhof!)
- UPDATE: Improved usability of toolbar icons (Issue 550, thanks @Timo-Breumelhof!)
- UPDATE: Replaced iconography of Next & Previous topic navigation (Issue 522, thanks @Timo-Breumelhof!)
- UPDATE: Improved usability of control panel navigational links (Issue 570, thanks @Timo-Breumelhof!)
- UPDATE: Improved design & usability of the original (legacy) forum theme for v8.0 compatibility (Issue 547, thanks @Timo-Breumelhof!)
- UPDATE: Improved usability of topic collapse/expand iconography (Issue 471, thanks @johnhenley!)
- UPDATE: Marked the module as not shareable, due to not fully supporting IPortable & multi-portal (yet) (Issue 530, thanks @johnhenley!)
- UPDATE: Improved usability of topic & forum subscription text/links (Issue 523, thanks @johnhenley!)
- UPDATE: Updated titles to use headers for consistent theming (Issue 457, thanks @johnhenley!)
- UPDATE: Implemented a deliberate CSS loading order for stability & easier theming (Issue 228, thanks @johnhenley!)
- UPDATE: Improved usability for forum subscription checkboxes (Issue 300, thanks @johnhenley!)
Bug Fixes
- FIXED: Friendly URL detection can report false positives (Issue 336, thanks @johnhenley!)
- FIXED: Bundled CSS files won't load using the Client Resource Manager (Issue 609, thanks @johnhenley!)
- FIXED: Quick reply button position & design (Issue 491, thanks @Timo-Breumelhof!)
- FIXED: Close previous button emits HTML into the page (Issue 557, thanks @Timo-Breumelhof!)
- FIXED: Resolved exception generated by viewing the control panel (Issue 539, thanks @johnhenley!)
- FIXED: Moving a topic does not move the subscription to the topic (Issue 537, thanks @johnhenley!)
- FIXED: Only send one email if subscribed to the topic & forum (Issue 419, thanks @johnhenley!)
- FIXED: Advanced search title is not wrapped in an element (Issue 481, thanks @Timo-Breumelhof!)
- FIXED: Added v07.00.12 to the upgrade version list in the manifest to ensure friendly URLs are updated (Issue 447, thanks @johnhenley!)
- FIXED: Unable to move forums in the control panel when a forum has been deleted (Issue 254, thanks @johnhenley!)
- FIXED: Resolved HTTP 404 errors with topic icons in the control panel ([Issue 437](https...
08.00.00 RC 1
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 1 (NOT FOR PRODUCTION!)
New Features & Enhancements
- NEW: Rebranded Active Forums to Community Forums (Issue 280, thanks @johnhenley & @WillStrohl & @Timo-Breumelhof!)
- NEW: Updated the template engine to store templates in the file system instead of the database (Issue 227, thanks @johnhenley!)
- NEW: Raised minimum supported DNN version from 9.4 to 9.9 (Issue 374, thanks @WillStrohl!)
- NEW: Created a new Community Forums module logo (Issue 401, thanks @Timo-Breumelhof!)
- NEW: Added ability to Ban user accounts from the forums ([Issue 165, thanks @johnhenley!)
- NEW: Added
<Ctrl>
+<Enter>
keyboard shortcut to submit quick replies (Issue 502, thanks @johnhenley!) - NEW: Lots of caching updates for less database reads and overall performance improvements (Issue 258, thanks @johnhenley!)
- NEW: Theme engine now includes minified & maximized
theme.css
(Issue 65, thanks @Timo-Breumelhof!) - NEW: Default themes included with & without Bootstrap dependencies (Issue 501, thanks @Timo-Breumelhof!)
- NEW: Loads a minified theme CSS if exists & fallback to maximized if it doesn't (Issue 600, thanks @johnhenley!)
- NEW: Added a custom folder & instructional
README.md
for theme developers (Issue 604, thanks @Timo-Breumelhof!) - NEW: Modernized the collapse icons in the Topic Editor (Issue 602, thanks @johnhenley!)
- NEW: Installs & uses a local instance of FontAwesome for a newly included icon library (Issue 556, thanks @johnhenley!)
- NEW: Updated community details on the initialization view (Issue 519, thanks @johnhenley!)
- NEW: Updated the module branding & info in the control panel to help newer forum administrators (Issue 490, thanks @Timo-Breumelhof & @johnhenley!)
- NEW: Added view options for
Most Liked
&Most Replies
forum filters (Issue 420, thanks @johnhenley!) - NEW: Added localizable headers to the forum listing grid for the
Ratings
&Status
columns (Issue 476, thanks @johnhenley!) - NEW: Added a
dnn-community-forums
wrapper class for easier styling and theming (Issue 449, thanks @Timo-Breumelhof!) - NEW: Added a project
README
and Code of Conduct (Issue 372, thanks @WillStrohl!) - UPDATE: Moved hard-coded quick reply HTML to a theme file (Issue 348, thanks @johnhenley!)
- UPDATE: Stop setting
runAllManagedModulesForAllRequests
on the<modules>
tag in theweb.config
(Issue 439, thanks @johnhenley!) - UPDATE: Improved usability of quick reply on mobile devices (Issue 305, thanks @Timo-Breumelhof!)
- UPDATE: Improved usability of quick search (Issue 577, thanks @Timo-Breumelhof!)
- UPDATE: Improved usability of toolbar icons (Issue 550, thanks @Timo-Breumelhof!)
- UPDATE: Replaced iconography of Next & Previous topic navigation (Issue 522, thanks @Timo-Breumelhof!)
- UPDATE: Improved usability of control panel navigational links (Issue 570, thanks @Timo-Breumelhof!)
- UPDATE: Improved design & usability of the original (legacy) forum theme for v8.0 compatibility (Issue 547, thanks @Timo-Breumelhof!)
- UPDATE: Improved usability of topic collapse/expand iconography (Issue 471, thanks @johnhenley!)
- UPDATE: Marked the module as not shareable, due to not fully supporting IPortable & multi-portal (yet) (Issue 530, thanks @johnhenley!)
- UPDATE: Improved usability of topic & forum subscription text/links (Issue 523, thanks @johnhenley!)
- UPDATE: Updated titles to use headers for consistent theming (Issue 457, thanks @johnhenley!)
- UPDATE: Implemented a deliberate CSS loading order for stability & easier theming (Issue 228, thanks @johnhenley!)
- UPDATE: Improved usability for forum subscription checkboxes (Issue 300, thanks @johnhenley!)
Bug Fixes
- FIXED: Friendly URL detection can report false positives (Issue 336, thanks @johnhenley!)
- FIXED: Bundled CSS files won't load using the Client Resource Manager (Issue 609, thanks @johnhenley!)
- FIXED: Quick reply button position & design (Issue 491, thanks @Timo-Breumelhof!)
- FIXED: Close previous button emits HTML into the page (Issue 557, thanks @Timo-Breumelhof!)
- FIXED: Resolved exception generated by viewing the control panel (Issue 539, thanks @johnhenley!)
- FIXED: Moving a topic does not move the subscription to the topic (Issue 537, thanks @johnhenley!)
- FIXED: Only send one email if subscribed to the topic & forum (Issue 419, thanks @johnhenley!)
- FIXED: Advanced search title is not wrapped in an element (Issue 481, thanks @Timo-Breumelhof!)
- FIXED: Added v07.00.12 to the upgrade version list in the manifest to ensure friendly URLs are updated (Issue 447, thanks @johnhenley!)
- FIXED: Unable to move forums in the control panel when a forum has been deleted (Issue 254, thanks @johnhenley!)
- FIXED: Resolved HTTP 404 errors with topic icons in the control panel ([Issue 437](https...
07.00.12
Community Forums 07.00.12
Features/Bug Fixes/Enhancements
- NEW: Performance Improvements for New Posts (PR 311, thanks @johnhenley!)
- BUG: Fills in Missing Friendly URLs on Topics Where it is Missing (Issue 345, thanks @johnhenley!)
- BUG: Incorrect Friendly URL When Including Jump To TopicID (Issue 346, thanks @johnhenley!)
- BUG: Friendly URLs Not Working In Some Personal Views (Issue 294, thanks @johnhenley!)
- BUG: Control Panel Doesn't Appear When Selected from Viewer Module (Issue 357, thanks @johnhenley!)
- TASK: Clean-up the Project File (PR 351, thanks, @johnhenley!)