Skip to content

Releases: r7-labs/R7.Documents

R7.Document 1.13.1

13 May 14:06
Compare
Choose a tag to compare

v1.12.0...v1.13.1

Many internal changes, including CSS class names and module install folder. Please test before use in production!

R7.Document 1.13.0

23 Apr 09:51
Compare
Choose a tag to compare

v1.12.0...v1.13.0

Many internal changes, including CSS class names and module install folder. Please test before use in production!

R7.Document 1.12.0

11 Mar 08:58
Compare
Choose a tag to compare

v1.11.3...v1.12.0

End-user changes

  • Document can be marked as "Featured" - if so, its title will be displayed in bold (style can be tweaked via CSS) GH-90
  • Reword "Delete with resource" to "Delete with file" GH-110
  • Replace sort direction dropdown with radiobuttons
  • Some minor UI fixes and improvements

Other important changes

  • Target .NET 4.7.2
  • Separate base R7.Documents.dll and DNN R7.Documents.dll assemblies
  • Module install folder changed to ~/DesktopModules/R7.Documents/R7.Documents.Dnn. The ~/DesktopModules/R7.Documents/R7.Documents folder can be safely removed after upgrade.

Many internal project changes, please test before use in production!

R7.Documents 1.11.3

18 Feb 10:40
Compare
Choose a tag to compare

Fix #115 - Cannot select documents with checkboxes on DNN 9

R7.Documents 1.11.2

12 Feb 05:45
Compare
Choose a tag to compare
  • Fix GH-99 Extension icon is missing
  • Fix GH-94 Cannot reset Default folder module setting
  • Bootstrap 4 support by applying both .table-sm and .table-condensed for "condensed" tables GH-101
  • Rename "Copy Selected" action to "Duplicate selected" GH-96

R7.Documents 1.11.1

25 Jun 06:39
Compare
Choose a tag to compare
  • Fix GH-83 "Add Sort Order" button not localized properly
  • GH-84 Keep manually selected folder between multiple edit operations
  • GH-88 Module icon

R7.Documents 1.11

13 Feb 08:50
Compare
Choose a tag to compare

This is kinda big release with many things changed, so please test it before use in production!

If you need help upgrading/configuring the module - please fill an issue


Show me my files!

Added support for displaying files from specific folder as documents - GH-51.

To enable this mode, select Default Folder and provide File Filter regex in the module settings. Additional Filename to Document Title setting controls filename-to-document-title transformation by using set of regex-replace rules.

Editing of documents disabled in this mode, module actions like Add Document, Import Documents, etc. are unavailable.

Portal-level, YAML-based config

Portal-level configuration via optional R7.Documents.yml in the portal root directory (see R7.Documents.default.yml as an example) - GH-69.

Grid styles now defined via portal-level configuration.

Remember that YAML use spaces to indent - usually two spaces, but not tabs!

Usability impovements

  • Implemented bulk actions for publish/unpublish, copy, delete and delete with files - GH-1, GH-3, GH-59.
  • Module will remember last folder you used and will select it for new documents.

Other changes

R7.Documents 1.11-beta.1

05 Jun 06:19
Compare
Choose a tag to compare
Pre-release

This pre-release adds experimental support for displaying files from specific folder as documents - see more in #51.

To enable this mode, select Default Folder and provide File Filter regex in the module settings. Additional Filename to Document Title option controls filename to document title transformation by using set of regex replace rules.

Editing of documents disabled in this mode, module actions like Add Document, Import Documents and Change Folder are unavailable.

Known issues:

  • Downloads/clicks don't tracked properly for all files.

R7.Documents-1.10

19 Mar 08:11
Compare
Choose a tag to compare

List of changes

  • Module now depends on R7.Dnn.Extension library (see install notes below).
  • Fixed GH-71: If view permission cannot be checked (e.g. for URL type links), assume it is granted.
  • Fixed GH-67 Missing UserDisplayName function on some DNN installs or after applying Turbo DNN Scripts.
  • Fixed GH-70: Sort order column names in settings are blank.
  • UI: GH-72: Wider textbox for document title.
  • UI: Cancel button renamed to Close one.
  • UI: Sort index field moved back to the main tab.
  • UI: Sort order labels in settings are localized now.
  • Module now passes user-friendly URLs to the search engine.

Install notes

  1. Install R7.Dnn.Extensions 0.12 library package.
  2. Install R7.Documents 1.10 module package.
  3. After that you should be able to remove R7.DotNetNuke.Extensions 0.10 library package.

R7.Documents-1.9.2

27 Sep 08:28
Compare
Choose a tag to compare
  • Table header now properly wrapped into THEAD tag (#63).
  • Fixed wrong name of the Bootstrap "table-striped" CSS class.
  • Fixed "Select Link" button caused form validation (#65).
  • Hopefully fixed DnnUrlControl becomes inaccessible in some cases for documents w/o URL (#64).

Require R7.DotNetNuke.Extensions v0.10.0 installed.