Commit Graph

10933 Commits

Author SHA1 Message Date
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
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
Andy Butland
ef69847645 Added a constant for reference to the umbraco/Licenses folder. 2021-09-14 11:36:01 +02:00
Bjarke Berg
f3096c99da Merge remote-tracking branch 'origin/v8/8.17' into v9/feature/merge_v8_14092021
# Conflicts:
#	src/Umbraco.Core/ConfigsExtensions.cs
#	src/Umbraco.Core/Configuration/CoreDebug.cs
#	src/Umbraco.Core/Scoping/ScopeProvider.cs
#	src/Umbraco.Infrastructure/Scoping/Scope.cs
#	src/Umbraco.PublishedCache.NuCache/ContentStore.cs
#	src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Persistence/LocksTests.cs
#	src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Persistence/UnitOfWorkTests.cs
#	src/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Scoping/ScopeUnitTests.cs
#	src/Umbraco.Tests/Components/ComponentTests.cs
#	src/Umbraco.Tests/TestHelpers/TestObjects.cs
#	src/Umbraco.Web.UI.Client/package-lock.json
#	src/Umbraco.Web.UI.Client/package.json
#	src/Umbraco.Web/HealthCheck/Checks/Security/BaseHttpHeaderCheck.cs
2021-09-14 11:32:43 +02:00
Sebastiaan Janssen
a1e965cce6 Merge branch 'v8/dev' into v8/8.17 2021-09-13 16:22:44 +02:00
Bjarne Fyrstenborg
eb7b570002 Include MediaService extensions 2021-09-13 15:19:28 +02:00
Shannon Deminick
5fadb238ee Don't eagerly acquire distributed (SQL) locks (#10171) 2021-09-13 13:09:47 +02:00
Bjarke Berg
91ba144f3b Merge pull request #11076 from umbraco/v9/bugfix/9661-bool-conversion
Fixes #9661 boolean conversion
2021-09-10 21:01:51 +02:00
Shannon
7b5b6eea2c Fixes #9661 boolean conversion 2021-09-10 11:28:04 -06:00
Mole
dd03b25a43 Merge pull request #11054 from umbraco/v9/bugfix/#10403-Fixed-Notification-with-UmbracoAuthorizedController
v9: Bugfix - Implemented attribute changes in controller
2021-09-10 09:18:06 +02:00
Nikolaj
acf0052f8e Merge branch 'v9/dev' into v9/bugfix/imagesize-cleanup
# Conflicts:
#	src/Umbraco.Infrastructure/DependencyInjection/UmbracoBuilder.CoreServices.cs
2021-09-09 11:40:17 +02:00
Bjarke Berg
97486e0705 Merge pull request #11050 from umbraco/v9/bugfix/fix-imagecropper-trygetmediapath
Fix Image Cropper media path parsing
2021-09-08 21:03:46 +02:00
Bjarke Berg
2cfb099dea Merge pull request #11058 from umbraco/v9/bugfix/fix-email-handler-detection
Fixes email handler detection
2021-09-08 19:59:23 +02:00
Shannon
8ff78fb1de Fixes email handler detection 2021-09-08 11:19:52 -06:00
Bjarke Berg
1d55d50809 Merge pull request #11046 from umbraco/v9/feature/merge_v8.17-rc
Merge 8.17 RC into V9, cleanup/refactor property groups/tabs API
2021-09-08 19:17:02 +02:00
Ronald Barendse
26c4fc339f Move extension method classes into separate files 2021-09-08 17:01:34 +02:00
Ronald Barendse
0aa545df75 Update parameter order of new AddPropertyGroup overload 2021-09-08 16:24:10 +02:00
Ronald Barendse
9b7c43217c Move repeated code into a private method 2021-09-08 15:06:35 +02:00