Commit Graph

32583 Commits

Author SHA1 Message Date
Nathan Woulfe
65750d2b32 fixes regression where validation object doesn't always exist on the property, depending on context 2020-02-20 08:59:46 +10:00
Niels Lyngsø
dcdeae9ea3 only pure language variants can be mandatory 2020-02-19 17:27:04 +01:00
Niels Lyngsø
27b239cc08 making variant dialogs up to date with Segments. 2020-02-19 17:25:08 +01:00
Niels Lyngsø
602ee33334 use "and" instead of & 2020-02-19 15:35:46 +01:00
Niels Lyngsø
1855241dcc Merge remote-tracking branch 'origin/v8/feature/AB4550-segments-clientcode' into v8/feature/AB4550-segments-ui-variant-picker 2020-02-19 15:19:26 +01:00
Niels Lyngsø
99ad8ea773 apply search params instead of overwritting them. 2020-02-19 15:02:33 +01:00
Kenn Jacobsen
64cffcb967 Fix Nested Content JS errors when enforcing min items (#7628) 2020-02-19 13:10:21 +00:00
Niels Lyngsø
4e687853b4 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/AB4550-segments-clientcode 2020-02-19 13:41:00 +01:00
Niels Lyngsø
490ce0808a Save & publish dialog change for a simpler experience accommodating segments 2020-02-19 13:28:46 +01:00
Bjarke Berg
b808443558 Removed old soap reference from the project 2020-02-19 12:34:21 +01:00
Warren Buckley
8527b28d4b Merge pull request #7686 from umbraco/v8/feature/umb-form-check-transclude
Enabling transclude for umb-form-check
2020-02-19 10:42:51 +00:00
Warren Buckley
b41c3ad3bc Merge pull request #7660 from umbraco/v8/bugfix/AB4900-start-nodes-list-views
Fixing when a start node is a content item in a nested list view
2020-02-19 09:57:26 +00:00
Niels Lyngsø
6e22b03792 Merge remote-tracking branch 'origin/v8/feature/umb-form-check-transclude' into v8/feature/AB4550-segments-ui-variant-picker 2020-02-19 10:17:46 +01:00
Niels Lyngsø
278f8cc99f css change 2020-02-19 10:13:51 +01:00
Niels Lyngsø
088c51e84d enabling transclude for umb-form-check 2020-02-19 09:36:33 +01:00
Niels Lyngsø
2cd50822ea adjustments of Save and publish dialog 2020-02-19 09:35:36 +01:00
Bjarke Berg
9ed94f753d Fixed issue with wrong installId in cookie. + Refactored to not use Newtonsoft.Json + Minor renames 2020-02-19 08:32:47 +01:00
Shannon
653616912a Fixes issue when a user's start node is below a list view and when there's list views below that 2020-02-19 13:43:48 +11:00
elitsa
a058703004 Making call async and adding setters for InstallLog 2020-02-18 16:28:07 +01:00
Daniël Knippers
3d10a061e9 Update CONTRIBUTING.md (#7680)
* Update CONTRIBUTING.md

Syncs header name with summary and fixes link syntax

* Update CONTRIBUTING.md

Changed header back and updated summary instead
2020-02-18 14:05:07 +00:00
elitsa
79b5b73923 Creating Repositories - abstraction + implementation which use HttpClient and call the endpoints. Registering the Repositories in repositories' composition 2020-02-18 14:53:01 +01:00
elitsa
1b3769f5d7 Creating models for to serialize and deserialize when calling the rest API 2020-02-18 14:50:30 +01:00
elitsa
b2ddc4a2b0 Creating the service interfaces and their implementations. Registering them in CoreInitialComposer. These services delegate the work to repositories 2020-02-18 14:48:36 +01:00
elitsa
166c04b1b6 Injecting a service interface instead of calling an old web service on Our 2020-02-18 14:45:49 +01:00
Niels Lyngsø
cac745fa78 segment before language in GetDisplayName 2020-02-18 13:51:03 +01:00
Poornima Nayar
9e2a471e5d Merge pull request #7662 from nathanwoulfe/7647-clear-validation-after-clearing-property
v8: 7647 Can't save content after clearing property with validation error
2020-02-18 10:53:07 +00:00
Daniël Knippers
12bb2a42d6 ContentVariantDisplay: add DisplayName property and use in Umbr… (#7677) 2020-02-18 11:47:58 +01:00
Daniël Knippers
5a5291d149 V8/feature/ab4550 segments ui variant picker (#7676)
* Fixes incorrect property inheritance logic

* Fixes crash in canVariantPublish when variant.language is null

* Adds variant display name in dropdown

* Logic for invariant properties updated to also support segment invariance

* Properties varied by segment only now properly saved when multiple variants are saved/published

* Logic for disabling property editors moved to function and corrected for all cases of culture/segment properties

* Fixes syntax error in less file

* Fixes empty variants returned from GetEmpty() for a ContentType set to vary by segment

* Replaced _.each with _.find to prevent having to loop through all variants and/or somehow open multiple.

It is not possible to break out of _.each using a return statement, it simply returns that current function
but _.each will continue calling the others after that.

* Added a null check on Culture prop which is now possibly null due to segments

* Makes sure segments are not completely removed when their value is null.

During save/publish, Umbraco first deletes all property data of a specific version
and then adds property values again. However, any segments that were created but had
an empty value would not be added again which meant the segments were entirely gone afterwards.

* GetSegments() updated to always return the default segment, not only when there are no segments at all.

This makes sure that even if there is no property data for the default segment in the database but only for
some segments, the default segment will still be returned here.
2020-02-18 11:46:31 +01:00
Poornima Nayar
05465f2e91 Merge pull request #7092 from JeffreyPerplex/patch-5
Make the source code build documentation a bit less complex
2020-02-17 15:37:19 +00:00
Poornima Nayar
a9bb1ff49e Merge pull request #7021 from stevemegson/v8/pr/member-cmsContentNu
OnMemberRefreshedEntity stores data as published rather than edited
2020-02-17 15:26:48 +00:00
Poornima Nayar
cc9e0f45a8 Merge pull request #6962 from kjac/v8/fix/upload-imagecropper-styling
V8: Styling updates to image cropper and upload property editors
2020-02-17 09:42:05 +00:00
Poornima Nayar
00d3dd3e48 Merge pull request #6988 from kjac/v8/fix/hide-breadcrumb-for-recycle-bin-children
V8: Do not show the breadcrumb for immediate children in the recycle bin
2020-02-17 09:12:08 +00:00
Anders Bjerner
24b0c1d8b5 Merge pull request #7670 from poornimanayar/member-dashboard-amend
CSS class added to the h3 on members dashboard
2020-02-16 13:04:52 +01:00
Poornima Nayar
49217df95d CSS class added to the h3 on members dashboard 2020-02-15 15:08:55 +00:00
Daniël Knippers
1a4e6e564c Review Perplex change for Segments (#7659)
* Fixes incorrect property inheritance logic

* Fixes crash in canVariantPublish when variant.language is null

* Adds variant display name in dropdown

* Logic for invariant properties updated to also support segment invariance

* Properties varied by segment only now properly saved when multiple variants are saved/published

* Logic for disabling property editors moved to function and corrected for all cases of culture/segment properties

* Fixes syntax error in less file

* Fixes empty variants returned from GetEmpty() for a ContentType set to vary by segment
2020-02-14 15:16:50 +01:00
Aleksandr Šmailov
67e182bdbf Updated content controller to hide save button (#7318) 2020-02-14 12:37:20 +01:00
Sebastiaan Janssen
165138a74b Merge branch 'v8/dev' into v8/contrib 2020-02-14 09:32:36 +01:00
Nathan Woulfe
c362c00758 I think it's fixed, needs thorough testing... 2020-02-14 16:22:02 +10:00
Niels Lyngsø
cac07aa7eb option to require umbVariantContentEditors and do a requestSplitView 2020-02-13 14:44:46 +01:00
Niels Lyngsø
b83ef4dc5e Merge remote-tracking branch 'origin/v8/dev' into v8/feature/AB4550-segments-ui-variant-picker 2020-02-13 14:21:59 +01:00
Niels Lyngsø
5acf6b2b37 event handler for requesting a splitview 2020-02-13 13:49:03 +01:00
Kenn Jacobsen
8370c5b42f Ensure that the recycle bin doesn't delete content at root 2020-02-13 11:20:53 +01:00
Niels Lyngsø
b3e88040ec 7285 making property actions show on focus within (#7287) 2020-02-13 09:29:15 +01:00
Poornima Nayar
68ee537520 Accessibility improvements to user group screen (#7414) 2020-02-13 09:10:06 +01:00
Paul Seal
69a1729967 Change the icon in the Document Types Tree to be the chosen icon instead of a default one. (#7358)
* - changed the icon in the document types tree to be the icon chose rather than the default doc type icon

* - rendered icons for media types and member types

* - used null coalescing for icon setting for better null handling

Co-authored-by: paulmoriyama <48755798+paulmoriyama@users.noreply.github.com>
2020-02-13 08:07:46 +00:00
ksingercoffey
5307a8cf13 #7643: add type="button" to prevent default clicks by pressing Enter (#7651) 2020-02-13 07:41:19 +01:00
Benjamin Howarth
721d41da62 Update PropertyType.cs
Please, *please* stop making things internal when it breaks legacy behaviour (such as obtaining properties by tab group, which is precisely what this allows for).
2020-02-12 17:01:59 +00:00
Bjarne Fyrstenborg
450a77fff5 Missing onClose for tour (#7595) 2020-02-12 15:21:03 +01:00
abi
a7ad464b40 Remove Empty Statements 2020-02-12 15:11:18 +01:00
Warren Buckley
1574263c69 Merge pull request #7627 from umbraco/v8/bugfix/AB4828-resetpassword-mail
AB4828 - Reset Password Email

(cherry picked from commit f00680bfe6)
2020-02-12 12:06:52 +00:00