Skip to content

Commit 38e2f90

Browse files
author
Jay Mathis
committed
removes unecessary library references
1 parent 8a4cfd0 commit 38e2f90

5 files changed

Lines changed: 24 additions & 3874 deletions

File tree

Controllers/VisitorController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using System.Collections.Generic;
66
using System.Data;
77
using System.Linq;
8-
using System.Linq.Dynamic;
98
using System.Net;
109
using System.Net.Http;
1110
using System.Web.Http;

Dnn.WebAnalytics.csproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,11 @@
5858
<HintPath>..\..\bin\DotNetNuke.Web.Client.dll</HintPath>
5959
<Private>False</Private>
6060
</Reference>
61-
<Reference Include="DynamicQueryable, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
62-
<HintPath>packages\DynamicQueryable.2.0.25\lib\netstandard2.0\DynamicQueryable.dll</HintPath>
63-
</Reference>
6461
<Reference Include="FiftyOne.Foundation">
6562
<SpecificVersion>False</SpecificVersion>
6663
<HintPath>_LegacyReferences\FiftyOne.Foundation.dll</HintPath>
6764
<Private>True</Private>
6865
</Reference>
69-
<Reference Include="Jokenizer.Net, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
70-
<HintPath>packages\Jokenizer.Net.1.1.0\lib\netstandard2.0\Jokenizer.Net.dll</HintPath>
71-
</Reference>
7266
<Reference Include="MaxMind.Db, Version=2.0.0.0, Culture=neutral, PublicKeyToken=66afa4cc5ae853ac, processorArchitecture=MSIL">
7367
<HintPath>packages\MaxMind.Db.2.4.0\lib\net45\MaxMind.Db.dll</HintPath>
7468
<Private>True</Private>
@@ -98,11 +92,6 @@
9892
</Reference>
9993
<Reference Include="System.XML" />
10094
<Reference Include="System.Xml.Linq" />
101-
<Reference Include="Telerik.Web.UI, Version=2013.2.717.40, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL">
102-
<SpecificVersion>False</SpecificVersion>
103-
<HintPath>..\..\bin\Telerik.Web.UI.dll</HintPath>
104-
<Private>False</Private>
105-
</Reference>
10695
</ItemGroup>
10796
<ItemGroup>
10897
<Compile Include="Components\VisitorTracker.cs" />
@@ -157,7 +146,6 @@
157146
<Content Include="MapSettings.ascx" />
158147
<Content Include="plugins\angular-chart\angular-chart.js" />
159148
<Content Include="plugins\angular-chart\angular-chart.min.js" />
160-
<Content Include="plugins\lodash\lodash.js" />
161149
<Content Include="Scripts\01.01.01.sql" />
162150
<Content Include="Scripts\01.01.00.sql" />
163151
<Content Include="View.ascx" />

Dnn.WebAnalytics.dnn

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<dotnetnuke type="Package" version="5.0">
2-
<packages><package name="Dnn.WebAnalytics" type="Module" version="1.0.8">
2+
<packages><package name="Dnn.WebAnalytics" type="Module" version="1.1.2">
33
<friendlyName>Dnn.WebAnalytics</friendlyName>
44
<description />
55
<iconFile>/Images/icon_extensions_32px.png</iconFile>
@@ -12,6 +12,26 @@
1212
<license />
1313
<releaseNotes />
1414
<components>
15+
<component type="Script">
16+
<scripts>
17+
<basePath>DesktopModules\Dnn.WebAnalytics</basePath>
18+
<script type="Install">
19+
<path>Scripts</path>
20+
<name>01.01.01.sql</name>
21+
<version>01.01.01</version>
22+
</script>
23+
<script type="Install">
24+
<path>Scripts</path>
25+
<name>01.01.00.sql</name>
26+
<version>01.01.00</version>
27+
</script>
28+
<script type="Install">
29+
<path>Scripts</path>
30+
<name>01.00.00.sql</name>
31+
<version>01.00.00</version>
32+
</script>
33+
</scripts>
34+
</component>
1535
<component type="Module">
1636
<desktopModule>
1737
<moduleName>Dnn.WebAnalytics</moduleName>
@@ -94,6 +114,9 @@
94114
<file>
95115
<name>Map.ascx</name>
96116
</file>
117+
<file>
118+
<name>MapSettings.ascx</name>
119+
</file>
97120
<file>
98121
<path>plugins\angular-chart</path>
99122
<name>angular-chart.js</name>
@@ -102,10 +125,6 @@
102125
<path>plugins\angular-chart</path>
103126
<name>angular-chart.min.js</name>
104127
</file>
105-
<file>
106-
<path>plugins\angular-google-maps</path>
107-
<name>angular-google-maps.min.js</name>
108-
</file>
109128
<file>
110129
<path>plugins\lodash</path>
111130
<name>lodash.js</name>

ModuleBase.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ protected void Page_Load(Object sender, EventArgs e)
1919
ClientResourceManager.RegisterStyleSheet(this.Page, ResolveUrl("https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.min.css"), 2);
2020
ClientResourceManager.RegisterScript(this.Page, ResolveUrl("https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.bundle.min.js"), 5);
2121
ClientResourceManager.RegisterScript(this.Page, ResolveUrl("/DesktopModules/Dnn.WebAnalytics/plugins/angular-chart/angular-chart.min.js"), 6);
22-
23-
ClientResourceManager.RegisterScript(this.Page, ResolveUrl("http://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.0.1/lodash.js"), 1);
2422

2523
ClientResourceManager.RegisterScript(this.Page, ResolveUrl("https://ajax.googleapis.com/ajax/libs/angularjs/1.7.8/angular.min.js"), 2);
2624
ClientResourceManager.RegisterScript(this.Page, ResolveUrl("https://ajax.googleapis.com/ajax/libs/angularjs/1.7.8/angular-messages.min.js"), 3);

0 commit comments

Comments
 (0)