Releases: DNNCommunity/DNN.Blog
06.00.07
Highlights:
- Enhancement: Option to show management panel on child modules
- Fix: Changed SPROC and code to ensure the right people are notified of pending comments. (CP-24018)
- Fix: Fix to have notification actions authentication assume the right module id so these will work from the messaging center (CP-24019)
- Fix: Fix to issue in categories in a post that will not save when no categories and no tags selected
06.00.06
Highlights:
Fix: Fixed calendar displaying 01-01-0001 on blog calendar when logged in as admin (CP-23925)
Fix: Removed 100% display width for HTML editor in edit screen (CP-23971)
Fix: Fixed categories issue where category control disappears in ViewSettings after a postback
Fix: Fixed localization in local templates (Pull-8)
Fix: Fixed several issues with RSS feed to make it more compatible with RSS readers (GH-12)
Fix: Fix to module copy code which prevented it from working before (CP-24007)
Fix: Fix to edit post so that locale is not written to the database as an empty string but as null as it should be
Note: if you're migrating your DNN site with an old blog module to Azure, make sure to upgrade to Blog 6.x first. New installs of the blog module work just fine on Azure
06.00.05
Highlights:
- Fix: Small fix to RSS author field
- Fix: Fix to make publishing as blog owner work as it should
- Enhancement: Added JS Safe protection to resx token replace logic
- Fix: Correction to display logic to make sure new posts show up immediately
- Enhancement: Modification of page title now configurable per module instance
- Enhancement: You can now select multiple categories to show for a specific module instance
06.00.04
Highlights
- Switched to Colorbox as lightbox plugin for default template as Fancybox was out of date and has switched to a non-commercial license
- Fix to image handler so it will include mime-type in response
- Include plain text author in feed RSS and not just the default RSS 2 fashion
- Resolved issues with downloading old posts and post categories in WLW
- Fixed width issues on a number of admin screen text boxes
06.00.03
Highlights
- Fix/workaround to service scripts in light of breaking changes/bug in DNN 7.2.0
- Fix to feed logic that caused some feed cache files to not be correct XML
- Fix to revent two blog modules on the page accidentally showing the same content
- Making sure that a notification is sent when a comment has been reported
06.00.02
06.00.01
06.00.01 Release
This is the first bugfix release of the new v6 blog module. These are the changes:
- Added some robustness in v5-v6 scripts to cater for some rare upgrade scenarios
- Changed the name of the module definition to avoid clash with Evoq Social
- Addition of sitemap provider
06.00.00
Overview
A completely rewritten Blog module. Main (new) features include:
- Presentation based on HTML templates
- Full multilingual capabilities
- All permissions set per blog
- Windows Live Writer integration
- BlogML import and export
- Add image for each post and each blog
- Threaded commenting
- Leverages friendly url provider
- Simplified UI through several key buttons
- Implementation of new WebAPI services means many functions can be reached with JS
A more in depth discussion and background to this release can be found here:
http://www.dnnsoftware.com/community-blog/cid/154908/Blog-Module-Reborn
Instructions
- Minimum DNN version: 07.00.04
- Backup your installation before upgrading an existing blog module and test success!
- Read the installation manual for details
05.00.00
Version 5.0.0 - Final
This version of the module requires DotNetNuke Core 6.2 or greater.
FYI: Developers should be aware that the module uses Visual Studio 2010 only.
Release Highlights:
- Corrected blog comment sorting problem.
- 20228 - Integrated with the core Journal API.
- 20789, 21988 - wired in fix submitted by J Sheely around blank author names.
- 20210 - Updated manifest to 5.0 format (from 3.0).
- Automated packaging and made project structure more inline with other DotNetNuke modules and projects.
- Converted module to use DNN 6 form pattern (also removed h1, h2 and font-family styling from module.css).
- Changed all jQuery registration to use proper core methods (now loads jQuery UI too).
- Offloaded most script and css loading to Client Dependency Framework.
- 20211 - Integrated core taxonomy & folksonomy.
- Implemented tagging controls and styling form Q&A module.
- 19321 - Updated Page Meta information in several views, so the title, description and keywords associated with the 'page' are much more accurate than before (before, we used core page info).
- Added Open Graph Protocol Support to several views.
- Made comment time stamps use friendly date format (x hours/days ago).
- 20935 - Corrected column drop bug seen in upgrades to 4.1.0.
- Updated CookComputing.XmlRpcV2.dll
- Added new social sharing option, big 4 only, same as it was done in Q&A.
- Replaced custom tag cloud with Rad Tag Cloud (and now wired into core folksonomy).
- 21730, 20946 - Changed how blog post counts are calculated (for display in blog list).
- 22459 - Now showing comment link and count to unauthenticated users.
- 21252 - Cleaned up HTML and CSS in normal user views (changed from table layout to divs, removed unnecessary styling, moved archive out into its own file).
- Replaced dnn tree view (for category selection) with Telerik Treeview.
- 20215 - Removed ShareBadge Pro and added option for AddThis (which allows complete customization), in addition to big 4 I already added.
- Added user image and profile link to blog description, added author profile section to entry view.
- Corrected TimeZone problems and module is now based on user profile settings (not a per blog setting).
- 19021, 20865 - Added support for "Ghost Writer" via a new module permission as well as "Blogger" permissions.
- Disabled partial rendering throught all parts of the module (minus settings, core standard). All previous 'benefits' are now handled client-side (show, hide, etc.) with less overhead and trips to the server.
- Reduced the number of module definitions and exposed the same functionality through existing pieces, also took a similar approach and simplified per blog (and module level) settings.
- Added paging support to the module (initial 'home' view doesn't display any paging, by design).
- Corrected problems found in Azure installs, also tested module's basic usage in Azure.
- Removed 'recent entries' module definition. The same functionality (even more advanced than what was available) is provided today using the Journal and Journal type filters (a similar approach is being taken with comments).
- Added sitemap provider (not available for use in beta out of box).
- Made archive blog part operate in 1 of 2 modes (calendar or list, instead of both in one module).