Nikolaj Geisle
dff3d8a739
V10: AllowedUploadFiles appsetting not working ( #13408 )
...
* Add new Settings
* Use new settings instead of old ones
* Implement AllowedUploadedFiles value to be copied to AllowedUplayedFileExtensions
* Obsolete old settings
* Rename DisallowedUploadFileExtensions
* Implement same fix for DisallowedUploadFiles
* Use new settings for backoffice server variables
* Update the correct setting
Co-authored-by: Zeegaan <nge@umbraco.dk >
2022-11-17 09:43:57 +01:00
Niels Lyngsø
86561d2d2d
Block Grid Editor: Removal of the forced placement feature ( #13400 )
...
* removal of the forceLeft/forceRight code
* removal of forced placement in css
* bring back removed code
2022-11-16 11:52:40 +01:00
Søren Kottal
b4115132cd
Enable single block mode ( #13216 )
...
* Enable single block mode
* Fixes tests, and adds test for single block mode output type
* Update src/Umbraco.Infrastructure/PropertyEditors/ValueConverters/BlockListPropertyValueConverter.cs
Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com >
* Update src/Umbraco.Infrastructure/PropertyEditors/ValueConverters/BlockListPropertyValueConverter.cs
Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com >
* Fix breaking change
Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com >
2022-11-16 10:02:06 +01:00
Andy Butland
f9e5d6308f
Updated references for Forms and Deploy in JSON schema project. ( #13411 )
2022-11-15 15:24:52 +01:00
Niels Lyngsø
fe2cab0daa
remove console log
2022-11-14 12:14:25 +01:00
Niels Lyngsø
47c0bf9884
Block Grid Editor Improvements ( #13282 )
2022-11-11 22:15:07 +01:00
Kenn Jacobsen
b5842d6a7d
Move block grid single area rendering to its own dedicated view ( #13359 )
2022-11-08 13:34:12 +01:00
Nikolaj Geisle
2a952c7374
Add guard statement ( #13340 )
2022-11-02 13:09:55 +01:00
Mole
ed52298099
Fix casing in fileSystemBasePath ( #13306 )
2022-11-01 08:42:48 +01:00
Bjarke Berg
e0b76acde5
Updated Smidge ( #13331 )
2022-10-31 08:47:04 +01:00
Andy Butland
7204c039ad
Allow for configuration of additional languages to install and ensure one is set as default. ( #13290 )
...
* Allow for configuration of additional languages to install and ensure one is set as default.
* Amended install default language method to handle invalid ISO codes and ensure the first specified language is always made the default.
* Removed unnecessary using.
* Apply suggestions from code review
Co-authored-by: Ronald Barendse <ronald@barend.se >
* Clean up.
* Update src/Umbraco.Infrastructure/Migrations/Install/DatabaseDataCreator.cs
Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com >
Co-authored-by: Ronald Barendse <ronald@barend.se >
Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com >
2022-10-31 08:06:06 +01:00
nikolajlauridsen
851e5c6302
Merge branch 'release/10.3.2' into v10/dev
...
# Conflicts:
# version.json
2022-10-27 14:27:31 +02:00
Nikolaj Geisle
e7fae144c2
Parse lockId as invariant ( #13284 )
...
Co-authored-by: Zeegaan <nge@umbraco.dk >
(cherry picked from commit 272e922020 )
2022-10-25 15:17:36 +02:00
Sebastiaan Janssen
de2a927f0c
Bump version to 10.3.2
2022-10-25 14:40:55 +02:00
Sebastiaan Janssen
0258f247eb
Unbreak breaking change in #13066 ( #13288 )
...
(cherry picked from commit e4741b0c64 )
2022-10-25 14:40:04 +02:00
patrickdemooij9
8954b7f745
Use the actual save function for saving the copy ( #13066 )
...
* Use the actual save function for saving the copy
* PR feedback
(cherry picked from commit 3802097a32 )
2022-10-25 14:39:39 +02:00
Sebastiaan Janssen
e4741b0c64
Unbreak breaking change in #13066 ( #13288 )
2022-10-25 14:18:50 +02:00
Sebastiaan Janssen
e7baa03987
Merge branch 'v10/contrib' into v10/dev
2022-10-25 12:57:30 +02:00
Nikolaj Geisle
272e922020
Parse lockId as invariant ( #13284 )
...
Co-authored-by: Zeegaan <nge@umbraco.dk >
2022-10-25 09:18:38 +02:00
Nikolaj Geisle
13e7534b43
Remove timeouts ( #13285 )
...
Co-authored-by: Zeegaan <nge@umbraco.dk >
2022-10-24 14:59:56 +02:00
Nikolaj Geisle
73bbff0a01
Fix Sqlite database locking issue ( #13246 )
...
* Add locking for creating scope
* Lock the repository instead
* Add scope in action instead of locking in service
* Fix up post-merge
Co-authored-by: Zeegaan <nge@umbraco.dk >
2022-10-24 13:45:11 +02:00
Daniël Knippers
e2636fea2a
Only attempt to find template when TemplateId is not null or default
2022-10-24 11:47:28 +01:00
Dami Tugbobo
facadac318
Add translation acceptance test ( #13280 )
...
* Add translation acceptance test
* Bump testhelpers version
Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com >
2022-10-24 07:35:01 +02:00
georgebid
66cea99807
V10/bugfix/add user error suggestion #67 ( #13259 )
2022-10-22 17:17:07 +02:00
Sebastiaan Janssen
0089446381
Merge branch 'v10/dev' into v10/contrib
2022-10-22 16:30:37 +02:00
Jari Larsen
226faca53c
Umbraco logo test ( #13267 )
2022-10-22 13:01:18 +02:00
Jannik Anker
3d3fbd34ca
Fixes #12127 - sets z-index on block list actions element ( #13179 )
...
* Sets z-index on block list actions element
Should solve #12127 https://github.com/umbraco/Umbraco-CMS/issues/12127
* #12127 : introduces variable for block actions z-index
2022-10-21 14:51:34 +02:00
Poornima Nayar
d0a58392c6
Left aligned message - "This index cannot be rebuilt because it has no assigned IIndexPopulator"
2022-10-21 10:26:35 +01:00
nikolajlauridsen
86fb24ad32
Bump version
2022-10-20 15:21:25 +02:00
Mole
fdbf3df057
Add PrivateAssets="all" to mangement api project reference ( #13249 )
2022-10-20 15:20:49 +02:00
Mole
b6af5decea
Add PrivateAssets="all" to mangement api project reference ( #13249 )
2022-10-20 15:19:13 +02:00
Mole
a696d70815
Add default BlockGrid partial views to disk ( #13227 )
...
* Add migration that adds BlockGrid files to disk
* Add partial views to disk when creating sample
* Refactor upgrade to use IPartialViewPopulator
* Add blockgrid default rendering partial views when creating a new project from template
* Remove views from static assets
Co-authored-by: Elitsa Marinovska <elm@umbraco.dk >
2022-10-19 14:13:56 +02:00
Nikolaj
d868263be4
Bump version
2022-10-19 09:23:08 +02:00
Andreas Zerbst
071042fcb6
Merge pull request #13233 from umbraco/v10/cherry-pick/acceptance-test-stabilazation
...
V10: cherry pick acceptance test stabilazation from v11
2022-10-19 08:50:19 +02:00
Zeegaan
08982709b3
Revert "V11: fix failing acceptance tests ( #13204 )"
...
This reverts commit ea783bbc
2022-10-19 07:52:14 +02:00
Zeegaan
cb9c165794
Add back macro locator
2022-10-19 07:51:24 +02:00
Zeegaan
61415b5c31
Add back the v10 locator that was updated in v11
2022-10-19 07:46:15 +02:00
Zeegaan
7ba9484705
Added proper save assert instead of checking on the route
2022-10-18 20:57:50 +02:00
Nikolaj Geisle
514497ffab
Update tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/ModelsBuilder/modelsbuilder.spec.ts
2022-10-18 20:57:45 +02:00
Nikolaj Geisle
39f349fc99
Bumb playwright-testhelper version
2022-10-18 20:57:42 +02:00
Nikolaj Geisle
ad67616f66
Reset maximum timeout to 30s
2022-10-18 20:57:41 +02:00
Nikolaj Geisle
8f70276cf7
Update maximum test time-out
2022-10-18 20:57:40 +02:00
Nikolaj Geisle
e8456e36b2
Bumb testhelpers package
2022-10-18 20:57:40 +02:00
Nikolaj Geisle
fff2b54203
Remove whitespace from response
2022-10-18 20:57:34 +02:00
Nikolaj Geisle
17de2ff98e
Bumb testhelpers version
2022-10-18 20:57:34 +02:00
Nikolaj Geisle
01b24e238c
Update test-helpers version
2022-10-18 20:57:33 +02:00
Nikolaj Geisle
477f4724c7
Dont remove whitespace
2022-10-18 20:57:33 +02:00
Nikolaj Geisle
3f07612306
Update playwright-testhelpers version
2022-10-18 20:57:32 +02:00
Nikolaj Geisle
cf68d499ef
Assert that the item is loaded before trying to click rollback
2022-10-18 20:57:29 +02:00
Nikolaj Geisle
84eecf5ee4
Close success notification
2022-10-18 20:57:25 +02:00