forked from DNNCommunity/DNN.FormAndList
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreleasenotes.htm
88 lines (88 loc) · 3.49 KB
/
releasenotes.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<h3>Release Notes</h3>
<h2>DotNetNuke Form and List 06.02.00</h2>
<p>Changes to 6.2.0</p>
<ul>
<li>Upgraded to depend on .NET framework 4.5.1 to be able to reference DNN 8.0.0</li>
<li>Removed warnings signaled by the Extension Verification System</li>
</ul>
<h2>DotNetNuke Form and List 06.01.00</h2>
<p>Changes to 6.1.0</p>
<ul>
<li>Fix for DNN 7.2.2.</li>
<li>
Allowed for custom datatypes.config (to be placed in Portals/_default/UserDefinedTable).
<p>datatypes.config in the DesktopModules/UserDefinedTable will remain to be overwritten on installation of a new version. However, if you copy it to the folder mentioned above, your customizations will not be overwritten on installation anymore.</p>
</li>
</ul>
<p>Changes to 6.0.7</p>
<ul>
<li>Corrected an error in datatypes.config.</li>
</ul>
<p>Changes to 6.0.6</p>
<ul>
<li>Add in Sql to remove 'text on row' setting for UserDefinedTable to make SQL Azure compatible.</li>
<li>Add new azureCompatible element to manifest.</li>
<li>Added a fix for importing templates.</li>
</ul>
<p>Changes to 6.0.2</p>
<ul>
<li>Fix: MakeThumbnail was broken if the application pool was configured to .Net 4</li>
<li>Change: Data is now stored in nvarchar(max) instead of ntext</li>
</ul>
<p>Changes to 6.0.1</p>
<ul>
<li>Scripts now compatible with SQL Azure.</li>
</ul>
<p>Changes to 6.0.0</p>
<ul>
<li>Icons are shown in module action buttons (workaraound to core issue eith IconAPI)</li>
<li>Fix to Token2XSL Editor, changing List type raised exception</li>
<li>MakeTumbnail and ShowXml handlers had been missing in install package</li>
<li>Updated help texts for better understanding of filter statement, token support in email subject and css style</li>
</ul>
<p>
Major changes (for 6.0.x):
</p>
<ul>
<li>DNN 6 Form Patterns including modal PopUps and Tabs</li>
<li>DST Support for following data types: Time, DateTime, CreatedAt, ChangedAt</li>
<li>
New FileManager API for XSLT scripts and following data types: Url, Download,
Image
</li>
<li>Usage of Telerik Controls</li>
<li>
Some JQuery candy: changing of field order with drag'n'drop, new editor for
multiple field values
</li>
<li>
New field settings (similar to module settings) facilitates more special
settings by type.
</li>
<li>Form is now WAI compliant</li>
<li>Multi value option for data type 'Text'</li>
<li>Support of Icon API</li>
<li>
Moved module wide data type settings (e.g. thumbnail height/width) directly to
data type
</li>
<li>
Rendering methods are now reduced to DataGrid and XSLT. The option for predefined XSLT scripts was removed.
The old scripts are no longer delivered with the module. If an existing instance still uses an old script,
the script will be copied into the portal (folder XslStylesheet/UDT Legacy).
</li>
<li>
Removed few settings/ features in exchange of a better UI and a lighter code
base.
</li>
<li>It is now converted to C#</li>
<li>
<strong>Important for updates</strong><br />
The switch to Form Pattern has an effect on how the form is rendered. CSS tweaks for the old form will certainly fail.
Please <strong>test</strong> the new UI before upgrading.
</li>
</ul>
<p>
This release is compiled against the .Net 3.5 Framework using VS2010.<br />
Minimum DotNetNuke core version is 6.1.0
</p>