Skip to content

Commit 6c8334e

Browse files
authored
Merge pull request DNNCommunity#334 from WillStrohl/tasks/release-7.0.11-prep
Tasks/release 7.0.11 prep
2 parents d1b18a7 + a3e90fd commit 6c8334e

File tree

2 files changed

+87
-77
lines changed

2 files changed

+87
-77
lines changed

ActiveForums.dnn

+76-76
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dotnetnuke type="Package" version="5.0">
2-
<packages>
3-
<package name="Active Forums" type="Module" version="07.00.11">
2+
<packages>
3+
<package name="Active Forums" type="Module" version="07.00.11">
44
<friendlyName>Active Forums</friendlyName>
55
<description>Community Forums: The official online forums module for the DNN Community.</description>
66
<iconFile>DesktopModules/ActiveForums/images/af6_icon.jpg</iconFile>
@@ -335,7 +335,7 @@
335335
<version>07.00.00</version>
336336
</script>
337337
<script type="Install">
338-
<path>sql</path>
338+
<path>sql</path>
339339
<name>07.00.02.SqlDataProvider</name>
340340
<version>07.00.02</version>
341341
</script>
@@ -374,15 +374,15 @@
374374
<name>07.00.10.SqlDataProvider</name>
375375
<version>07.00.10</version>
376376
</script>
377-
<script type="Install">
377+
<script type="Install">
378378
<path>sql</path>
379379
<name>07.00.11.SqlDataProvider</name>
380380
<version>07.00.11</version>
381381
</script>
382382
<script type="UnInstall">
383383
<path>sql</path>
384384
<name>Uninstall.SqlDataProvider</name>
385-
<version>07.00.11</version>
385+
<version>07.00.11</version>
386386
</script>
387387
</scripts>
388388
</component>
@@ -412,10 +412,10 @@
412412
</configuration>
413413
</uninstall>
414414
</config>
415-
</component>
415+
</component>
416416
<component type="Cleanup" version="06.04.00" fileName="06.04.00.txt" />
417-
<component type="Cleanup" version="07.00.03" fileName="07.00.03.txt" />
418-
<component type="Cleanup" version="07.00.11" fileName="07.00.11.txt" />
417+
<component type="Cleanup" version="07.00.03" fileName="07.00.03.txt" />
418+
<component type="Cleanup" version="07.00.11" fileName="07.00.11.txt" />
419419
</components>
420420
</package>
421421

@@ -488,75 +488,75 @@
488488
</component>
489489
</components>
490490
</package>
491-
491+
492492
<package name="Active Forums Viewer" type="Module" version="07.00.11">
493-
<friendlyName>Active Forums Viewer</friendlyName>
494-
<foldername>ActiveForumsViewer</foldername>
495-
<description>Community Forums: Display any forum topic view on any page within your site.</description>
496-
<iconFile>DesktopModules/ActiveForums/images/af6_icon.jpg</iconFile>
497-
<owner>
498-
<name>DNN Community</name>
499-
<organization>DNN Community</organization>
500-
<url>dnncommunity.org</url>
501-
<email>community@dnncommunity.org</email>
502-
</owner>
503-
<license src="License.txt" />
504-
<releaseNotes src="ReleaseNotes.txt" />
505-
<azureCompatible>true</azureCompatible>
506-
<dependencies>
507-
<dependency type="CoreVersion">09.04.00</dependency>
508-
</dependencies>
509-
<components>
510-
<component type="Module">
511-
<desktopModule>
512-
<moduleName>Active Forums Viewer</moduleName>
513-
<foldername>ActiveForumsViewer</foldername>
514-
<businessControllerClass />
515-
<supportedFeatures />
516-
<moduleDefinitions>
517-
<moduleDefinition>
518-
<friendlyName>Active Forums Viewer</friendlyName>
519-
<definitionName>Active Forums Viewer</definitionName>
520-
<defaultCacheTime>0</defaultCacheTime>
521-
<moduleControls>
522-
<moduleControl>
523-
<controlKey />
524-
<controlSrc>DesktopModules/ActiveForumsViewer/ActiveForumViewer.ascx</controlSrc>
525-
<supportsPartialRendering>False</supportsPartialRendering>
526-
<controlTitle>Active Forums Viewer</controlTitle>
527-
<controlType>View</controlType>
528-
<iconFile />
529-
<helpUrl />
530-
<supportsPopUps>False</supportsPopUps>
531-
<viewOrder>0</viewOrder>
532-
</moduleControl>
533-
<moduleControl>
534-
<controlKey>Settings</controlKey>
535-
<controlSrc>DesktopModules/ActiveForumsViewer/ActiveForumViewerSettings.ascx</controlSrc>
536-
<supportsPartialRendering>False</supportsPartialRendering>
537-
<controlTitle>Settings</controlTitle>
538-
<controlType>Edit</controlType>
539-
<iconFile />
540-
<helpUrl />
541-
<supportsPopUps>False</supportsPopUps>
542-
</moduleControl>
543-
</moduleControls>
544-
</moduleDefinition>
545-
</moduleDefinitions>
546-
</desktopModule>
547-
</component>
548-
<component type="ResourceFile">
549-
<resourceFiles>
550-
<basePath>DesktopModules\ActiveForumsViewer</basePath>
551-
<resourceFile>
552-
<name>ActiveForumsViewerResources.zip</name>
553-
<sourceFileName>ActiveForumsViewerResources.zip</sourceFileName>
554-
</resourceFile>
555-
</resourceFiles>
556-
</component>
557-
</components>
558-
</package>
559-
493+
<friendlyName>Active Forums Viewer</friendlyName>
494+
<foldername>ActiveForumsViewer</foldername>
495+
<description>Community Forums: Display any forum topic view on any page within your site.</description>
496+
<iconFile>DesktopModules/ActiveForums/images/af6_icon.jpg</iconFile>
497+
<owner>
498+
<name>DNN Community</name>
499+
<organization>DNN Community</organization>
500+
<url>dnncommunity.org</url>
501+
<email>community@dnncommunity.org</email>
502+
</owner>
503+
<license src="License.txt" />
504+
<releaseNotes src="ReleaseNotes.txt" />
505+
<azureCompatible>true</azureCompatible>
506+
<dependencies>
507+
<dependency type="CoreVersion">09.04.00</dependency>
508+
</dependencies>
509+
<components>
510+
<component type="Module">
511+
<desktopModule>
512+
<moduleName>Active Forums Viewer</moduleName>
513+
<foldername>ActiveForumsViewer</foldername>
514+
<businessControllerClass />
515+
<supportedFeatures />
516+
<moduleDefinitions>
517+
<moduleDefinition>
518+
<friendlyName>Active Forums Viewer</friendlyName>
519+
<definitionName>Active Forums Viewer</definitionName>
520+
<defaultCacheTime>0</defaultCacheTime>
521+
<moduleControls>
522+
<moduleControl>
523+
<controlKey />
524+
<controlSrc>DesktopModules/ActiveForumsViewer/ActiveForumViewer.ascx</controlSrc>
525+
<supportsPartialRendering>False</supportsPartialRendering>
526+
<controlTitle>Active Forums Viewer</controlTitle>
527+
<controlType>View</controlType>
528+
<iconFile />
529+
<helpUrl />
530+
<supportsPopUps>False</supportsPopUps>
531+
<viewOrder>0</viewOrder>
532+
</moduleControl>
533+
<moduleControl>
534+
<controlKey>Settings</controlKey>
535+
<controlSrc>DesktopModules/ActiveForumsViewer/ActiveForumViewerSettings.ascx</controlSrc>
536+
<supportsPartialRendering>False</supportsPartialRendering>
537+
<controlTitle>Settings</controlTitle>
538+
<controlType>Edit</controlType>
539+
<iconFile />
540+
<helpUrl />
541+
<supportsPopUps>False</supportsPopUps>
542+
</moduleControl>
543+
</moduleControls>
544+
</moduleDefinition>
545+
</moduleDefinitions>
546+
</desktopModule>
547+
</component>
548+
<component type="ResourceFile">
549+
<resourceFiles>
550+
<basePath>DesktopModules\ActiveForumsViewer</basePath>
551+
<resourceFile>
552+
<name>ActiveForumsViewerResources.zip</name>
553+
<sourceFileName>ActiveForumsViewerResources.zip</sourceFileName>
554+
</resourceFile>
555+
</resourceFiles>
556+
</component>
557+
</components>
558+
</package>
559+
560560

561561
</packages>
562562
</dotnetnuke>

ReleaseNotes.txt

+11-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,17 @@
1010
<h3>07.00.11</h3>
1111
<h4>Features, Enhancements, and Bug Fixes</h4>
1212
<ul>
13-
<li>TASK: Refactor old upgrade code (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/298">Issue 298</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
13+
<li>NEW: Refactored Legacy Upgrade Code to Only Run at Module Start (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/298">Issue 298</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
14+
<li>BUG: Like UI Image Does Not Update On-Click (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/320">Issue 320</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
15+
<li>BUG: Flood Control Does Not Take Replies into Account (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/81">Issue 81</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
16+
<li>BUG: Redirect Fails When Replying and Using the Friendly URL Rewriter (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/324">Issue 324</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
17+
<li>BUG: Incorrect Links in Email Notifications When Using the URL Rewriter (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/322">Issue 322</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
18+
<li>BUG: Resolved Inconsistent Friendly URL logic (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/326">Issue 326</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
19+
<li>BUG: Input for Avatar Width Size too Small (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/317">Issue 317</a>, thanks <a href="https://github.com/Timo-Breumelhof" target="_blank">@Timo-Breumelhof</a>!)</li>
20+
<li>TASK: Refactor Legacy Upgrade Code (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/298">Issue 298</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
21+
<li>TASK: Modernize Tokens Entities/Controllers (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/pulls/297">PR 297</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
22+
<li>TASK: ModuleImagePath Path in Control Panel Resolved (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/pulls/310">PR 310</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
23+
<li>TASK: 07.00.10 Upgrade fails when executing SQL for 07.00.05 (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/pulls/321">PR 321</a>, thanks <a href="https://github.com/johnhenley" target="_blank">@johnhenley</a>!)</li>
1424
</ul>
1525

1626
<h3>07.00.10</h3>

0 commit comments

Comments
 (0)