Releases: r7-labs/R7.Documents
R7.Document 1.13.1
Many internal changes, including CSS class names and module install folder. Please test before use in production!
R7.Document 1.13.0
Many internal changes, including CSS class names and module install folder. Please test before use in production!
R7.Document 1.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.dlland DNNR7.Documents.dllassemblies - Module install folder changed to
~/DesktopModules/R7.Documents/R7.Documents.Dnn. The~/DesktopModules/R7.Documents/R7.Documentsfolder can be safely removed after upgrade.
Many internal project changes, please test before use in production!
R7.Documents 1.11.3
Fix #115 - Cannot select documents with checkboxes on DNN 9
R7.Documents 1.11.2
R7.Documents 1.11.1
R7.Documents 1.11
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
- Dependency on R7.Dnn.Extensions updated, so the R7.Dnn.Extensions 0.13.0 package must be installed before the R7.Documents module package!
- "Update Anyway" behavior disabled - GH-34.
R7.Documents 1.11-beta.1
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
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
- Install R7.Dnn.Extensions 0.12 library package.
- Install R7.Documents 1.10 module package.
- After that you should be able to remove R7.DotNetNuke.Extensions 0.10 library package.
R7.Documents-1.9.2
- 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.