Skip to content

Commit a2d6129

Browse files
authored
Merge branch 'develop' into fix/scheduler-happy-path-drift
2 parents 8f3d07a + 94caaf6 commit a2d6129

446 files changed

Lines changed: 14674 additions & 6154 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 88 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -3,94 +3,94 @@ description: Report a bug
33
title: "[Bug]: "
44
labels: ["Status: New"]
55
assignees:
6-
- dnnsoftware/triage
6+
- dnnsoftware/triage
77
body:
8-
- type: markdown
9-
attributes:
10-
value: |
11-
Thanks for taking the time to fill out this bug report!
12-
- type: checkboxes
13-
attributes:
14-
label: Is there an existing issue for this?
15-
description: Please search to see if an issue already exists for the bug you encountered.
16-
options:
17-
- label: I have searched the existing issues
18-
required: true
19-
- type: textarea
20-
id: what-happened
21-
attributes:
22-
label: What happened?
23-
description: Also tell us, what did you expect to happen?
24-
placeholder: Tell us what you see! "A bug happened, but I was expecting this!"
25-
validations:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this bug report!
12+
- type: checkboxes
13+
attributes:
14+
label: Is there an existing issue for this?
15+
description: Please search to see if an issue already exists for the bug you encountered.
16+
options:
17+
- label: I have searched the existing issues
2618
required: true
27-
- type: textarea
28-
id: steps-to-reproduce
29-
attributes:
30-
label: Steps to reproduce?
31-
description: List the precise steps to reproduce the bug.
32-
placeholder: |
33-
1. Go to '...'
34-
2. Click on '...'
35-
3. Scroll to '...'
36-
4. See error...
37-
validations:
19+
- type: textarea
20+
id: what-happened
21+
attributes:
22+
label: What happened?
23+
description: Also tell us, what did you expect to happen?
24+
placeholder: Tell us what you see! "A bug happened, but I was expecting this!"
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: steps-to-reproduce
29+
attributes:
30+
label: Steps to reproduce?
31+
description: List the precise steps to reproduce the bug.
32+
placeholder: |
33+
1. Go to '...'
34+
2. Click on '...'
35+
3. Scroll to '...'
36+
4. See error...
37+
validations:
38+
required: true
39+
- type: textarea
40+
attributes:
41+
label: Current Behavior
42+
description: A concise description of what you're experiencing.
43+
validations:
44+
required: false
45+
- type: textarea
46+
attributes:
47+
label: Expected Behavior
48+
description: A concise description of what you expected to happen.
49+
validations:
50+
required: false
51+
- type: textarea
52+
id: logs
53+
attributes:
54+
label: Relevant log output
55+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
56+
render: shell
57+
- type: textarea
58+
id: anything-else
59+
attributes:
60+
label: Anything else?
61+
description: |
62+
Links? References? Anything that will give us more context about the issue you are encountering!
63+
_Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in._
64+
validations:
65+
required: false
66+
- type: dropdown
67+
id: affected-versions
68+
attributes:
69+
label: Affected Versions
70+
description: |
71+
What version of DNN are you running?
72+
**NOTE:** _If your version is not listed, please upgrade to the latest version. If you cannot upgrade at this time, please open a [Discussion](https://github.com/dnnsoftware/Dnn.Platform/discussions) instead._
73+
multiple: true
74+
options:
75+
- 10.2.3 (latest release)
76+
- develop build (unreleased)
77+
validations:
78+
required: true
79+
- type: dropdown
80+
id: affected-browsers
81+
attributes:
82+
label: What browsers are you seeing the problem on?
83+
multiple: true
84+
options:
85+
- Firefox
86+
- Chrome
87+
- Safari
88+
- Microsoft Edge
89+
- type: checkboxes
90+
id: terms
91+
attributes:
92+
label: Code of Conduct
93+
description: By submitting this issue, you agree to follow our [Code of Conduct](/CODE_OF_CONDUCT.md)
94+
options:
95+
- label: I agree to follow this project's Code of Conduct
3896
required: true
39-
- type: textarea
40-
attributes:
41-
label: Current Behavior
42-
description: A concise description of what you're experiencing.
43-
validations:
44-
required: false
45-
- type: textarea
46-
attributes:
47-
label: Expected Behavior
48-
description: A concise description of what you expected to happen.
49-
validations:
50-
required: false
51-
- type: textarea
52-
id: logs
53-
attributes:
54-
label: Relevant log output
55-
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
56-
render: shell
57-
- type: textarea
58-
id: anything-else
59-
attributes:
60-
label: Anything else?
61-
description: |
62-
Links? References? Anything that will give us more context about the issue you are encountering!
63-
_Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in._
64-
validations:
65-
required: false
66-
- type: dropdown
67-
id: affected-versions
68-
attributes:
69-
label: Affected Versions
70-
description: |
71-
What version of DNN are you running?
72-
**NOTE:** _If your version is not listed, please upgrade to the latest version. If you cannot upgrade at this time, please open a [Discussion](https://github.com/dnnsoftware/Dnn.Platform/discussions) instead._
73-
multiple: true
74-
options:
75-
- 10.2.2 (latest v10 release)
76-
- Current development branch (unreleased)
77-
validations:
78-
required: true
79-
- type: dropdown
80-
id: affected-browsers
81-
attributes:
82-
label: What browsers are you seeing the problem on?
83-
multiple: true
84-
options:
85-
- Firefox
86-
- Chrome
87-
- Safari
88-
- Microsoft Edge
89-
- type: checkboxes
90-
id: terms
91-
attributes:
92-
label: Code of Conduct
93-
description: By submitting this issue, you agree to follow our [Code of Conduct](/CODE_OF_CONDUCT.md)
94-
options:
95-
- label: I agree to follow this project's Code of Conduct
96-
required: true

.github/workflows/updateVersions.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

Build/Build.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@
2626
<PackageReference Include="Cake.Json" />
2727
<PackageReference Include="Cake.XdtTransform" />
2828
<PackageReference Include="Dnn.CakeUtils" />
29+
<PackageReference Include="Octokit" />
2930
<PackageReference Include="Microsoft.Data.SqlClient" />
3031
<PackageReference Include="Microsoft.Extensions.DependencyInjection" VersionOverride="10.0.0" />
3132
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" VersionOverride="10.0.0" />
3233
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" VersionOverride="8.15.0" />
3334
<PackageReference Include="Microsoft.Identity.Client" VersionOverride="4.81.0" />
3435
<PackageReference Include="Newtonsoft.Json" />
36+
<PackageReference Include="YamlDotNet" />
3537
</ItemGroup>
3638
</Project>
Lines changed: 2 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<DotNetNukeMSBuildTasksLib>$(BuildScriptsPath)\DotNetNuke.MSBuild.Tasks.dll</DotNetNukeMSBuildTasksLib>
5-
<YuiLib>$(BuildScriptsPath)\Yahoo.Yui.Compressor.MsBuild.dll</YuiLib>
4+
<CompressCss>True</CompressCss>
65
</PropertyGroup>
76

8-
<Import Project="MSBuild.Community.Tasks.Targets" />
9-
<UsingTask AssemblyFile="$(DotNetNukeMSBuildTasksLib)" TaskName="DotNetNuke.MSBuild.Tasks.ExtensionPackager" />
10-
<UsingTask AssemblyFile="$(YuiLib)" TaskName="CssCompressorTask" />
11-
<!--<UsingTask AssemblyFile="$(YuiLib)" TaskName="JavaScriptCompressorTask" />-->
12-
13-
<Target Name="Package" Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
14-
<XmlRead Prefix="n"
15-
Namespace="http://schemas.microsoft.com/developer/msbuild/2003"
16-
XPath="dotnetnuke/packages/package/@version"
17-
XmlFileName="$(DNNFileName).dnn">
18-
<Output TaskParameter="Value" PropertyName="Version" />
19-
</XmlRead>
20-
<ExtensionPackager Manifest="$(DNNFileName).dnn" WorkingFolder="$(MSBuildProjectDirectory)\">
21-
<Output TaskParameter="PackageFiles" PropertyName="PackageFiles">
22-
</Output>
23-
</ExtensionPackager>
24-
25-
<CallTarget Targets="Minification"/>
26-
27-
<Copy SourceFiles="$(DNNFileName).dnn" DestinationFolder="$(MSBuildProjectDirectory)\Package" />
28-
<ItemGroup>
29-
<LicenseFiles Include="license.txt"/>
30-
</ItemGroup>
31-
<Copy SourceFiles="@(LicenseFiles)" DestinationFolder="$(MSBuildProjectDirectory)\Package" />
32-
<ItemGroup>
33-
<ReleaseNotesFiles Include="releaseNotes.txt"/>
34-
</ItemGroup>
35-
<Copy SourceFiles="@(ReleaseNotesFiles)" DestinationFolder="$(MSBuildProjectDirectory)\Package" />
36-
<CreateItem Include="$(PackageFiles)">
37-
<Output TaskParameter="Include" ItemName="OutputContent" />
38-
</CreateItem>
39-
<Copy SourceFiles="$(OutputContent)" DestinationFolder="$(MSBuildProjectDirectory)\Package\%(OutputContent.RecursiveDir)" />
40-
<CreateItem Include="$(MSBuildProjectDirectory)\Package\**\*.*">
41-
<Output TaskParameter="Include" ItemName="OutputContent" />
42-
</CreateItem>
43-
<Zip Files="@(OutputContent)" WorkingDirectory="$(MSBuildProjectDirectory)\Package" ZipFileName="$(PackageName)_$(Version)_Install.$(Extension)" />
44-
<Copy SourceFiles="$(MSBuildProjectDirectory)\$(PackageName)_$(Version)_Install.$(Extension)" DestinationFolder="$(InstallPath)" />
45-
<Delete Files="$(MSBuildProjectDirectory)\$(PackageName)_$(Version)_Install.$(Extension)" />
46-
<RemoveDir Directories ="$(MSBuildProjectDirectory)\Package" ContinueOnError="WarnAndContinue" />
47-
</Target>
48-
49-
<Target Name="Minification">
50-
51-
<MakeDir Directories="$(MSBuildProjectDirectory)\Package"/>
52-
<Zip Files="@(Resources)" WorkingDirectory="$(MSBuildProjectDirectory)" ZipFileName="$(MSBuildProjectDirectory)\Package\Resources.zip" />
53-
<Unzip ZipFileName="$(MSBuildProjectDirectory)\Package\Resources.zip" TargetDirectory="$(MSBuildProjectDirectory)\Package\Resources" />
54-
<Delete Files="$(MSBuildProjectDirectory)\Package\Resources.zip" />
55-
<ItemGroup>
56-
<!--<_JSFilesToMinify Include="$(MSBuildProjectDirectory)\Package\Resources\**\*.js" Exclude="$(MSBuildProjectDirectory)\Package\Resources\**\*.min.js" />-->
57-
<_Step2FilesToZip Include="$(MSBuildProjectDirectory)\Package\Resources\**\*" />
58-
</ItemGroup>
59-
<!--
60-
<Message Text="Compressing Javascript files" Importance="high" />
61-
<JavaScriptCompressorTask Files="@(_JSFilesToMinify)" ContinueOnError="WarnAndContinue" />
62-
-->
63-
64-
<ItemGroup>
65-
<_CSSFilesToCompress Include="$(MSBuildProjectDirectory)\*\*.css;$(MSBuildProjectDirectory)\*\*\*.css;$(MSBuildProjectDirectory)\*\*\*\*.css;$(MSBuildProjectDirectory)\*\*\*\*\*.css;" Exclude="Package\**\*;**\node_modules\**;**\WebApps\**" />
66-
</ItemGroup>
67-
<Message Text="Compressing the following CSS files:" Importance="high" />
68-
<Message Text="%(_CSSFilesToCompress.Identity)" Importance="high" />
69-
70-
<CssCompressorTask
71-
SourceFiles="@(_CSSFilesToCompress)"
72-
DeleteSourceFiles="false"
73-
OutputFile="$(MSBuildProjectDirectory)\Package\Resources\%(RecursiveDir)%(Filename)%(Extension)"
74-
CompressionType="Standard"
75-
LoggingType="Info"
76-
PreserveComments="false"
77-
LineBreakPosition="-1"
78-
Condition="@(_CSSFilesToCompress->Count())!=0"
79-
/>
80-
81-
<Zip Files="@(_Step2FilesToZip)" WorkingDirectory="$(ResourceZipWorkingDirectory)"
82-
ZipFileName="$(MSBuildProjectDirectory)\Package\Resources.zip" />
83-
<RemoveDir Directories ="$(MSBuildProjectDirectory)\Package\Resources" ContinueOnError="WarnAndContinue" />
84-
</Target>
7+
<Import Project="Package.Targets" />
858
</Project>
-15 KB
Binary file not shown.
-39.5 KB
Binary file not shown.
-233 KB
Binary file not shown.
-56 KB
Binary file not shown.
-140 KB
Binary file not shown.

0 commit comments

Comments
 (0)