Releases: DNNCommunity/Dnn.CommunityForums
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!)
07.00.12 RC 3
Community Forums 07.00.12 (RC 3)
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.
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!)
07.00.12 RC 2
Community Forums 07.00.12 (RC 2)
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.
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!)
- TASK: Clean-up the Project File (PR 351, thanks, @johnhenley!)
07.00.12 RC 1
Community Forums 07.00.12 (RC 1)
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.
Features/Bug Fixes/Enhancements
- NEW: Performance Improvements for New Posts (PR 311, thanks @johnhenley!)
- BUG: Incorrect Friendly URL When Including Jump To TopicID (Issue 346, thanks @johnhenley!)
- TASK: Clean-up the Project File (PR 351, thanks, @johnhenley!)
07.00.11
Community Forums 07.00.11
Features/Bug Fixes/Enhancements
- NEW: Refactored Legacy Upgrade Code to Only Run at Module Start (Issue 298, thanks @johnhenley!)
- BUG: Like UI Image Does Not Update On-Click (Issue 169, thanks @johnhenley!)
- BUG: Flood Control Does Not Take Replies into Account (Issue 81, thanks @johnhenley!)
- BUG: Redirect Fails When Replying and Using the Friendly URL Rewriter (Issue 324, thanks @johnhenley!)
- BUG: Incorrect Links in Email Notifications When Using the URL Rewriter (Issue 322, thanks @johnhenley!)
- BUG: Resolved Inconsistent Friendly URL logic (Issue 326, thanks @johnhenley!)
- BUG: Bad Redirect When Replying and Using the Friendly URL Rewriter (Issue 324 cont'd, thanks @johnhenley!)
- BUG: Input for Avatar Width Size too Small (Issue 317, thanks @Timo-Breumelhof!)
- TASK: Refactor Legacy Upgrade Code (Issue 298, thanks @johnhenley!)
- TASK: Modernize Tokens Entities/Controllers (PR 297, thanks @johnhenley!)
- TASK: ModuleImagePath Path in Control Panel Resolved (PR 310, thanks @johnhenley!)
- TASK: 07.00.10 Upgrade fails when executing SQL for 07.00.05 (PR 321, thanks @johnhenley!)
- 07.00.11 Upgrade fails when executing SQL for 07.00.10 (PR 341, thanks @johnhenley!)
07.00.11 RC2
Community Forums 07.00.11 (RC 2)
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.
Features/Bug Fixes/Enhancements
- NEW: Refactored Legacy Upgrade Code to Only Run at Module Start (Issue 298, thanks @johnhenley!)
- BUG: Like UI Image Does Not Update On-Click (Issue 169, thanks @johnhenley!)
- BUG: Flood Control Does Not Take Replies into Account (Issue 81, thanks @johnhenley!)
- BUG: Redirect Fails When Replying and Using the Friendly URL Rewriter (Issue 324, thanks @johnhenley!)
- BUG: Incorrect Links in Email Notifications When Using the URL Rewriter (Issue 322, thanks @johnhenley!)
- BUG: Resolved Inconsistent Friendly URL logic (Issue 326, thanks @johnhenley!)
- BUG: Bad Redirect When Replying and Using the Friendly URL Rewriter (Issue 324 cont'd, thanks @johnhenley!)
- BUG: Input for Avatar Width Size too Small (Issue 317, thanks @Timo-Breumelhof!)
- TASK: Refactor Legacy Upgrade Code (Issue 298, thanks @johnhenley!)
- TASK: Modernize Tokens Entities/Controllers (PR 297, thanks @johnhenley!)
- TASK: ModuleImagePath Path in Control Panel Resolved (PR 310, thanks @johnhenley!)
- TASK: 07.00.10 Upgrade fails when executing SQL for 07.00.05 (PR 321, thanks @johnhenley!)
07.00.11 RC1
Community Forums 07.00.11 (RC 1)
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.
Features/Bug Fixes/Enhancements
- NEW: Refactored Legacy Upgrade Code to Only Run at Module Start (Issue 298, thanks @johnhenley!)
- BUG: Like UI Image Does Not Update On-Click (Issue 169, thanks @johnhenley!)
- BUG: Flood Control Does Not Take Replies into Account (Issue 81, thanks @johnhenley!)
- BUG: Redirect Fails When Replying and Using the Friendly URL Rewriter (Issue 324, thanks @johnhenley!)
- BUG: Incorrect Links in Email Notifications When Using the URL Rewriter (Issue 322, thanks @johnhenley!)
- BUG: Resolved Inconsistent Friendly URL logic (Issue 326, thanks @johnhenley!)
- BUG: Input for Avatar Width Size too Small (Issue 317, thanks @Timo-Breumelhof!)
- TASK: Refactor Legacy Upgrade Code (Issue 298, thanks @johnhenley!)
- TASK: Modernize Tokens Entities/Controllers (PR 297, thanks @johnhenley!)
- TASK: ModuleImagePath Path in Control Panel Resolved (PR 310, thanks @johnhenley!)
- TASK: 07.00.10 Upgrade fails when executing SQL for 07.00.05 (PR 321, thanks @johnhenley!)
07.00.10
Community Forums 07.00.10
Features/Bug Fixes/Enhancements
- NEW: Show subscriber counts in Forum, Topics, and Topic views [designers should review/update templates] (Issue 185, thanks @johnhenley!)
- NEW: Honor module cache settings when loading templates [used by designers] (Issue 155, thanks @johnhenley!)
- TASK: Moved Users Online backend to Web API (No Issue, thanks @johnhenley!)
- BUG: Resolved several minor build issues (No Issue, thanks @WillStrohl!)