About the Core Wiki
Wiki 05.00.01
This version of the Wiki module is compiled against DotNetNuke 7.0.2 and is intended for production use. As always backup everything before installation/upgrade, and always test in a test environment before using in production.
Enhancements
- Journal Integration
- Added "Delete Confirmation"
- "Add Page" button to "All Pages View"
Big Fixes
- Pressing Enter on Wiki Search Page Displays Search Results
- RSS Feeds display correctly
Wiki 05.00.00
This version of the Wiki module is compiled against DotNetNuke 7.0.2 and is intended for production use. As always backup everything before installation/upgrade, and always test in a test environment before using in production.
Enhancements
- Fixed issue where legacy VB files were causing display issues.
- Updated version to indicate the significance of the migration from VB.net to C#
Wiki 04.05.05
This version of the Wiki module is compiled against DotNetNuke 7.0.2 and is intended for production use. As always backup everything before installation/upgrade, and always test in a test environment before using in production.
Enhancements
- Converted code from Visual Basic to C#
- Increased maximum topic name length from 60 characters to 255 characters
- Enabled the ability to change an existing page name
- Moved the menu items from the left sidebar to the top of the Wiki to create more usable horizontal space
- Increased the width of the edit control from 500px to 100% of panel width.
Wiki 04.05.02
This version of the Wiki module is compiled against DotNetNuke 6.0.0 and is intended for production use. As always backup everything before installation/upgrade, and always test in a test environment before using in production.
Bug Fixes
- Fixed SQL scripts for installation/upgrades for SQL Azure support
Wiki 04.05.01
This version of the Wiki module is compiled against DotNetNuke 6.0.0 and is intended for production use. As always backup everything before installation/upgrade, and always test in a test environment before using in production.
Bug Fixes
- Fixed blank comment notification emails
- Fixed issue where Anonymous users couldn't edit Wiki when not using DNNModule persmissions
- Fixed problem where you couldn't edit the Home page in DNN6
Enhancements
- Topic History is no longer indexable by search engines (nofollow)
- Updated Administration page for DNN6 form pattern
Version 4.5.0
This version of the Wiki module is compiled against DotNetNuke 5.6.2 and is intended for production use. As always backup everything before installation/upgrade, and always test in a test environment.
Bug Fixes
- Question Marks in the title create uneditable pages
- RSS Feed - Doesn't refer to the topic address
- Add Delete Confirmation
- Bad characters in page name when editing or adding a page
- Cancel when editing a wiki page does not work (wiki version 4.2.0)
- Topics get lost when titles use dashes ("-")
- Leading spaces are deleted when a sentence begins with [[Another topic]]
- Can't delete pages with special characters
Enhancements
- The "index" is no longer on the left in the menu, it is now "show all pages" and takes you to another page that lists off all pages.
- the left menu is no longer being built in a table, it should allow you to customize things better with CSS now, though I believe it will still display like it used to until you customize the CSS (that was the goal)
- Lots of code refactoring, moving things around, trying to streamline the code to make it easier to add enhancements. Let me know if you run into anything that doesn't work.
- Moved the Edit/Add/ViewHistory links out into a separate control that allows for display in other situations.
- Refactoring of Comments and Ratings code courtesy of Oliver Hine.