Sebastiaan Janssen
79fdb9a876
Merge branch 'v9/dev' into v9/contrib
2021-10-08 08:49:47 +02:00
Nikolaj Geisle
09a35ef96c
Fixed breaking change
2021-10-07 09:51:04 +02:00
Nikolaj Geisle
4446de915e
Merge branch 'v9/dev' into v9/feature/debug-dashboard
2021-10-07 08:16:25 +02:00
Andy Butland
bef1ccedca
Exposes the entity containers (folders) created during a package installation in the summary available from the ImportedPackageNotification. ( #11303 )
...
* Exposes the entity containers (folders) created during a package installation in the summary available from the ImportedPackageNotification.
* Restored original constructors.
* Refactored to use out parameters for tracking installed entity containers.
* Removed unnecessary variable initialization.
2021-10-06 20:11:06 +02:00
Bjarke Berg
2a29cdc6c6
Allow opt out of import embedded schema file ( #11296 )
...
* Introduce an opt-out options from the import of embedded schema files.
* Moved the initialization of the static service provider into CoreRuntime as this runs before the IStartupFilters, and otherwise the static service provider is not available in hosted services. E.g. for migrations
* fix build
* Minor code tidy and naming alignment.
* Update src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
* Removed default installation of starter kit.
Co-authored-by: Andy Butland <abutland73@gmail.com >
2021-10-06 11:13:59 +02:00
Nikolaj Geisle
846b1c454b
Merge pull request #11268 from umbraco/v9/bugfix/11188_Missing_JSON_Schema_Property_for_Smidge_Version
...
Fixes Missing JSON Schema Property for RuntimeMinification:Version
2021-10-05 14:36:28 +02:00
Mole
287022cbb0
Merge pull request #11262 from umbraco/v9/bugfix/11227_GetDictionaryValue_not_working_when_Restrict_Public_Access_is_setup
...
Fixed issue with culture not set when doing internal redirects due to public access
2021-10-05 09:56:39 +02:00
Jeavon Leopold
9abd071457
Fix for Excessive header checker when excluding Cloudflare
2021-10-05 09:07:18 +10:00
Bjarke Berg
4d4fa4d041
https://github.com/umbraco/Umbraco-CMS/issues/11188
...
Fixes Missing JSON Schema Property for RuntimeMinification:Version
2021-10-04 20:01:23 +02:00
Andy Butland
f3f674437d
Ensured order of Deploy artifact dependencies irrespective of ICU or NLS globalization settings. ( #11265 )
2021-10-04 18:52:31 +02:00
Bjarke Berg
2922871a73
https://github.com/umbraco/Umbraco-CMS/issues/11227
...
Set culture from domain when internal redirecting due to public access
2021-10-04 13:42:06 +02:00
Nikolaj Geisle
9c39cc4583
Updated based on review
...
Signed-off-by: Nikolaj Geisle <niko737@edu.ucl.dk >
2021-10-04 12:56:55 +02:00
Nikolaj Geisle
45badbd36b
Apply suggestions from code review
...
Co-authored-by: Mole <nikolajlauridsen@protonmail.ch >
2021-10-04 11:31:38 +02:00
Nikolaj Geisle
22ca290884
Added Unit Tests
2021-09-30 15:51:21 +02:00
Nikolaj Geisle
c4e14d183d
Updated to display default language
2021-09-30 14:21:14 +02:00
Nikolaj Geisle
95568b21af
Updated to display framework
2021-09-30 13:36:54 +02:00
Nikolaj Geisle
4ea1f46f2b
Implemented variable data instead of hardcoded
2021-09-30 13:09:04 +02:00
Bjarke Berg
452097d975
Fixed issue with Paths-integers being converted using local culture. ( #11180 )
...
* Fixed issue with Paths-integers being converted using local culture.
* Align with the old implementation
* Use int.TryParse insteaad of TryConvertTo when we do not want culture specific parsing
* More fixes for cultures and fixed wrong test. Users should be part of all groups to have access
* Fix casing for requested file
* Force tests to not use NLS
* try force tests to not use NLS
* try force tests to not use NLS
* Force tests on windows to run ICU
* More fixes for invariant int parsing
* Change key on actions/emptyRecycleBin, so the casing aligns with the view file, that is named emptyrecyclebin.html
* Fixed casing issue
* use Attempt to align with other code
2021-09-24 16:42:31 +01:00
Bjarke Berg
913e812f84
Add folderkeys to package xml. ( #11172 )
...
* Add folderkeys to package xml.
* Cleanup
* Use folderKeys to find child
* Fix potential issue with when no folder
* Fixed logic issue.
Co-authored-by: Andy Butland <abutland73@gmail.com >
2021-09-22 23:54:13 +02:00
Bjarke Berg
c15c42eb83
Fixes for members
2021-09-22 23:49:16 +02:00
Elitsa Marinovska
60a179c354
Fix references to wrong file names
2021-09-22 10:40:49 +02:00
Bjarke Berg
31034c76cb
Merge pull request #11154 from umbraco/v9/bugfix/11150
...
Fixes #11150 V9: MediaPicker3 casing incorrect
2021-09-21 19:33:21 +02:00
Sebastiaan Janssen
80386db368
Fixes #11150
...
V9: MediaPicker3 casing incorrect
2021-09-21 17:47:16 +02:00
Bjarke Berg
ee132afa42
Merge pull request #11102 from umbraco/v9/bugfix/packagedatainstallation-macropartialviews
...
Use IFileService to save macro partial views in package migration
2021-09-21 14:18:36 +02:00
Ronald Barendse
a9d8f5fa5b
Fix exporting/importing macro partial views using a virtual file path
2021-09-21 11:22:40 +02:00
Ronald Barendse
8b853b17ac
Include installed media to package definition on install
2021-09-21 11:11:40 +02:00
Bjarke Berg
f088a9b637
Merge pull request #11127 from umbraco/v9/feature/localdb-install-option
...
Add LocalDB database install option and implement automatic database creation
2021-09-20 20:02:30 +02:00
Bjarke Berg
baa51d9469
Merge remote-tracking branch 'origin/v9/dev' into v9/dev
2021-09-20 12:59:22 +02:00
Bjarke Berg
e95a759181
Updated nuget package dependencies
2021-09-20 12:59:14 +02:00
Mole
85e8caf306
Merge pull request #11105 from umbraco/v9/bugfix/11097-apparently_the_swedish_minus_symbol_is_different_from_us_and_dk
...
V9: Use invarint culture when parsing ints
2021-09-20 12:34:25 +02:00
Ronald Barendse
fed720042c
Fix ParseConnectionString to pass tests
2021-09-20 11:38:54 +02:00
Bjarke Berg
8060d41dba
More rollback
2021-09-20 11:17:38 +02:00
Bjarke Berg
ef39f36d63
Rollback changes to TryConvertTo (now it is always current culture) and uses int.tryParse directly where we know it do not come from user input
2021-09-20 11:15:32 +02:00
Jeavon
981e096a19
Rename server roles, master = SchedulingPublisher and replica = Subscriber ( #10480 )
2021-09-20 10:37:58 +02:00
Bjarke Berg
af35757b11
Merge pull request #11051 from umbraco/v9/bugfix/httpscheck-concurrency
...
Fix concurrency and certificate days to expiry issues in HttpsCheck
2021-09-19 21:01:05 +02:00
Ronald Barendse
fd5cef6b42
Support DataDirectory placeholder in LocalDB connection string
2021-09-17 20:20:36 +02:00
Ronald Barendse
d702b2f616
Fix non-Windows database configuration install step
2021-09-17 13:10:21 +02:00
Ronald Barendse
81cbbd8614
Add LocalDB database option to installer
2021-09-17 12:50:25 +02:00
Ronald Barendse
b82fc3350f
Set default UmbracoConnectionString value
2021-09-17 11:57:49 +02:00
Bjarke Berg
e2ab9a2285
Clean up
2021-09-17 08:29:34 +02:00
Ronald Barendse
aa15b0d244
Simplify parsing provider name from connection string
2021-09-15 15:41:20 +02:00
Ronald Barendse
27043bec59
Remove custom SQL CE checks from IsConnectionStringConfigured
2021-09-15 15:30:21 +02:00
Bjarke Berg
dd8b1d27ef
Do not handle date time as invariant
2021-09-15 13:59:01 +02:00
Bjarke Berg
39faf63f9c
Fixed tryParse
2021-09-15 13:40:08 +02:00
Ronald Barendse
c2a184482c
Add null checks when writing summary text
2021-09-15 11:03:28 +02:00
Ronald Barendse
26b26a940d
Write all installation results to summary text
2021-09-14 23:50:25 +02:00
Ronald Barendse
7e7e28f7c7
Use IFileService to save macro partial views
2021-09-14 23:48:24 +02:00
Bjarke Berg
f68717c1c8
Temp commit
2021-09-14 22:13:39 +02:00
Bjarke Berg
8d58e31bcf
Merge pull request #11096 from umbraco/v9/feature/merge_v8_14092021
...
V9: Merged 8.17RC (14/09/2021)
2021-09-14 14:07:14 +02:00
Bjarke Berg
b30dcf905b
Merge remote-tracking branch 'origin/v8/8.17' into v9/feature/merge_v8_14092021
...
# Conflicts:
# src/Umbraco.Core/PropertyEditors/MultiUrlPickerConfiguration.cs
# src/Umbraco.Web/HealthCheck/Checks/Security/ExcessiveHeadersCheck.cs
2021-09-14 13:10:44 +02:00