Version 03.01.06 - ASP.Net 1.1
History
---
- 25 Feb 2006 03.01.01 Anthony Glenwright - Proposed (draft) version of release notes.
- 02 Jun 2006 03.01.02 Anthony Glenwright - Updated for changes implemented for DNN 3.3.
- 15 Jun 2006 03.01.03 Anthony Glenwright - Fixed caching bug.
- 23 Jun 2006 03.01.04 Anthony Glenwright - Added code to support medium trust for settings page. Fixed bug "Specified argument was out of the range of valid values.
- 07 Jul 2006 03.01.05 Anthony Glenwright - Fixed bug: Open in new window was ignored
- 14 Aug 2006 03.01.06 Anthony Glenwright - Fixed bug: CSS classes for headers, items was incorrect (based on original visiblity/order of columns, rather than user settings). Updated source package so it installs as a "normal" PA.
- 16 Nov 2006 03.01.06 Anthony Glenwright Added "ForceDownload parameter to LinkClick Url for "download" link. Altered edit page to check for IsPostback before calling LocalizeDataGrid (fixes a localization problem on postback).
------------------------------------------------------------------------------------
What's New - 03.01.06
- Fixed bug: CSS classes for headers, items was incorrect. The header and item css classes was (wrongly) based on original visiblity/order of columns, rather than user settings), so that the wrong css class would be set (i.e. "SizeCell" instead of "OwnerCell", if the order was changed). Fixed.
- Updated source package so it installs as a "normal" PA. The source package contained the "extra" source code files on top of the regular PA. Changed so the source package contained all files, and installs as a regular PA.
- Added "ForceDownload" parameter to LinkClick call for the "Download" link, so that when "Download" is clicked, the "Open/Save" dialog is displayed.
- Altered options page so that LocalizeDataGrid is not called on Postback, previous code was displaying missing resource messages on non-English sites after postback.