https://github.com/r7-labs/R7.Documents
Classic DNN Documents module, redesigned
https://github.com/r7-labs/R7.Documents
aspnet dnn documents dotnetnuke mit-license module
Last synced: about 1 month ago
JSON representation
Classic DNN Documents module, redesigned
- Host: GitHub
- URL: https://github.com/r7-labs/R7.Documents
- Owner: r7-labs
- License: mit
- Created: 2014-06-27T10:04:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T08:02:37.000Z (10 months ago)
- Last Synced: 2025-05-03T03:38:34.882Z (about 1 month ago)
- Topics: aspnet, dnn, documents, dotnetnuke, mit-license, module
- Language: C#
- Homepage:
- Size: 1.05 MB
- Stars: 20
- Watchers: 5
- Forks: 7
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-dnn - R7.Documents
README
# About R7.Documents
[](https://bettercodehub.com/)
[](https://gitter.im/roman-yagodin/R7.Documents?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)*R7.Documents* is a redesigned version of the classic [DNN Documents](https://github.com/mitchelsellers/dnnDocuments) module.

# Changes from the original module
## End-user differences
- Multi-tabbed, popup-enabled document editing UI with multiple tweaks.
- Icon column to display file extension or document type.
- Display files from specific folder as documents.
- Editable document dates.
- Publish/unpublish documents by setting start and end publication dates.
- Publication date column (calculated from start publication date with fallback to creation date).
- If no published documents available, module hides from reqular view.
- Page-specific module presentation settings (column set / order, sorting, etc.)
- Import selected documents from any other R7.Documents or DNN Documents module.
- Delete documents along with linked files.
- Bulk copy and delete operations within a module.
- Customizable styles - Bootstrap and DNN grid styles included.
- YAML-based portal-level configuration.
- DNN 7.1+ search integration.
- Ability to autohide module without content from non-editors.
- Improved sorting.## For developer
- Module source code converted from VB.NET to C#.
- Refreshed obsolete / deprecated DNN API calls.
- Module stores settings in standard DNN tables.
- Data access code converted to DAL 2.
- WIP: Automated unit tests project.
- WIP: Moving parts of the code to .NET Standard.
- Cross-platform development using MonoDevelop, Rider or Visual Studio Code.# Install
Download release package and install via Host > Extensions.
## Install notes
- R7.Documents module peacefully co-exists with the original DNN Documents in the same DNN installation, on the same page, etc.
- Russian localization resources will be installed along with english ones. If you don't need this, just delete all *.ru-RU.resx files from /DesktopModules/R7.Documents/R7.Documents.Dnn/App_LocalResouces folder or modify Resouces.zip in the install package accordingly.