Skip to content

Commit

Permalink
Merge of changes from Will M for beta release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelsellers committed Sep 14, 2016
1 parent 6404404 commit 960c3f6
Show file tree
Hide file tree
Showing 19 changed files with 1,898 additions and 802 deletions.
1,030 changes: 1,030 additions & 0 deletions .vs/config/applicationhost.config

Large diffs are not rendered by default.

52 changes: 52 additions & 0 deletions ActiveForums 4.0.sln.GhostDoc.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<GhostDoc>
<IgnoreFilePatterns>
<IgnoreFilePattern>*.min.js</IgnoreFilePattern>
<IgnoreFilePattern>jquery*.js</IgnoreFilePattern>
</IgnoreFilePatterns>
<SpellChecker>
<IncludeExtensions>
</IncludeExtensions>
<IgnoreExtensions>
</IgnoreExtensions>
<IgnoreFiles>
</IgnoreFiles>
</SpellChecker>
<HelpConfigurations selected="HelpFile">
<HelpConfiguration name="HelpFile">
<OutputPath>.\Help</OutputPath>
<CleanupOutputPath>true</CleanupOutputPath>
<HelpFileName>ActiveForums 4.0</HelpFileName>
<ImageFolderPath />
<Theme />
<HtmlFormats>
<HtmlHelp>true</HtmlHelp>
<MSHelpViewer>false</MSHelpViewer>
<MSHelp2>false</MSHelp2>
<Website>false</Website>
</HtmlFormats>
<IncludeScopes>
<Public>true</Public>
<Internal>false</Internal>
<Protected>false</Protected>
<Private>false</Private>
<Inherited>true</Inherited>
<InheritedFromReferences>true</InheritedFromReferences>
<EnableTags>false</EnableTags>
<TagList />
<AutoGeneratedDocs />
<DocsThatRequireEditing />
</IncludeScopes>
<SyntaxLanguages>
<CSharp>true</CSharp>
<VisualBasic>true</VisualBasic>
<CPlusPlus>true</CPlusPlus>
</SyntaxLanguages>
<ResolveCrefLinks>true</ResolveCrefLinks>
<HeaderText />
<FooterText />
<SelectedProjects />
</HelpConfiguration>
</HelpConfigurations>
<GeneralProperties>
</GeneralProperties>
</GhostDoc>
113 changes: 62 additions & 51 deletions ActiveForums.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<ProductVersion>8.0.30703</ProductVersion>
Expand All @@ -12,7 +12,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DotNetNuke.Modules.ActiveForums</RootNamespace>
<OldToolsVersion>4.0</OldToolsVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkProfile />
<FileUpgradeFlags>
</FileUpgradeFlags>
Expand Down Expand Up @@ -49,6 +49,7 @@
<DebugType>full</DebugType>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<UseVSHostingProcess>true</UseVSHostingProcess>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>..\..\bin\</OutputPath>
Expand All @@ -59,6 +60,7 @@
<WarningLevel>1</WarningLevel>
<DebugType>none</DebugType>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Enterprise|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
Expand All @@ -70,6 +72,7 @@
<Optimize>true</Optimize>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Standard|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
Expand All @@ -79,6 +82,7 @@
<DebugType>None</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'LITE|AnyCPU' ">
<OutputPath>bin\LITE\</OutputPath>
Expand All @@ -88,6 +92,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<Optimize>true</Optimize>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Express|AnyCPU' ">
<OutputPath>bin\Express\</OutputPath>
Expand All @@ -96,51 +101,36 @@
<DebugType>None</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="ClientDependency.Core, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\References\DNN 7.0.0\ClientDependency.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="DotNetNuke, Version=7.0.2.1, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\References\DNN 7.0.0\DotNetNuke.dll</HintPath>
<Private>False</Private>
<Reference Include="DotNetNuke, Version=8.0.0.809, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\DotNetNuke.Core.8.0.0.809\lib\net40\DotNetNuke.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DotNetNuke.Web, Version=7.0.2.1, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\References\DNN 7.0.0\DotNetNuke.Web.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="DotNetNuke.Web.Client, Version=6.1.2.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\References\DNN 7.0.0\DotNetNuke.Web.Client.dll</HintPath>
<Private>False</Private>
<Reference Include="DotNetNuke.Web, Version=8.0.0.809, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\DotNetNuke.Web.8.0.0.809\lib\net40\DotNetNuke.Web.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DotNetNuke.WebControls, Version=2.4.0.598, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\References\DNN 7.0.0\DotNetNuke.WebControls.dll</HintPath>
<Private>False</Private>
<Reference Include="DotNetNuke.Web.Client, Version=7.4.2.216, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\DotNetNuke.Web.Client.7.4.2.216\lib\net40\DotNetNuke.Web.Client.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DotNetNuke.WebUtility, Version=4.2.1.783, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\References\DNN 7.0.0\DotNetNuke.WebUtility.dll</HintPath>
<Private>False</Private>
<HintPath>packages\DotNetNuke.Web.8.0.0.809\lib\net40\DotNetNuke.WebUtility.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.ApplicationBlocks.Data, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\References\DNN 7.0.0\Microsoft.ApplicationBlocks.Data.dll</HintPath>
<Private>False</Private>
<HintPath>packages\DotNetNuke.Core.8.0.0.809\lib\net40\Microsoft.ApplicationBlocks.Data.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\References\DNN 7.0.0\Microsoft.Web.Helpers.dll</HintPath>
<Private>False</Private>
<HintPath>packages\microsoft-web-helpers.2.1.20710.2\lib\net40\Microsoft.Web.Helpers.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\References\DNN 7.0.0\Microsoft.Web.Infrastructure.dll</HintPath>
<HintPath>packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System">
<Name>System</Name>
Expand All @@ -164,23 +154,41 @@
</Reference>
<Reference Include="System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\References\DNN 7.0.0\System.Net.Http.Formatting.dll</HintPath>
<Private>False</Private>
<HintPath>ReferencedAssemblies\System.Net.Http.Formatting.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web">
<Name>System.Web</Name>
</Reference>
<Reference Include="System.Web.Abstractions" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.Helpers.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\References\DNN 7.0.0\System.Web.Http.dll</HintPath>
<Private>False</Private>
<HintPath>..\..\bin\System.Web.Http.dll</HintPath>
</Reference>
<Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.AspNet.Razor.2.0.20505.0\lib\net40\System.Web.Razor.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.RegularExpressions" />
<Reference Include="System.Web.Routing" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.WebPages.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.AspNet.WebPages.2.0.20505.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Xml">
<Name>System.XML</Name>
</Reference>
Expand All @@ -190,6 +198,14 @@
<HintPath>..\..\..\References\DNN 7.0.0\Telerik.Web.UI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="WebMatrix.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.AspNet.WebPages.Data.2.0.20505.0\lib\net40\WebMatrix.Data.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="WebMatrix.WebData, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.AspNet.WebPages.WebData.2.0.20505.0\lib\net40\WebMatrix.WebData.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Import Include="System" />
Expand All @@ -216,6 +232,7 @@
</Content>
<Content Include="config\templates\AddThis.txt" />
<Content Include="config\templates\AdminWatchEmail_text.txt" />
<None Include="app.config" />
<None Include="BuildScripts\ModulePackage.targets">
<SubType>Designer</SubType>
</None>
Expand Down Expand Up @@ -271,7 +288,9 @@
<Content Include="controls\profile_adminsettings.ascx">
<SubType>ASPXCodeBehind</SubType>
</Content>
<Content Include="controls\profile_mypreferences.ascx" />
<Content Include="controls\profile_mypreferences.ascx">
<SubType>ASPXCodeBehind</SubType>
</Content>
<Content Include="App_LocalResources\ForumSettings.ascx.resx">
<SubType>Designer</SubType>
</Content>
Expand All @@ -290,7 +309,6 @@
<EmbeddedResource Include="sql\FullTextInstallPart2.sql" />
<Content Include="Documentation\License.txt" />
<Content Include="Documentation\ReleaseNotes.txt" />
<Content Include="ForumEditor.ascx" />
<Content Include="handlers\adminhelper.ashx" />
<Content Include="images\add-circle.png" />
<Content Include="images\af-fileicon.png" />
Expand All @@ -315,6 +333,8 @@
<Content Include="images\save16.png" />
<Content Include="module.css" />
<EmbeddedResource Include="scripts\afadmin.properties.js" />
<Content Include="ReferencedAssemblies\System.Net.Http.Formatting.dll" />
<Content Include="ReferencedAssemblies\System.Web.Http.dll" />
<Content Include="scripts\afattach.js" />
<Content Include="scripts\afcommon.js" />
<Content Include="scripts\afdebug.js" />
Expand All @@ -340,6 +360,7 @@
<Content Include="ForumSettings.ascx">
<SubType>ASPXCodeBehind</SubType>
</Content>
<None Include="packages.config" />
<None Include="sql\04.01.17.SqlDataProvider" />
<None Include="sql\04.01.18.SqlDataProvider" />
<None Include="sql\04.02.06.SqlDataProvider" />
Expand Down Expand Up @@ -984,13 +1005,6 @@
<Compile Include="CustomControls\Views\ForumDisplay.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="ForumEditor.ascx.designer.cs">
<DependentUpon>ForumEditor.ascx</DependentUpon>
</Compile>
<Compile Include="ForumEditor.ascx.cs">
<DependentUpon>ForumEditor.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="handlers\adminhelper.ashx.cs">
<DependentUpon>adminhelper.ashx</DependentUpon>
</Compile>
Expand Down Expand Up @@ -1360,9 +1374,6 @@
<None Include="sql\05.01.00.SqlDataProvider" />
<None Include="WhatsNewResources.zip" />
</ItemGroup>
<ItemGroup>
<WebReferences Include="Web References\" />
</ItemGroup>
<ItemGroup>
<Folder Include="class\API\" />
<Folder Include="components\Security\" />
Expand Down
6 changes: 3 additions & 3 deletions ActiveForums.dnn
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<releaseNotes src="ReleaseNotes.txt"></releaseNotes>
<azureCompatible>true</azureCompatible>
<dependencies>
<dependency type="CoreVersion">07.00.00</dependency>
<dependency type="CoreVersion">08.00.00</dependency>
</dependencies>
<components>
<component type="Module">
Expand Down Expand Up @@ -73,7 +73,7 @@
<assembly>
<name>DotNetNuke.Modules.ActiveForums.dll</name>
<sourceFileName>DotNetNuke.Modules.ActiveForums.dll</sourceFileName>
<version>06.03.00</version>
<version>06.02.08</version>
</assembly>
</assemblies>
</component>
Expand Down Expand Up @@ -330,7 +330,7 @@
</component>
</components>
</package>
<package name="Active Forums What's New" type="Module" version="06.03.00">
<package name="Active Forums What's New" type="Module" version="06.02.08">
<friendlyName>Active Forums What's New</friendlyName>
<foldername>ActiveForumsWhatsNew</foldername>
<description>Display the most recent topics or replies from selected forums on any page within your site.</description>
Expand Down
7 changes: 2 additions & 5 deletions Documentation/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ Active Forums is an award winning, DotNetNuke module that allows you to easily b
</div>
<h3>Release Notes</h3>


<b>Version 06.03.00</b>

<ul>
<li>Pull #323 - Update forumview.txt for correction in alignment in IE 9</li>
<li>Pull #324 - Update TopicsView.txt for correction in alignment in IE 9</li>
<li>Pull #325 - Update date picker for issue found in IE 9</li>
<li>Pull #331 - Update module.css for correction to content localization</li>
<li>DNN Minimum Version: Changed to 8.0.0 or later</li>
<li>Build process changed to allow stand-alone compilation</p>
</ul>

<b>Version 06.02.08</b>
Expand Down
Loading

0 comments on commit 960c3f6

Please sign in to comment.