Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsWikiWikiWiki 04.01.00 Released!Wiki 04.01.00 Released!
Previous
 
Next
New Post
7/7/2008 2:02 PM
 

The day has finally come, the Wiki module version 04.01.00 has been released!

You should be able to upgrade from the 04.00.01 version by installing this module through the module installer (as you should always do, backup your database and file system before installing/upgrading any modules on your DNN site)

Here are the release notes (be sure to read these over!):

MODULE:  Wiki Core Module
VERSION:  04.01.00
Minimum DNN Version: 04.08.03


Fix:
WKI-6494 Fixed a problem where if you entered the string 'a_l_e_r_t' (sans _) into the Wiki text editor content would be removed after that string. This was related to the input filters within the Wiki,

WKI-5623 Fixed a problem with edits in the Wiki text entry. If you entered content that had < or > these tags were improperly encoded. This has been corrected by using different methods for the input filter.

WKI-7101 Fixed an error where the Wiki wouldn't allow edits for roles that were defined when the Wiki was set to use its own security, not the DNN security model.

WKI-6775 Module Actions on router.ascx have been localized, as well as corrected and put into the proper syntax for DNN. The incorrect syntax was causing problems with DNN 4.5.3 and greater

WKI-5890 Missing RESX Files in the Source version have been corrected.

WKI-5897 An & was showing up next to the Search text in the left hand navigation of the Wiki module.

WKI-6115 Corrected problems with the SQL script for instances using a non-default databaseOwner

WKI-5636 Localization files were missing for the Comments functionality in the Wiki module. The comment functionality was moved and overhauled in the solution for this release.

WKI-5991 In the History view for a topic the Name of the topic needed a space placed after "History for" topicname

WKI-6870 Restore topic wasn't replacing the new SQL functionality

WKI-6869 In the search item collection the information wasn't having the Title replace the name if there was a topic.title defined.

WKI-7127 Unicode values in the comments for an article weren't being stored properly due to the column types.

WKI-7128 The EncodeTitle method that built links within the Wiki was corrected to properly encode Unicode, handling links with arabic and other language characters.

WKI-7566 The Delete Comment link was hard coded and not localized, it has been localized in the 04.01.00 release

WKI-7379 The Text Editor has been resized to 400px for this release, in a future release it will be made "adjustable" through module settings.

NEW:
WKI-4833 Created the ability to define a Page Title, Description and Keywords for Wiki topics. This will increase the SEO effectiveness of Wiki pages.

WKI-5992 Created the ability to add a page in the Wiki module without having to create a link inside of an existing Wiki page.

WKI-7126 Thanks to Stefan Culman the Wiki module now supports IPortable, providing import and export functionality for the module.

WKI-7562 The Search Results and Topic history pages now pull information based on either the Wiki Name, or Title depending on what is provided.


Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
7/16/2008 8:10 AM
 

Hey c'mon

Took over a  year to get from 04.00.01 to 04.01.00.

I am still running on DNN 4.5.1 and would have just needed the bugs in the old Wiki fixed.

To get new Version of Wiki to upgrade on new DNN....

You can't be serious (and it's ridiculous).

Very frustrated,

Martin Zwigl

 
New Post
7/16/2008 9:34 AM
 

Its not aridiculous as it seems there are a a good number of security fixes that have been release hence one major reason to upgrade dnn. but also the wiki to solve a number of its security issues relies somewhat upon some of these items.

Ungrading is not that huge a hastle unless you've had to alter the framework source.

John


John Nicholson
 
New Post
7/16/2008 10:01 AM
 

The source code for the Wiki module is also available, feel free to recompile the module to run against whatever version of DNN you need. That's the beauty of open source.


Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
7/22/2008 11:48 AM
 

Hi,

I installed the module but when I try to add it it to a page, I get the following error. I am running DNN Version 4.08.04

 

Error: Wiki is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\1b9ef7a3\7b9759d0\App_Web_router.ascx.da103ded.qbx1wvpc.0.vb(53): error BC32206: Indirect reference is being made to assembly DotNetNuke version 4.8.3.4, which contains 'DotNetNuke.Modules.Wiki.Router'. This Project references a prior version of DotNetNuke version 4.8.0.0. To use 'DotNetNuke.Modules.Wiki.Router', you must replace the reference to DotNetNuke with version 4.8.3.4 or higher. ---> System.Web.HttpCompileException: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\1b9ef7a3\7b9759d0\App_Web_router.ascx.da103ded.qbx1wvpc.0.vb(53): error BC32206: Indirect reference is being made to assembly DotNetNuke version 4.8.3.4, which contains 'DotNetNuke.Modules.Wiki.Router'. This Project references a prior version of DotNetNuke version 4.8.0.0. To use 'DotNetNuke.Modules.Wiki.Router', you must replace the reference to DotNetNuke with version 4.8.3.4 or higher. at System.Web.Compilation.AssemblyBuilder.Compile() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings)
--- End of inner exception stack trace ---

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsWikiWikiWiki 04.01.00 Released!Wiki 04.01.00 Released!


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out