Paul Johnson
8be613cad7
Merge branch 'v9/dev' into v9/contrib
2021-10-18 08:31:20 +01:00
Patrick de Mooij
1d2272f536
Content app for dictionary items
2021-10-18 16:54:26 +10:00
Nikolaj Geisle
434ce0f7dc
Merge pull request #11199 from umbraco/register-notification-extension
...
v9: Added Extension method to register all custom Notifications
2021-10-18 08:20:28 +02:00
Martin Humlund Clausen
58d980cc80
Update src/Umbraco.Core/Extensions/UmbracoBuilderExtensions.cs
...
Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com >
2021-10-17 14:13:51 +02:00
Martin Humlund Clausen
0d7c6e4128
Update src/Umbraco.Core/Extensions/UmbracoBuilderExtensions.cs
...
Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com >
2021-10-17 14:13:43 +02:00
Nikolaj Geisle
4c616dc71d
Merge branch 'v9/dev' into v9/feature/add-notifcation-for-url-collision
2021-10-14 13:02:11 +02:00
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
nikolajlauridsen
7b6bf780ce
Add GetAncestorIds extension method
2021-10-06 14:30:26 +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
Andy Butland
eaa0f4618f
Ensured order of Deploy artifact dependencies irrespective of ICU or NLS globalization settings. ( #11265 )
2021-10-04 18:44:14 +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
Martin Humlund Clausen
649d7fd829
Added UmbracoBuilderExtensions.AddNotificationsFromAssembly to help all notifications from within an Assembly
2021-09-27 08:28:40 +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