-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed issues with upgrades, updated readme, release notes, fixed EVS …
…reported warnings
- Loading branch information
Showing
14 changed files
with
151 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
bin\DotNetNuke.Modules.Links.pdb | ||
App_Code\Links\Providers\DataProviders\SqlDataProvider\SqlDataProvider.vb | ||
App_Code\Links\Providers\DataProviders\SqlDataProvider | ||
App_Code\Links\Providers\DataProviders | ||
App_Code\Links\Providers | ||
App_Code\Links\Consts.vb | ||
App_Code\Links\DataProvider.vb | ||
App_Code\Links\Enums.vb | ||
App_Code\Links\LinksController.vb | ||
App_Code\Links\LinksFriend.vb | ||
App_Code\Links\LinksInfo.vb | ||
App_Code\Links\Utils.vb | ||
App_Code\Links | ||
DesktopModules\Links\EditLinks.ascx.vb | ||
DesktopModules\Links\Links.ascx.vb | ||
DesktopModules\Links\Settings.ascx.vb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,31 @@ | |
<email>[email protected]</email> | ||
</owner> | ||
<license src="License.htm" /> | ||
<releaseNotes src="ReleaseNotes.htm" /> | ||
<releaseNotes src="ReleaseNotes.htm" /> | ||
<azureCompatible>true</azureCompatible> | ||
<dependencies> | ||
<dependency type="coreVersion">07.02.00</dependency> | ||
</dependencies> | ||
<components> | ||
<component type="Config"> | ||
<config> | ||
<configFile>web.config</configFile> | ||
<install> | ||
<configuration> | ||
<nodes> | ||
<node path="/configuration/system.web/compilation/codeSubDirectories/add[@directoryName='Links']" action="remove" /> | ||
</nodes> | ||
</configuration> | ||
</install> | ||
<uninstall> | ||
<configuration> | ||
<nodes /> | ||
</configuration> | ||
</uninstall> | ||
</config> | ||
</component> | ||
<component type="Cleanup" version="07.00.00" fileName="Cleanup.07.00.00.txt"> | ||
</component> | ||
<component type="Script"> | ||
<scripts> | ||
<basePath>DesktopModules\Links</basePath> | ||
|
@@ -124,18 +147,18 @@ | |
<attributes> | ||
<businessControllerClass>DotNetNuke.Modules.Links.Components.FeatureController</businessControllerClass> | ||
<desktopModuleID>[DESKTOPMODULEID]</desktopModuleID> | ||
<upgradeVersionsList>03.01.00,03.03.00,03.03.06,04.00.00,04.00.01,04.01.00,04.01.01</upgradeVersionsList> | ||
<upgradeVersionsList>03.01.00,03.03.00,03.03.06,04.00.00,04.00.01,04.01.00,04.01.01,07.00.00</upgradeVersionsList> | ||
</attributes> | ||
</eventMessage> | ||
</component> | ||
<component type="Assembly"> | ||
<assemblies> | ||
<assembly> | ||
<name>DotNetNuke.Modules.Links.dll</name> | ||
<path>bin</path> | ||
</assembly> | ||
</assemblies> | ||
</component> | ||
<component type="Assembly"> | ||
<assemblies> | ||
<assembly> | ||
<name>DotNetNuke.Modules.Links.dll</name> | ||
<path>bin</path> | ||
</assembly> | ||
</assemblies> | ||
</component> | ||
</components> | ||
</package> | ||
</packages> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# DNN.Links | ||
DNN Links is a basic module used for displaying navigational links on your DNN site. | ||
|
||
## Compatibility | ||
| Dnn Links version | Min Tested Dnn version | Max Tested Dnn version | | ||
| -------------------------:| ----------------------:| ----------------------:| | ||
| Included or use 06.02.02 | 00.00.00 | 08.00.04 | | ||
| 06.02.03 | 07.02.00 | 09.01.01 | | ||
| 07.00.00 | 07.02.00 | 09.02.00 | | ||
|
||
## Building the module from source and submitting pull requests | ||
1. Install Dnn (latest stable version) from https://github.com/dnnsoftware/Dnn.Platform/releases | ||
2. Fork this repository to your own github account | ||
3. Clone your fork to the Dnn DesktopModules folder | ||
4. Important, the project name id Dnn.Links, but the deployment directory is just Links (more later) | ||
5. Build the project in release mode using Visual Studio, this will create the installable packages in the Install/ folder of Dnn.Links folder | ||
6. Install one of the zip packages using the Dnn extension installer as any other module | ||
7. In Visual Studio, create a new branch to isolate your changes. | ||
8. In Visual studio, to test any changes, you need to build in debug mode, this will compile and copy all files from Dnn.Announcements (the source code) to Announcements (the deployment folder). To debug, use the attach to process feature and attach it to the w3wp process that matches the running site. | ||
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. |
Oops, something went wrong.