You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,15 @@ RM is not limited to file uploads/downloads. You can even use RM for articles, n
7
7
8
8
In addition to providing you with the ability to upload and download items, RM also provides a User Rating and Feedback system. You can decide if you want to allow your visitors to rate your items or enter comments on each item. RM also institutes a comprehensive security layer that allows you complete control over who can download, who can upload, who can rate or comment and where your items will be physically located on your web server.
9
9
10
+
## Maintainer
11
+
This module is currently maintained by Ilpo Juvander @juvander , please coordinate with him regarding potential breaking changes and before any release.
12
+
10
13
## Compatibility
11
14
| Dnn Repository version | Min Tested Dnn version | Max Tested Dnn version |
## Building the module from source and submitting pull requests
17
21
1. Install Dnn (latest stable version) from https://github.com/dnnsoftware/Dnn.Platform/releases
@@ -22,4 +26,4 @@ In addition to providing you with the ability to upload and download items, RM a
22
26
6. Install one of the zip packages using the Dnn extension installer as any other module
23
27
7. In Visual Studio, create a new branch to isolate your changes.
24
28
8. In Visual studio, to test any changes, you need to build in debug mode, this will compile and copy all files from Dnn.Repository (the source code) to Repository (the deployment folder). To debug, use the attach to process feature and attach it to the w3wp process that matches the running site.
25
-
9. Commit and push your changes with clear descritions, then in github, create a pull request from the branch you created to the Dnn.Community repository, again please add a good description of the changes. You can also mention issues with #issueNumber to automatically associate your pull request with existing issues.
29
+
9. Commit and push your changes with clear descritions, then in github, create a pull request from the branch you created to the Dnn.Community repository, again please add a good description of the changes. You can also mention issues with #issueNumber to automatically associate your pull request with existing issues.
0 commit comments