Ronald Barendse
1bc3290497
Fix bugs in fetching more than 2000 items (permissions and culture variations)
2021-10-13 14:10:24 +02:00
Ronald Barendse
88a20cb13c
Minor query cleanup
2021-10-13 13:46:51 +02:00
Ronald Barendse
a6b04a941c
Replace arbitrary group size with constant
2021-10-13 13:44:33 +02:00
Ronald Barendse
c5ba23a15c
Add Constants.Sql.MaxParameterCount
2021-10-13 13:32:30 +02:00
Jamie Townsend
08075e511f
V8: Duplicate MemberGroup names cause MemberGroup mixup ( #11291 )
...
* Prevented duplicate member group names
* Added English lang
* Updated 'Exist' typo
* add labels in FR and NL
2021-10-13 02:08:30 +02:00
patrickdemooij9
03b2aed91e
Align create buttons styling ( #11352 )
...
* Added button for cancelling dictionary create action
* Use hideMenu
* Align dictionary create with the other creates
* Align import documenttype
* Align for data type folder create
* Align document type create buttons
* Forgot small ng-show
* Align create media folder buttons
* Align create macro buttons
* Align create relation buttons
* Align create partial view macro folder buttons
* Align partial view folder create buttons
* Align create scripts folder buttons
* Align create scripts folder buttons
* Use primary instead of success
2021-10-13 09:03:19 +10:00
Bjarne Fyrstenborg
93720c9897
Icon fallback to icon-document for existing document types ( #11283 )
2021-10-12 16:49:33 +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
Mads Rasmussen
3d53c72205
add modelValue validation for server to correctly update validation errors
2021-10-12 11:52:01 +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
Martino Gabrielli
359181cf11
Added missing Italian translations ( #11197 )
2021-10-11 14:18:47 +02:00
Doug Moore
f7ea400e5a
If caching a published document, make sure you use the published Name… ( #11313 )
...
* If caching a published document, make sure you use the published Name. Closes #11074 .
* Fix case of new node
Co-authored-by: Moore, Douglas S <Douglas.Moore@opm.gov >
2021-10-11 10:03:43 +10:00
Bjarne Fyrstenborg
494bef878b
Fix preview of SVG when height and width not are set
2021-10-10 18:30:12 +02:00
Patrick de Mooij
8619cfe3ef
11251: Don't add default dashboard to url
2021-10-07 09:01:32 +10: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
Søren Kottal
828558ac29
fixes wrong reference to enterSubmitFolder method in ng-keydown
2021-10-06 09:36:32 +10:00
Bjarne Fyrstenborg
c7f342a6dd
Use umb-icon component for icons in content type groups and tabs
2021-10-06 09:09:56 +10:00
BatJan
7043d1cc0f
Use medium sized overlay
2021-10-06 08:36:28 +10:00
Owain Jones
3fcfb1b546
v8: Backoffice Welsh language translation updates ( #11240 )
...
* Updated the Welsh language file to include newly added keys (based on the en us language file)
* Updated the searchInputDescription key
* Updated the endTitle key
2021-10-06 08:34:36 +10:00
Søren Kottal
ef725bac37
Removes annoying wait text, which causes layout jank
2021-10-06 08:26:44 +10: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
c3ab0ae7b5
Merge branch 'v8/dev' into v8/contrib
2021-09-30 10:18:03 +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
Søren Kottal
ffa704c5d0
Cleanup examine search results, and adds ability to toggle fields ( #9141 )
...
* Cleanup examine search results, and adds ability to toggle fields
* update table to use joinarray filter with one-time binding to avoid recalculating filter values, updated filter to not explode when array arg is null
* fix failing tests - improve filter to not fail on non-array params, update tests accordingly
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au >
2021-09-22 13:25:10 +10:00
Bjarne Fyrstenborg
48a3a0524d
Create content template localization ( #10945 )
...
* Don't use self-closing element for custom HTML elements
* Use button element for close/cancel in copy dialog
* Update localization of "createBlueprintFrom"
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au >
2021-09-22 10:27:16 +10:00
Jan Skovgaard
31ecc146d1
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 >
2021-09-22 09:49:49 +10:00
Bjarne Fyrstenborg
6c512107a4
Fix incorrect attribute
2021-09-22 09:30:48 +10: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
Callum Whyte
405ed44bb1
Falling back to contentTypeName when Block List label is empty ( #10963 )
...
* Falling back to contentTypeName when Block List label is empty
* Adding $contentTypeName variable for Block List labels
2021-09-21 16:41:21 +10:00
patrickdemooij9
1e1276f270
10341: Use different picker for content types ( #10896 )
...
* 10341: Use different picker for content types
* use es6 where possible (inc removing underscore for teeny tiny performance improvement)
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au >
2021-09-21 16:18:15 +10:00
Bjarne Fyrstenborg
46e6f050cb
Align sortable handle vertically in multivalues prevalue editor
2021-09-21 14:58:04 +10:00