Skip to content

Releases: dnnsoftware/Dnn.Platform

07.02.02 Release Notes

03 Mar 15:44
Compare
Choose a tag to compare

Major Highlights

  • fixed issue where Display Name was editable when when a Display Name format was specified
  • fixed issue with Portal Templates and modules that are configured to Display On All Pages
  • enhanced so that system confirmation is required when Unregistering a User Account
  • changed default module output caching provider from disk to memory
  • ensure that system modules are identified in the system so they cant be uninstalled
  • added a querystring parameter that allows you to hide the control panel
  • added a detailed message when deleting a page with child pages
  • added an alternate link with "hreflang" to sitemap.aspx for multilingual websites
  • disabled autocomplete on password strength controller
  • advanced search tags allow html/script and can break rendering
  • fixed issue where exceptions were thrown if old user profiles are missing during indexing
  • fixed Journal API to allow edited Comments to be liked
  • if a custom Register page is specified, prevent user from browsing to Register.aspx
  • fixed JavaScript error in Digital Asset Manager module in IE8
  • changed tokens in module creator templates so they do not show up as errors in Visual Studio
  • added a confirmation prompt when deleting modules from Page Management
  • fixed Site Management so you can filter by "ALL"
  • fixed thread safety issue in DotNetNuke.Common.Utilities.ImageUtils where _imgWidth and _imgHeight were statics
  • fixed link to app gallery
  • fixed ability to specify an Upload To location when uploading files
  • fixed issue with IconBar in DNN 7.2.0+
  • reduced scope of dnn.DropDownList.css
  • improved performance of Update Host Settings which caused too many cached objects to be removed
  • fixed Password Reset so that it is hidden after a duccessful entry
  • improved editing style for SQL Module
  • allow Default skins to be removed
  • fixed exception when Editing a registered user for the first time
  • allowed sub*sub menus to be accessible in default skin
  • optimized indexes on Eventlog Table
  • allow password banned list to be disabled
  • allow Page URLs to contain spaces
  • fixed numerous typos in resource files
  • optimized indexes on TabModules table
  • optimized indexes on Tabs table
  • optimized indexes on Permissions tables
  • fixed deny permissions for Folder
  • added ability to add new Folder Provider
  • fixed error so that non*members can join a Private Group
  • optimized logic of numerous stored procedures and views
  • allow a custom URL with different domain
  • allow host user to set max upload size
  • fixed issue when switchinf to layout mode on Site Settings page
  • allow CAPTCHA to be used on reset password page
  • fixed Profile Picture Handler to work in SSL Offloading configuration
  • enhanced DDR Menu to be Touch Friendly for Mobile and Tablets
  • added basic Robots.txt in root folder
  • fixed Password Retrieval issue
  • fixed issue where Language detection was not working with advanced URL management
  • fixed issue where IUpgradable did not fire from a Library type extension
  • enhanced file upload control to support folders with large volumes of files
  • enhanced file upload to be able to upload from URL
  • fixed issue where additional parameters passed as string array in NavigateURL() and EditUrl() are ignored
  • optimized search query sent to Lucene
  • enhancement to allow separate modules to use the same module definition name

NOTE: Official release packages can be downloaded from CodePlex.

07.02.01 Release Notes

03 Mar 15:35
Compare
Choose a tag to compare

Major Highlights

  • fixed issue where .dnn7 manifest was not being utilized in module installation process
  • fixed issue where restored user could not change his profile avatar
  • added .ashx to regex filter for Do Not Redirect rule in advanced url management
  • added various SQL database optimizations contributed by Sebastian Leupold
  • fixed issue with rich text editor in Newsletters in Firefox
  • fixed copy page so that all properties are copied
  • fixed UI issue when managing Authentication providers
  • fixed browser compatibility issue when managing Available Modules in Site Settings
  • fixed defaults of billing and trial values when adding security roles
  • added a 404 page to the blank site template
  • fixed issue where config element in module manifest throws errors when XML Merge script is in separate file
  • fixed terminology when changing password as Administrator
  • fixed Console module so that it ignores pages that are not intended to be included in the menu
  • fixed access control so that Deny permissions always ovveride Grant permissions
  • fixed access control so that Navigate permission can be denied
  • enhanced permissions grid so that full control specification can not be overridden for specific permissions
  • enhanced control panel so that Stay In Edit Mode option is always available
  • make application FIPS compliant
  • fixed issue preventing DAM from being used in Group mode
  • fixed javascript issue in DNNMenuProvider
  • fixed access control so that module level permissions are observed for all individualpermission types
  • disabled field validation when changing countries during registration
  • ModuleSettingsPresenterBased now instantiates ModuleSettings and TabModuleSettings
  • fixed exception when composing new message to user
  • GetUserRoles will now return an empty list if the user is not valid
  • made Group pending notification URLs absolute
  • allow a user using the Windows Live authentication provider to be a member of multiple portals
  • removed inline style in Logo skin object
  • fixed Member Directory issue where the same user is displayed multiple times
  • added stored procedure to prevent error when uninstalling dashboard extension
  • improved Newsletters so you can send to Social Groups as well as Security Roles
  • fixed issue where page with a future publish date can not be edited
  • allow a user to specify both a date and time for publishing in module settings
  • fixed issue where UserInfo object did not contain LastIPAddress
  • fixed Site Group behavior so that Site Settings are populated with current portal properties
  • improved performance of loading folders that contain a large volume of files
  • fixed scheduler so that Application_Start is recognized when using Request mode
  • fixed search by tag functionality
  • fixed Users Online so that it is thread-safe
  • enhancement so that Google Analytics does not track admin or host user activity
  • enhanced Test SMTP options so that it tells you who the email was sent from and to
  • fixed issue preventing the closing of the "Welcome to Your Installation" pop up
  • search crawler enhanced to include host pages
  • fixed issue causing SendMail to crash when sending blank value for to, cc or bcc
  • fixed user profile so that users can view their friends profile info if security is set to Friends
  • fixed Splash page behavior
  • fixed issues where updating a journal item was creating a new record instead of updating existing one
  • fixed issue where upgrading from an older version was not cleaning up auth systems, providers and optional modules
  • enhanced uploading new extension experience to show progress indicator
  • fixed issue where User could not reply to Message
  • added new host setting to optionally disable critical error reports displayed in page
  • fixed upgrade issue if previous version of module creator was installed
  • fixed an issue where user folders were not deleted when a user was deleted

NOTE: Official release packages can be downloaded from CodePlex.

07.02.00 Release Notes

03 Mar 15:31
Compare
Choose a tag to compare

What's New for 7.2.0

DNN 7.2.0 includes a number of new features and enhancements that will benefit users and developers alike along with a large number of bug fixes. Enhancements can be broadly broken down into two categories: 1) Application Features 2) Developer Features

Application Features

Responsive Design Skin

The Gravity skin was redesigned to use the Bootstrap framework which provides for a fully responsive design out of the box.

SQL Module

The SQL module has undergone a complete overhaul in 7.2.0 including a new editor and updated query results pane.

Module Creator

The DNN Module Creator has been incorporated directly into DNN making it easier than ever to get started writing your new DNN extension.

User Search

The DNN Search has been extended in 7.2.0 to include the ability to search users and user profiles (this feature is easily disabled for those who would prefer not to use it).

Developer Features

JavaScript Library Management

DNN 7.2.0 allows you to install JavaScript libraries as first party extensions. Once installed your module or skin can request that JavaScript library and the platform will automatically add the library into the page. The API mirrors the one used for jQuery and JQuery UI making it very easy to use.

Code Editor

The new CodeMirror code editor component has been added to DNN to provide a full syntax highlighting code editor when needed. Module developers can incorporate this feature with just a few lines of JavaScript.

NOTE: Official release packages can be downloaded from CodePlex.