Skip to content

Commit

Permalink
Merge pull request #42 from EPTamminga/master
Browse files Browse the repository at this point in the history
Small textual corrections and cleanup
  • Loading branch information
EPTamminga authored Aug 22, 2018
2 parents e1f71cb + 5c5d71e commit 5a7c242
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 27 deletions.
6 changes: 3 additions & 3 deletions App_LocalResources/Settings.ascx.resx
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,15 @@
<value>Name</value>
</data>
<data name="plSelectingMethod.Help" xml:space="preserve">
<value>Choose whether you want to directly select the user from the dropdown or if you want to acknowledge with the green button</value>
<value>Choose whether you want to directly select the user from the single dropdown or if you want to have filtering on users and/or roles added to the selection</value>
</data>
<data name="plSelectingMethod.Text" xml:space="preserve">
<value>Selecting method</value>
</data>
<data name="Fast.Text" xml:space="preserve">
<value>Fast selecting method</value>
<value>Direct select from userlist</value>
</data>
<data name="Slow.Text" xml:space="preserve">
<value>Slow selecting method</value>
<value>Select after user &amp; role filtering</value>
</data>
</root>
1 change: 0 additions & 1 deletion IdentitySwitcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@
<SubType>Designer</SubType>
</None>
<Content Include="Installation\CleanUp\Cleanup.03.00.00.txt" />
<Content Include="Installation\ReleaseNotes\Release.02.00.00.txt" />
<Content Include="Installation\ReleaseNotes\Release.03.00.00.txt" />
<Content Include="node_modules\angular-resource\angular-resource.js" />
<Content Include="node_modules\angular-resource\angular-resource.min.js" />
Expand Down
8 changes: 4 additions & 4 deletions Installation/IdentitySwitcher.dnn
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<description>The IdentitySwitcher is a simple and useful tool to allow you to switch between users, without knowing their passwords.</description>
<iconFile>DesktopModules\IdentitySwitcher\IdentitySwitcher.png</iconFile>
<owner>
<name>DNNCorp</name>
<organization>DNNCorp</organization>
<url>http://www.dnnsoftware.com</url>
<email>[email protected]</email>
<name>DNN-Connect</name>
<organization>DNN-Connect</organization>
<url>http://www.dnn-connect.org</url>
<email>[email protected]</email>
</owner>
<license src="License.txt"></license>
<releaseNotes src="Release.03.00.00.txt"></releaseNotes>
Expand Down
6 changes: 3 additions & 3 deletions Installation/License.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DotNetNuke - http://www.dnnsoftware.com<br/>
Copyright (c) 2002-2018<br/>
by DNN Corporation
DNN-Connect - https://www.dnn-connect.org<br/>
Copyright (c) 2018<br/>
by DNN-Connect
<br/>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation
Expand Down
6 changes: 3 additions & 3 deletions Installation/Project.targets
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
<!--####################################################################### -->
<!--Company properties-->
<PropertyGroup>
<CompanyName>DNNCorp</CompanyName>
<CompanyUrl>http://www.dnnsoftware.com</CompanyUrl>
<CompanyEmail>[email protected]</CompanyEmail>
<CompanyName>DNN-Connect</CompanyName>
<CompanyUrl>http://www.dnn-connect.org</CompanyUrl>
<CompanyEmail>[email protected]</CompanyEmail>
</PropertyGroup>
<!--You may change these properties when needed-->
<PropertyGroup>
Expand Down
9 changes: 0 additions & 9 deletions Installation/ReleaseNotes/Release.02.00.00.txt

This file was deleted.

8 changes: 4 additions & 4 deletions Installation/ReleaseNotes/Release.03.00.00.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<p>Full details on the changes can be found in great detail at <a href="https://github.com/DNN-Connect/IdentitySwitcher" target="_blank">https://github.com/DNN-Connect/IdentitySwitcher</a>.</p>
<h3>ENHANCEMENTS<h3>
<ul>
<li>Two modes of switching defined: select from all users, or select role/users in role</li>
<li>Two modes of switching defined: direct select from all users, or filter on role/users first before selection</li>
</ul>
<h3>CHANGES</h3>
<ul>
<li>Code module changed from VB to C#.</li>
<li>Code module changed from VB to C#</li>
<li>DNNtc.MSBuild structure and attributes build in</li>
<li>Replace all deprecated DNN API calls by new API calls</li>
<li>Replaced UI with new Angular front end construction</li>
</ul>
<h3>NOTES<h3>
<ul>
<li>Tested under 9.2.1 and when placing the module on a page user needs to refresh once to make the module work</li>
<li>Don't place multiple IdentitySwitcher modules on the same page as the module is not configured for this.</li>
<li>Tested on DNN 9.2.1 and when placing the module on a page you need to refresh the page at least once to display the module correctly</li>
<li>Don't place multiple IdentitySwitcher modules on the same page as the module is not fit for such a scenario</li>
</ul>

0 comments on commit 5a7c242

Please sign in to comment.