Skip to content

Commit 6142703

Browse files
authored
Merge pull request DNNCommunity#306 from WillStrohl/tasks/7.0.8-release-prep
Tasks/7.0.8 release prep
2 parents fe1c772 + ed2bfb7 commit 6142703

6 files changed

+64
-45
lines changed

ActiveForums.dnn

+40-40
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<dotnetnuke type="Package" version="5.0">
1+
<dotnetnuke type="Package" version="5.0">
22
<packages>
33
<package name="Active Forums" type="Module" version="07.00.09">
44
<friendlyName>Active Forums</friendlyName>
@@ -73,7 +73,7 @@
7373
<attributes>
7474
<businessControllerClass>DotNetNuke.Modules.ActiveForums.TopicsController, DotNetNuke.Modules.ActiveForums</businessControllerClass>
7575
<desktopModuleID>[DESKTOPMODULEID]</desktopModuleID>
76-
<upgradeVersionsList>06.04.00,06.04.01,06.05.00,06.05.01,06.06.00,07.00.00,07.00.01,07.00.02,07.00.03,07.00.04,07.00.05,07.00.06,07.00.07,07.00.08,07.00.09</upgradeVersionsList>
76+
<upgradeVersionsList>07.00.07</upgradeVersionsList>
7777
</attributes>
7878
</eventMessage>
7979
</component>
@@ -334,47 +334,47 @@
334334
<name>07.00.00.SqlDataProvider</name>
335335
<version>07.00.00</version>
336336
</script>
337-
<script type="Install">
338-
<path>sql</path>
339-
<name>07.00.02.SqlDataProvider</name>
340-
<version>07.00.02</version>
341-
</script>
342-
<script type="Install">
343-
<path>sql</path>
344-
<name>07.00.04.SqlDataProvider</name>
345-
<version>07.00.04</version>
346-
</script>
347-
<script type="Install">
348-
<path>sql</path>
349-
<name>07.00.05.SqlDataProvider</name>
350-
<version>07.00.05</version>
351-
</script>
352-
<script type="Install">
353-
<path>sql</path>
354-
<name>07.00.06.SqlDataProvider</name>
355-
<version>07.00.06</version>
356-
</script>
357-
<script type="Install">
358-
<path>sql</path>
359-
<name>07.00.07.SqlDataProvider</name>
360-
<version>07.00.07</version>
361-
</script>
362-
<script type="Install">
363-
<path>sql</path>
364-
<name>07.00.08.SqlDataProvider</name>
365-
<version>07.00.08</version>
366-
</script>
367-
<script type="Install">
368-
<path>sql</path>
369-
<name>07.00.09.SqlDataProvider</name>
370-
<version>07.00.09</version>
371-
</script>
372-
<script type="UnInstall">
337+
<script type="Install">
338+
<path>sql</path>
339+
<name>07.00.02.SqlDataProvider</name>
340+
<version>07.00.02</version>
341+
</script>
342+
<script type="Install">
343+
<path>sql</path>
344+
<name>07.00.04.SqlDataProvider</name>
345+
<version>07.00.04</version>
346+
</script>
347+
<script type="Install">
348+
<path>sql</path>
349+
<name>07.00.05.SqlDataProvider</name>
350+
<version>07.00.05</version>
351+
</script>
352+
<script type="Install">
353+
<path>sql</path>
354+
<name>07.00.06.SqlDataProvider</name>
355+
<version>07.00.06</version>
356+
</script>
357+
<script type="Install">
358+
<path>sql</path>
359+
<name>07.00.07.SqlDataProvider</name>
360+
<version>07.00.07</version>
361+
</script>
362+
<script type="Install">
363+
<path>sql</path>
364+
<name>07.00.08.SqlDataProvider</name>
365+
<version>07.00.08</version>
366+
</script>
367+
<script type="Install">
368+
<path>sql</path>
369+
<name>07.00.09.SqlDataProvider</name>
370+
<version>07.00.09</version>
371+
</script>
372+
<script type="UnInstall">
373373
<path>sql</path>
374374
<name>Uninstall.SqlDataProvider</name>
375375
<version>07.00.09</version>
376-
</script>
377-
</scripts>
376+
</script>
377+
</scripts>
378378
</component>
379379
<component type="ResourceFile">
380380
<resourceFiles>

ActiveForums_Symbols.dnn

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<dotnetnuke type="Package" version="5.0">
1+
<dotnetnuke type="Package" version="5.0">
22
<packages>
33
<package name="Active Forums_Symbols" type="Library" version="07.00.09">
44
<friendlyName>Active Forums Symbols</friendlyName>
@@ -14,7 +14,7 @@
1414
<releaseNotes src="ReleaseNotes.txt" />
1515
<azureCompatible>True</azureCompatible>
1616
<dependencies>
17-
<dependency type="managedPackage" version="7.0.7">Active Forums</dependency>
17+
<dependency type="managedPackage" version="7.0.9">Active Forums</dependency>
1818
</dependencies>
1919
<components>
2020
<component type="ResourceFile">

ForumSettings.ascx.cs

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ protected override void OnLoad(EventArgs e)
6969
rdEnableURLRewriter.SelectedIndex = 1;
7070
rdEnableURLRewriter.Enabled = false;
7171
}
72+
7273
var u = DotNetNuke.Entities.Users.UserController.Instance.GetCurrentUserInfo();
7374
if (u.IsSuperUser & (HttpRuntime.IISVersion.Major >= 7) &!(PortalSettings.PortalAlias.HTTPAlias.Contains("/")))
7475
{

ReleaseNotes.txt

+9-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@
77
<hr/>
88
<div class="dnnClear">
99

10-
<h3>07.00.08</h3>
10+
<h3>07.00.09</h3>
1111
<h4>Features, Enhancements, and Bug Fixes</h4>
1212
<ul>
13-
<li>FIXED: Removed redundant indexes on the activeforums_ForumTopics table (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/218">Issue 218</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
14-
<li>FIXED: User's Last Post date/time not stored in UTC (affecting flood control if used) (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/233">Issue 233</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
13+
<li>NEW: Replaced flood control dropdown list with a textbox for finer tune control (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/234">Issue 234</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
14+
<li>FIXED: User's Last Post date/time not stored in UTC (affecting flood control if used) (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/233">Issue 233</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
15+
<li>BUG: Removed redundant indexes on the activeforums_ForumTopics table (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/218">Issue 218</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
16+
<li>BUG: URL Rewrite incorrectly not available on IIS versions higher than v8 (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/282">Issue 282</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
17+
<li>BUG: Updated incorrect image paths from /images/images to /images (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/191">Issue 191</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
18+
<li>BUG: Added a missing SQL query to remove orphaned rewrite URL data (No issue, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
19+
<li>BUG: Fixed flood control bug due to a GitHub merge conflict (No issue, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
20+
<li>TASK: Updated namespaces to be more contectually obvious to developers (No issue, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
1521
</ul>
1622

1723
<h3>07.00.07</h3>

sql/07.00.07.SqlDataProvider

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
SET NOCOUNT ON
44
GO
55

6+
/* Remove orphaned URL rewrite records */
7+
DELETE u FROM {databaseOwner}[{objectQualifier}activeforums_URL] u
8+
LEFT OUTER JOIN {databaseOwner}[{objectQualifier}activeforums_Topics] t
9+
ON t.TopicId = u.TopicId
10+
WHERE t.TopicId IS NULL
11+
612
/* remove obsolete license key from activeforums_Settings with ModuleId = -1 to avoid missing row in CONSTRAINT from activeforums_Settings to Modules */
713
DELETE FROM {databaseOwner}[{objectQualifier}activeforums_Settings] WHERE ModuleId = -1 AND SettingName = 'AFKEY'
814
GO

sql/07.00.08.SqlDataProvider

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/* Remove orphaned URL rewrite records */
2+
DELETE u FROM {databaseOwner}[{objectQualifier}activeforums_URL] u
3+
LEFT OUTER JOIN {databaseOwner}[{objectQualifier}activeforums_Topics] t
4+
ON t.TopicId = u.TopicId
5+
WHERE t.TopicId IS NULL
6+
17
/* issues 218 -- begin -- remove redundant indexes */
28

39
/* remove old redundant indexes if they exist */

0 commit comments

Comments
 (0)