Share

FlexWiki

File Release Notes and Changelog

Release Name: 1.8.0.1696

Notes:
This release is primarily a bugfix release, although several minor
features have been added. Basically, the fixes were piling up, and we
were telling people "go download the latest interim build" often
enough that we decided just to make it official. Highlights of this
build include:

* At long last the death of the "incorrect wiki links" bug, where
  FlexWiki emitted links that corresponded to the first hit after
  startup. This most frequently manifested itself as links pointing to
  "localhost" even when the web server was accessed remotely. 
* Null edits are now ignored. 
* Slight performance enhancements, including the ability to turn off
  performance counters (which can cause large delays on some
  installations) via the DisablePerformanceCounters switch. 
* Form support in WikiTalk

And much more.

Thanks to everyone that contributed, both those who wrote code and
those who reported bugs! 

Please direct inquries about FlexWiki to the FlexWiki users mailing
list at flexwiki-users@lists.sf.net.


Changes: * BUG 1336946 - Processor utilization at 100% * Add SendNamespaceRequestMailFrom to web.config allowing namespaces requests to be forced to come from a static address. * BUG 1289586 : Incorrect URLs Generated for non-virtual directory Install * Removed extraneous Console.WriteLine from test. * BUG 1284225 - Add Namespace Provider Generates Broken link * Bug 1284338 - Renaming Crashes Due to Invalid URI. * Updated Browser capabilities in BuildVerificatonTests and corrected undocumented bug in DocumentElement.GetElementByID - it was incorrectly using getElementByName. * Bug 1283659 - BuildVerificationTests are published in dist archives * Modified build script to match changes to build verification project. * BUG 1276492 - Crash Generating RSS Uris * BUG 1280569 : Emoticons broken * BUG 1257750 - Newsletter Links Assume Wrong Servername, Scheme and Port * BUG 1039466 - Wiki links always point to localhost * BUG 1234754 - PerformanceCounter causes occasional slowness * BUG 1172260 - Recent Changes page renders incorrectly (chrisme) * BUG 1162814 - Default wiki content links need correction (chrisme) * BUG 1074110 - Can't use numbers in topic titles and namespace names (chrisme) * BUG 1109723 - wikitalk doesn't work properly in preview (chrisme) * BUG 1044007 - Home.topic doesn't work in the Preview Window (chrisme) * BUG 1181374 - Allow notes:// URLs to be highlighted (chrisme) * BUG 1195315 - text in links (chrisme) * BUG 1233292 - Compare.aspx: JavaScript error at TopicTitel (chrisme) * BUG 1209267 - Linking of topics with spaces in topic name not allowed (chrisme) * BUG 1232971 - file links w/ backslashes no longer work (chrisme) * BUG 1153467 - ms-help protocol prefix not supported (chrisme) * BUG 1186248 - DHTML cross-browser 'different versions' links (chrisme) * Build script change: added run-verify script to enable verify step without rebuild/retest (candera) * RFE 1215838 - Add integrated authorization (partial implementation) - Implemented AuthorizationHelper functionality, not yet hooked in to engine * RFE 1215836 - Add pluggable authentication (partial implementation) - Removed unused FlexWikiSecurity bits * Refactored ContentBase.cs for clarity - no functional changes * Refactored Federation.cs for clarity - no functional changes * Bug 1039458 - TopicIndex property and title searches don't work (Ivor Hewitt) * Bug 1077805 - TopicIndex does not work with filters * Reorganized code preparatory to security implementation. No functional changes. * RFE 1045880 - Printing * RFE 1056902 - onload="focus();" for preview * RFE 1044263 - Ignore Null Edits * RFE 1115285 - Complete Form Support in WikiTalk Implemented attributes-Support, Reset-Button, Textarea, Checkbox, Radio and adds support for additional/optional 'attributes' to any form tag. * Bug 1203845 - Mail messages are sent in the incorrect format * Fix to enable correct operation of topic template specified in the query string.