Commit Graph

40418 Commits

Author SHA1 Message Date
Matthew Care
3c1e52f109 Merge branch 'v9/contrib' into temp-11381 2021-10-21 08:34:09 +01:00
Blake Irwin
e5549b7533 Fix logger message placeholders being parsed literally instead of substituted 2021-10-21 09:03:15 +10:00
Sebastiaan Janssen
e8a6a9279f Further clarification around where configuration goes 2021-10-21 08:58:29 +10:00
Callum Whyte
02481f8e14 requireExactSource needs to be disabled in order to properly attach to process and debug Umbraco source in VS Code / Codespaces (#11367) 2021-10-19 10:47:58 +01:00
Matthew Care
aee9bbbb7d Merge remote-tracking branch 'upstream/v9/contrib' into temp-11381 2021-10-19 08:44:05 +01:00
Matthew Care
215ef3d7b6 Update background size
Update background size property to `contain` so that the whole image shows
2021-10-19 17:30:41 +10:00
Matthew Care
e7f8e692c2 Link insertion with no selected text
TinyMCE requires text to be selected in order to insert links.
Added checks for if there is a text selection, and insert HTML content if there is not.
Link contents consists of the target name, or the target url if not populated
2021-10-19 09:30:07 +02:00
Paul Johnson
69f8e54cb0 Restore BelleBuild target (for back-office assets) and use npm ci (#11364)
Co-authored-by: Ronald Barendse <ronald@barend.se>
2021-10-19 09:28:39 +02:00
Paul Johnson
ad66d61b04 Move new test 2021-10-18 08:32:24 +01:00
Paul Johnson
8be613cad7 Merge branch 'v9/dev' into v9/contrib 2021-10-18 08:31:20 +01:00
Paul Johnson
00133e880d Move test projects from src/ to tests/ (#11357)
* Update gitignore

* Move csproj

* Update project references

* Update solutions

* Update build scripts

* Tests used to share editorconfig with projects in src

* Fix broken tests.

* Stop copying around .editorconfig

merged root one with linting

* csharp_style_expression_bodied -> suggestion

* Move StyleCop rulesets to matching directories and update shared build properties

* Remove legacy build files, update NuGet.cofig and solution files

* Restore myget source

* Clean up .gitignore

* Update .gitignore

* Move new test classes to tests after merge

* Gitignore + nuget config

* Move new test

Co-authored-by: Ronald Barendse <ronald@barend.se>
2021-10-18 08:14:04 +01:00
Nikolaj Geisle
c005673a96 Merge pull request #11394 from umbraco/v9/bugfix/support_localdb_15
Also detect localdb 15
2021-10-18 09:11:29 +02: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
Berg
05f5c8def8 Also detect localdb 15 2021-10-18 08:10:29 +02:00
Bjarke Berg
616b57774f Merge remote-tracking branch 'origin/v9/dev' into v9/dev 2021-10-18 06:44:13 +02:00
Bjarke Berg
c9d71ec0c7 Merge remote-tracking branch 'origin/v9/9.0' into v9/dev 2021-10-18 06:43:50 +02:00
Chriztian Steinmeier
e04efe6067 Minor edits to the XPath query help sheet (#11385)
* Clarify the use of placeholders

Since the placeholder is only replaced if it's at the beginning of the query, I've added a note about it.

Also made the spelling of XPath consistent and fixed a nesting error in the HTML.

* Rephrase a couple of sentences
2021-10-17 17:02:59 +01: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
Jacob Overgaard
8703d7c929 Rename importdocumenttype to importDocumentType and emptyrecyclebin to emptyRecycleBin to match UI and mocks 2021-10-17 03:35:14 +02:00
Paul Seal
14fe7d99a8 Added more detailed message when deleting items in the list view (#11375)
* Added more detailed message when deleting items in the list view

* Update FR language file
2021-10-17 01:40:47 +02:00
Matthew Care
98474e1110 Fix broken test
Update tests to disable the default replacements
2021-10-15 23:52:26 +01:00
Matthew Care
25b1c3c078 Add tests
Add new tests for the request handler settings, and fix other tests
2021-10-15 23:24:21 +01:00
Matthew Care
12e89a01ba Update usage
Update string helper to use new method that uses user defined replacements
2021-10-15 23:23:56 +01:00
Matthew Care
1ee4e379e7 Update classes
Update class names, and location
2021-10-15 23:23:07 +01:00
Matthew Care
c2ed6a629b Update request handler settings
`CharCollection` didn't map correctly from the config, updated to an array so that it does
Add logic to concatenate user and default replacements, replacing defaults with user defined if present.
Added additional option to disable the default replacements
2021-10-15 23:22:01 +01:00
Nikolaj Geisle
ee6abdeec3 Merge pull request #11328 from umbraco/v9/feature/add-notifcation-for-url-collision
Add notifcation when publishing varying culture without domains configured
2021-10-15 12:31:39 +02:00
Nikolaj Geisle
48003e0b70 Check ancestors for published culture
Fixed issue where if you were 3 levels deep and published only 1 culture, warning wouldn't fire
2021-10-15 11:48:15 +02:00
nikolajlauridsen
cc74e3f4fd Remove unused using 2021-10-15 08:42:17 +02:00
nikolajlauridsen
ebd0d95df0 Merge branch 'v9/feature/add-notifcation-for-url-collision' of https://github.com/umbraco/Umbraco-CMS into v9/feature/add-notifcation-for-url-collision 2021-10-15 08:40:41 +02:00
nikolajlauridsen
28c9b9bcca Add constants for ISO codes in ContentControllerTests 2021-10-15 08:36:24 +02:00
Mole
e0cac5e79e Apply suggestions from code review
Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com>
2021-10-15 08:26:23 +02:00
Nikolaj Geisle
563babd555 Removed logging from tests 2021-10-14 16:01:54 +02:00
Nikolaj Geisle
d184f82d63 Added removed language array back 2021-10-14 15:31:10 +02:00
Nikolaj Geisle
d992a6e71f Changed default language for Unit & Integration tests to en-US 2021-10-14 15:20:34 +02:00
Nikolaj Geisle
885281fc89 Added Assembly attributes 2021-10-14 15:16:49 +02:00
Nikolaj Geisle
6e540de408 Added additional logging 2021-10-14 14:36:58 +02:00
Nikolaj Geisle
76a8d4c474 Added logging in test 2021-10-14 14:07:31 +02:00
Nikolaj Geisle
7379387b2e Added logging 2021-10-14 13:30:22 +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
Nikolaj Geisle
e64d1ff4d1 Removed check for message 2021-10-14 11:26:33 +02:00
Matthew Care
5c25567599 Return tempFiles
Add the response data to the return. Fixes #11278
2021-10-12 14:51:52 +02:00
patrickdemooij9
1605dc10bd 11048: Bugfix for groups and properties that get replaced (#11257) 2021-10-12 14:47:03 +02:00
Nikolaj Geisle
ee22d262b3 Merge remote-tracking branch 'origin/v9/feature/add-notifcation-for-url-collision' into v9/feature/add-notifcation-for-url-collision 2021-10-12 14:09:25 +02:00
Nikolaj Geisle
ab0ac0f599 Ensure current thread culture 2021-10-12 14:09:04 +02:00
Nikolaj Geisle
6fcef7bc33 Ensure current thread culture 2021-10-12 14:05:45 +02:00
Sebastiaan Janssen
3f5d9df2a2 Merge branch 'v9/dev' into v9/contrib 2021-10-12 13:24:51 +02:00
Patrick de Mooij
04f53b7e88 Ability to remove trees in the backoffice 2021-10-12 13:19:17 +02:00
nikolajlauridsen
7c2f5c934c Add EN translations 2021-10-12 12:53:07 +02:00