-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
OSOE-795: Upgrade to latest OC preview to test System.Text.Json
- Loading branch information
Showing
10 changed files
with
43 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,6 +59,7 @@ | |
"Lombiq.Hosting.Tenants.MediaStorageManagement", | ||
"OrchardCore.Media", | ||
"OrchardCore.Feature", | ||
"OrchardCore.Email.Smtp", | ||
"TheTheme" | ||
// Not enabling Lombiq.TrainingDemo.Middlewares because that would write to the error log on every request. | ||
] | ||
|
@@ -91,8 +92,12 @@ | |
"name": "settings", | ||
// CDN should be turned off for tests, just as no other external resource should be used. | ||
"UseCdn": false, | ||
// A breaking change as of OC 1.9, the SMTP e-mail provider is not turned on by default and has to be enabled. | ||
// Also host is null by default, so has to be explicitly specified. | ||
"SmtpSettings": { | ||
"DefaultSender": "[email protected]" | ||
"IsEnabled": true, | ||
"DefaultSender": "[email protected]", | ||
"Host": "localhost" | ||
}, | ||
// To make sure that e.g. numbers and dates are formatted the same way on all machines we have to specify the | ||
// culture too. | ||
|
Binary file not shown.
Submodule Lombiq.DataTables
updated
1 files
+1 −1 | Lombiq.DataTables/Tests/Lombiq.DataTables.Tests/Lombiq.DataTables.Tests.csproj |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+415 KB
(120%)
...alVerificationTests_VerifyHomePageAndLayout_By_TagName_-body-1920x1080_Unix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+231 Bytes
(100%)
...erificationTests_VerifyHomePageAndLayout_By_TagName_-body-1920x1080_Win32NT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.