Archive
Monthly
Go
|
|
DNN Blog
Nov
25
Posted by:
Joe Brinkman
11/25/2009 7:42 PM
I am happy to announce that DotNetNuke 5.2.0 has been released. This release comes after an extensive beta testing period and a corresponding effort by our internal testing team. As one of our quarterly feature releases, 5.2.0 includes a number of new capabilities. We have improved some of the module creation and packaging tools, improved our module caching support and added Page Output caching for our Professional customers. These are just a few of the many changes and fixes in this release as indicated below. As usual, the complete details for all of the changes can be found in the ChangeLog. Major Highlights - Added Module Information to the Help page
- Added ability to view and edit the source files for a module
- Enhanced the module creation wizard to simplify creating new module definitions
- Added the ability to automatically create a test page as a step in the module creation wizard
- Added a core API to support content localization
- Added the ability to import/export page and module settings
- Added the ability to immediately run a scheduled task
- Added module caching provider API
- Converted existing module caching feature to use new provider
- Added page output caching provider API
- Fixed issue where upgraded sites do not properly set the default Language
- Fixed issue where scheduler could execute a a long-running task multiple times
- Fixed issue where improperly formatted email addresses could result in error when sending system emails
- Fixed issue which resulted in incorrect URL for SiteMap in a child portal
- Fixed issue which caused error when deleting files from the Host file manager.
Security Fixes - Fixed issue where Install Wizard could leak version information to anonymous users
- Fixed issue where search page might be vulnerable to script injection
Updated Modules/Providers The following modules and providers have been updated in the 5.2.0 packages. Please see the specific project pages for notes on what bugs or enhancements were corrected with each release. Modules - HTML 05.02.00
- Gallery 04.03.00
- Wiki 04.02.00
Providers - FileModuleCachingProvider 05.02.00
- MemoryModuleCachingProvider 05.02.00
Technorati Tags: DotNetNuke, Release
20 comment(s) so far...
Re: DotNetNuke 5.2.0 Released
Thanks, first installs worked as usual very good. I think some clarification needs to be done regarding the Telerik agreement. As I read it I can't use the included software for own modules even if I have a developer license. However I can use it to change skinobjects etc that have been as part of the DNN Core software without Telerik separate developer licence. (couldnt find any such object just now) So whats the benefit of the software for community developers?
By Jan Olsmar on
11/29/2009 4:56 AM
|
Re: DotNetNuke 5.2.0 Released
Have you updated the StarterKit ( for WAP compiled Module for C# / VB ) for optimising the new Framework version 3.5 ? viz WWF, WCF, WPF, Silverlight, Control Methods etc ???
By Jaydeep Bhatt on
11/29/2009 4:56 AM
|
Re: DotNetNuke 5.2.0 Released
Hi,
While upgrading from DNN 5.1.4 to DNN 5.2.0, I got these errors. Would you plesae throw some light on these?
Upgrading DotNetNuke Current Assembly Version: 05.02.00 Current Database Version: 05.01.04
Upgrade Status Report 00: - Upgrading to Version: 05.02.00 00:00:00.296 - Executing Script: 05.02.00.SqlDataProvider Success 00:00:25.187 - Executing Application Upgrades: 05.02.00 Success 00:00:28.547 - Cleaning Up Files: 05.02.00 Success 00:00:28.547 - Updating Config Files: 05.02.00 Success 00:00:28.547 - Performing General Upgrades 00:00:28.687 - Installing Optional Modules: 00:00:28.703 - Installing Package File HTML_Community_05.02.00_Install: Success 00:00:29.047 - Installing Optional Skins: 00:00:29.047 - Installing Optional Containers: 00:00:29.047 - Installing Optional Languages: 00:00:29.047 - Installing Optional Providers: 00:00:29.047 - Installing Package File
FileModuleCachingProvider_05.02.00_Install: Error! 00:00:29.281 - Installing Package File
MemoryModuleCachingProvider_05.02.00_Install: Error!
00:00:29.359 - Installing Optional AuthSystems:
00:00:29.359 - Installing Optional Packages: Upgrade Complete
By vr1001 vr1001 on
11/29/2009 4:56 AM
|
Re: DotNetNuke 5.2.0 Released
Joe, The .vb files are missing for the HTML module in the Install and the Source packages. I had to download the entire project and copy the 4 .vb files for the .ascx controls in DesktopModules/HTML.
Even after doing this, the site still won`t build in Visual Studio. I just get Could not load type `DotNetNuke.Modules.Html.EditHtml/Settings/MyWork/HtmlModule` errors.
Thank you very much,
Andy
By Andy Skupen on
11/29/2009 4:57 AM
|
Re: DotNetNuke 5.2.0 Released
I have the same errors on install as vr1001vr1001. the caching providers give an install error.
By Lawrence Downes on
12/1/2009 6:55 AM
|
Re: DotNetNuke 5.2.0 Released
quote: " Added a core API to support content localization " where can i find the documentation? In which versione of DNN I receive all the documentation? Thanks
By Roberto Fiocchi on
12/1/2009 6:55 AM
|
Re: DotNetNuke 5.2.0 Released
Add to previous post... I need the api documentation or documentation for developing. I read the indexes of documentations available with DNN5 but not sufficient for the development of new modules. Thansk
By Roberto Fiocchi on
12/1/2009 6:55 AM
|
Re: DotNetNuke 5.2.0 Released
Another question but "Fixed issue where search page might be vulnerable to script injection " is avaible for DNN 5.1.4 or this issue is only of DNN 5.2.0?
By Roberto Fiocchi on
12/1/2009 6:55 AM
|
Re: DotNetNuke 5.2.0 Released
@vr1001 vr1001 - Those install errors are caused by some issue with updating web.config. We are still trying to determine the cause of that issue as it is only impacting a small subset of machines and not others. I'll create another blog entry today detailing how to recover from that error.
By Joe Brinkman on
12/1/2009 6:59 AM
|
Re: DotNetNuke 5.2.0 Released
Having the same issue as Andy. HTML.HTMLModule, EditHTML, MyWork, and HTML.Settings can't be loaded because of missing .vb files. Any quick fix? Thanks!
By ITIC on
12/2/2009 1:53 PM
|
Re: DotNetNuke 5.2.0 Released
DotNetNuke_Community_05.02.00_StarterKit.vsi of size 17055KB as of 12/01 3:35MST from download.codeplex.com still does not work.
Could not load type 'DotNetNuke.Modules.Html.Settings'. E:\WebSites\DNN_Mod\DesktopModules\HTML\Settings.ascx
Plus 3 similar errors caused by missing files.
By Britt Bassett on
12/2/2009 1:52 PM
|
Re: DotNetNuke 5.2.0 Released
Please update blog as promised, Joe... my entire site is broken because of the error vr1001 mentioned.
By CriticalBiz on
12/2/2009 1:53 PM
|
Re: DotNetNuke 5.2.0 Released
Joe,
Did you ever post the instructions on getting the source package to compile?
Thanks
By Rob Hill on
12/2/2009 1:52 PM
|
Re: DotNetNuke 5.2.0 Released
@ITIC, @Rob - There is a new version of 5.2.0 Source Code package on CodePlex which resolves the packaging issues.
By Joe Brinkman on
12/2/2009 2:56 PM
|
Re: DotNetNuke 5.2.0 Released
While upgrading from DNN 5.1.4 to DNN 5.2.0, I got these errors.
Upgrading DotNetNuke from Current Version: 05.01.04
FileModuleCachingProvider_05.02.00_Install: Error! 00:00:29.281 - Installing Package File
MemoryModuleCachingProvider_05.02.00_Install: Error!
By ptomter on
3/6/2010 9:05 AM
|
Re: DotNetNuke 5.2.0 Released
While upgrading from DNN 5.1.4 to DNN 5.2.0, I got these errors.
Upgrading DotNetNuke from Current Version: 05.01.04
FileModuleCachingProvider_05.02.00_Install: Error! 00:00:29.281 - Installing Package File
MemoryModuleCachingProvider_05.02.00_Install: Error!
By ptomter on
3/6/2010 9:04 AM
|
Re: DotNetNuke 5.2.0 Released
Just jumping on the thread so I can get notified of the fix when ready. I have same problem.
By Roger Osborn on
3/6/2010 9:04 AM
|
Link Error
Your link to the change log in this post is returning a server error. Problems with Gemini?
By Kevin on
3/6/2010 9:05 AM
|
Re: DotNetNuke 5.2.0 Released
i'm a newby running DNN so please excuse my question: i run in the moment a DNN 4.0.9 and want to upgrade. is this possible directly or do i have to make some steps in between?
By duda on
3/6/2010 9:05 AM
|
Re: DotNetNuke 5.2.0 Released
Hi, Only in the version 5.2 I got problems with european signs like ä,ö,ü and so on. That are replaced with an "?". Changing the globalisation-section in the web.config - File doesn't work. The german DNN-usergroup mentioned that the Caching-Providers cause that error. When will appear the next release with that fixed bug? Nice greets and merry chrismas Franz
By Franz Bauer on
3/6/2010 9:05 AM
|
|