Skip to content

Commit 0c835ba

Browse files
authored
Merge pull request #1818 from DNNCommunity/dev
TASK: Sync dev to Master
2 parents de3d272 + a2e5924 commit 0c835ba

7 files changed

Lines changed: 2570 additions & 5608 deletions

File tree

Dnn.CommunityForums/Module.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
<Target Name="PreBuild" BeforeTargets="PreBuildEvent" Condition=" '$(Configuration)' == 'Release' ">
1414
<Exec Command="npm install" />
1515
<Exec Command="npm install --global gulp-cli" />
16+
<Exec Command="npm install" WorkingDirectory="$(MSBuildProjectDirectory)/themes/community-bootstrap" />
1617
<Exec Command="$(MSBuildProjectDirectory)/node_modules/.bin/gulp --series buildScss source" WorkingDirectory="$(MSBuildProjectDirectory)/themes/community-bootstrap" />
18+
<Exec Command="npm install" WorkingDirectory="$(MSBuildProjectDirectory)/themes/community-default" />
1719
<Exec Command="$(MSBuildProjectDirectory)/node_modules/.bin/gulp --series buildLess source" WorkingDirectory="$(MSBuildProjectDirectory)/themes/community-default" />
1820
</Target>
1921
<Target Name="AfterBuild" DependsOnTargets="CopyBin;GetFiles;DebugProject;PackageModule">

Dnn.CommunityForums/ReleaseNotes.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@
7474
-->
7575
<h4>New Features &amp; Enhancements</h4>
7676
<ul>
77-
<li>NEW: New token [FORUMTOPIC:LASTPOSTURL] (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/pull/1811">PR 1811</a>)</li>
78-
<li>UPDATE: Tweaks to topics view: show status text not status ID, reply count should show if not logged in, show last post author/date from topic if no replies (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/pull/1811">PR 1811</a>)</li>
77+
<li>UPDATE: Tweaks to topics view: show status text not status ID, reply count should show if not logged in, show last post author/date from topic if no replies, new token [FORUMTOPIC:LASTPOSTURL] (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/pull/1811">PR 1811</a>)</li>
7978
<!--
8079
<li>None at this time.</li>
8180
<li>NEW: Web API endpoints for forums search functionality (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/pull/1758">PR 1758</a>)</li>
@@ -98,9 +97,8 @@
9897
<h4>Bug Fixes</h4>
9998

10099
<ul>
101-
<li>FIX: Topics View tweaks: Show status caption rather than status "ID" / Reply count not showing if not logged in / "Last Post" date/author not showing in topics view if no replies and last post is just topic itself (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1806">Issue 1806</a>)</li>
102100
<li>FIX: Friendly URL for forum group only not showing forums (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1807">Issue 1807</a>)</li>
103-
<li>FIX: Hashtag character # inadvertantly removed if tagging is disabled by security (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1812">Issue 1812</a>)</li>
101+
<li>FIX: Hashtag character # inadvertently removed if tagging is disabled by security (<a href="https://github.com/DNNCommunity/Dnn.CommunityForums/issues/1812">Issue 1812</a>)</li>
104102
<!--
105103
<li>None at this time.</li>
106104

0 commit comments

Comments
 (0)