Ronald Barendse
705a3ed4e8
Update composition validation error messages
2021-10-14 15:06:28 +02:00
Ronald Barendse
1b06db8d5c
Validate all content type dependencies and throw a single InvalidCompositionException
2021-10-14 14:47:57 +02:00
Elitsa Marinovska
b8ecc17140
Pointing the actual reason for invalidating composition
2021-10-14 13:41:56 +02:00
Elitsa Marinovska
ccd9013d30
Adding invalid prop group aliases as ModelState errors, so we don't introduce breaking changes
2021-10-14 09:57:13 +02:00
Elitsa Marinovska
3f3262eb01
Adding property group aliases to ex.message
2021-10-14 09:54:14 +02:00
patrickdemooij9
d02440d411
11048: Bugfix for groups and properties that get replaced ( #11257 )
...
(cherry picked from commit 1605dc10bd )
2021-10-12 14:49:19 +02:00
Nikolaj Geisle
4c6e01438a
Merge pull request #11356 from umbraco/v8/bugfix/fix-incorrect-edited-state-for-failed-publish-11290
...
[v8] Resolve incorrect ContentSavedState for failed publish
2021-10-12 10:51:15 +02:00
Paul Johnson
f6f5723b7b
Resolve incorrect ContentSavedState for failed publish
...
Closes #11290 (for v8)
2021-10-12 09:19:15 +01:00
Mole
e36dd86d2d
Merge pull request #11207 from umbraco/v8/bugfix/mntp-performance
...
Combine GetUrl requests when loading a MNTP with many entries
2021-10-06 08:56:12 +02:00
Paul Johnson
106f6dce25
Rename parameter for clarity
2021-10-05 13:45:43 +01:00
Ronald Barendse
20b9db87d0
Remove inherited property group id/key when local properties are added ( #11231 )
...
* Remove inherited property group id/key when local properties are added
* Rebind saved content type values
* Remove inherited from save group
2021-10-04 09:45:33 +02:00
Sebastiaan Janssen
7c77ba2335
Merge branch 'v8/8.17' into v8/dev
2021-09-30 10:17:39 +02:00
Sebastiaan Janssen
11ad3fc082
Bump version to 8.17.0
2021-09-30 10:16:33 +02:00
Sebastiaan Janssen
97ecb07be7
Fixes #11206 ( #11225 )
2021-09-30 10:07:05 +02:00
Shannon
5c0e42e1cb
Allows replacing MainDom with alternate DB
...
There are some cases where there is a complex hosting strategy and folks want a readonly database and are hosting on Azure. In that case, it is not entirely possible to have a readonly Umbraco database because SqlMainDom is required and part of that requirement is to have read/write access to the umbraco key value table.
This PR allows for the default MainDom to be replaced and to allow for an SqlMainDomLock to use an alternate connection string so that a separate read/write database can be used.
(cherry picked from commit 9f48a9f940 )
2021-09-30 09:20:08 +02:00
Shannon
9f48a9f940
Allows replacing MainDom with alternate DB
...
There are some cases where there is a complex hosting strategy and folks want a readonly database and are hosting on Azure. In that case, it is not entirely possible to have a readonly Umbraco database because SqlMainDom is required and part of that requirement is to have read/write access to the umbraco key value table.
This PR allows for the default MainDom to be replaced and to allow for an SqlMainDomLock to use an alternate connection string so that a separate read/write database can be used.
2021-09-30 09:19:22 +02:00
Paul Johnson
4eb75799e7
Update content picker to use GetUrlsByUdis
2021-09-27 14:39:04 +01:00
Paul Johnson
26382ab8d5
Add EntityController GetUrlsByUdis
...
Enables loading multiple URLs in a single request for Media & Documents
2021-09-27 14:36:29 +01:00
Jan Skovgaard
b6268e3650
Bump version to 8.17.0-rc2
2021-09-22 23:12:45 +02:00
Jan Skovgaard
e269d1bcd0
Grid: Add button styling fix ( #10978 )
...
* Add missing focus styling
* Ensure add button is perfectly rounded and remove unused / uneeded CSS.
* Remove redundant border-color property
* Revert removal of unused css
Co-authored-by: BatJan <jaskov@gmail.com >
Co-authored-by: Jan Skovgaard Olsen <jso@co3.dk >
(cherry picked from commit 31ecc146d1 )
2021-09-22 14:26:55 +02:00
Bjarne Fyrstenborg
52f3350e76
Adjust icon in umb-checkbox and ensure icon is centered
...
(cherry picked from commit c49c5369e3 )
2021-09-22 14:24:25 +02:00
Corné Strijkert
f776dbb616
Missing nl translation for blockEditor_addBlock
...
(cherry picked from commit 674edd3a97 )
2021-09-22 14:22:02 +02:00
Bjarne Fyrstenborg
a09103dc82
Align sortable handle vertically in multivalues prevalue editor
...
(cherry picked from commit 46e6f050cb )
2021-09-22 14:19:36 +02:00
Bjarne Fyrstenborg
7548074fa3
Fix incorrect attribute
...
(cherry picked from commit 6c512107a4 )
2021-09-22 14:10:31 +02:00
Nikolaj Geisle
ef7fe700f4
Merge pull request #11157 from umbraco/v8/bugfix/11100-fix-multi-url-picker-in-block-list
...
Fix Multi URL Picker in Block List Editor
2021-09-22 10:39:29 +02:00
Mads Rasmussen
b6338cacb3
prevent tab properties to be rendered twice
2021-09-22 09:26:02 +02:00
Nikolaj Geisle
3ad2e74f45
Merge pull request #11145 from umbraco/v8/bugfix/11114-nested-content-not-rendering
...
Fixes Nested Content not rendering
2021-09-21 13:07:42 +02:00
Ronald Barendse
5796b841e3
Updated predicate to use GetParentAlias()
2021-09-21 12:01:02 +02:00
Mads Rasmussen
426050374d
alias is changed. We need to compare with label instead
2021-09-21 11:19:04 +02:00
Mads Rasmussen
f7b485a199
filter out tabs and groups in tabs for nested content
2021-09-21 11:18:34 +02:00
Bjarke Berg
27e74e78bc
Merge pull request #11104 from umbraco/v8/feature/implement-tabs-cypress-test
...
Feature - Implemented new cypress tests
2021-09-20 10:50:44 +02:00
Bjarke Berg
e1333fee49
Merge pull request #11121 from umbraco/v8/bugfix/keep-existing-propertygroup-key
...
Add property group key to save model
2021-09-16 14:20:00 +02:00
Ronald Barendse
1baa4cf653
Add property group key to save model
2021-09-16 14:07:31 +02:00
BatJan
e056918e4f
Ensure the expression is interpolated so the aria-selected attribute has a proper true/false value
2021-09-16 01:54:08 +02:00
Zeegaan
2e14abc744
Implemented tabs test
2021-09-15 13:48:32 +02:00
Sebastiaan Janssen
ee42a7ebac
Add the correct year of open sourcing Umbraco on the license
2021-09-15 09:57:03 +02:00
Mads Rasmussen
09db4ed4a5
Show UI errors for invalid files in media upload ( #11061 )
2021-09-15 09:18:36 +02:00
Sebastiaan Janssen
237ac53928
Merge branch 'v8/dev' into v8/8.17
2021-09-14 12:57:13 +02:00
Bjarne Fyrstenborg
71733b72d9
Remove restricted image size when opening media ( #10940 )
...
* Remove restricted image size as SVG are vector and we already handle max size in css
* Use css class instead of inline style
* Add required src and alt attributes to img tag - ng-src will populate value of src attribute
* Align folder icon in medie entry editor
2021-09-14 17:57:16 +10:00
Mads Rasmussen
c6a1765c95
set form to dirty when add tab, delete tab, add group, and delete group
2021-09-14 08:41:32 +02:00
Bjarne Fyrstenborg
a4e472b4d3
Stream line <umb-progress-bar> and <umb-progress-circle>
2021-09-14 16:02:56 +10:00
Bjarne Fyrstenborg
aa48cdbbfd
Media picker 3 preview with checkered background ( #10939 )
...
* Set property editor limit width on parent like other property editors
* Use checkered background in media picker 3 preview like the legacy media picker
2021-09-14 15:58:59 +10:00
Jan Skovgaard
5b62516114
Grid: labels offset fix ( #10979 )
...
* Add missing focus styling
* Ensure labels have the proper pixels offset
Co-authored-by: BatJan <jaskov@gmail.com >
Co-authored-by: Jan Skovgaard Olsen <jso@co3.dk >
2021-09-14 15:54:46 +10:00
Jeavon Leopold
8810b98003
Exclude "Server" header from excessive check if the value is "cloudflare"
2021-09-14 15:46:41 +10:00
Bjarne Fyrstenborg
e42af34b5f
Introduce overlaysize prevalue editor ( #11010 )
...
* Introduce overlaysize prevalue editor instead of redundant prevalue editor for each property editor
* Move ordering of properties
* Change overlaySizeWidth to overlaySize
* Make it clear overlay is only for link picker
* Fix overlay size not working for link picker in rich text editor
2021-09-14 15:43:21 +10:00
Sebastiaan Janssen
a1e965cce6
Merge branch 'v8/dev' into v8/8.17
2021-09-13 16:22:44 +02:00
Ronald Barendse
a7732d76f8
Merge pull request #11086 from umbraco/v8/fix/frontend-dependencies
...
Updating Angular and jQuery to the latest available version
2021-09-13 15:38:30 +02:00
Bjarne Fyrstenborg
eb7b570002
Include MediaService extensions
2021-09-13 15:19:28 +02:00
Sebastiaan Janssen
25d482f42f
Add package-lock.json updates
2021-09-13 14:41:21 +02:00
Jeavon Leopold
fb466f4309
Fix string interpolation for health check messages
2021-09-13 13:11:54 +02:00