Skip to content

Releases: DNNCommunity/DNN.FormAndList

v6.5.8

05 Jul 19:29
941d89d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.5.5...v6.5.8

v6.5.5

14 Feb 00:24
bf91ee4
Compare
Choose a tag to compare

This release removes an unused Telerik reference and also bumps the minimum Dnn dependency to v.9.4.0.

It has been tested up to Dnn 9.8.1 and 9.9.0-rc1

  • Do not copy dependencies locally. maintenance #84 by @valadas
  • Bumped DNN dependency to 9.4.0. maintenance #83 by @valadas
  • Corrected resource file and made error message translatable. bug #82 by @MaiklT
  • Fixes a wrong project import and removes telerik reference. maintenance #79 by @valadas

06.05.04

22 Sep 20:52
Compare
Choose a tag to compare
  • Fix: Track number of clicks for Url and Download (#65)

06.05.03

10 Aug 11:39
Compare
Choose a tag to compare

Changes:

  • Fix: required for Data types "Date" and "Time"
  • Fix: List of values editor working again

Contributors:

06.05.02

21 Dec 12:55
a7db19c
Compare
Choose a tag to compare

Changes;

  • typo fixed; Weekdays are now displayed correctly in DatePicker

06.05.01

03 Oct 12:40
c254a70
Compare
Choose a tag to compare

Changes

  • Supports now also DNN 8.0.4 as promised in 06.05.00
  • Html decodes default values to support Umlauts and other special characters in edit forms.
  • Weekdays are now displayed correctly in DatePicker

06.05.00

23 Jun 02:07
32195d0
Compare
Choose a tag to compare

This release requires Dnn 8.0.4 or above and has been tested for Dnn 9.2 compatibility.

Changes:

  • Tested for Dnn 9.2 compatibility
  • Build process updated to use Nuget packages, module can now be built on vanilla Visual Studio setup even without Dnn present.
  • Fixes an issue with the Dnn captcha not showing, adds support (optionnaly) to replace Dnn Captcha by Google ReCatcha.(Issues 21)
  • Fixed an issue where it was impossible to apply a template created by one module into another module (Issue 26)
  • Prevents creating fields with a pipe ( | ) in the title, which made the module break (Issue 9)
  • Fixed an issue where the search would not work after clicking on Show Records and clicking Reset Search would redirect the user to the form instead of staying in the list mode (Issue 14)

DNN Form And List 6.4.0

22 May 11:53
2a42d57
Compare
Choose a tag to compare

Highlight of release DNN FormAndList 06.04.00:

  • Indexing now based on ModuleSearchBase instead of ISearchable
  • Replaced all calls to deprecated methods to DNN with alternatives
  • Removed all dependencies to Telerik
  • Simple Search can now be styled with css and has by default a bigger margin on the bottom

This release of DNN FormAndList requires DNN 8.0.4 up.

DNN Form and List for DNN8

24 Feb 11:03
Compare
Choose a tag to compare
Pre-release

FormAndList

Updates & fixes to make this version of F&L compliant with DNN8

  • Upgraded to depend on .NET framework 4.5.1 to be able to reference DNN 8.0.0
  • Removed warnings signaled by the Extension Verification System

DotNetNuke Form and List 06.01.00

12 Jul 15:16
Compare
Choose a tag to compare

##! Changes to 6.1.0

  • Fix for DNN 7.2.2
  • Allowed for custom datatypes.config (to be placed in Portals/_default/UserDefinedTable).
    datatypes.config in the DesktopModules/UserDefinedTable will remain to be overwriten on installation of a new version. However, if you copy it to the folder mentioned above, your cusotmizations will not be overwriten on installation anymore.