Stephan
afda7a5661
Refactor IPublishedContent.ItemType
2019-04-23 08:27:49 +02:00
Stephan
11ef00c63d
Refactor IPublishedContent.Url()
2019-04-23 08:27:49 +02:00
Stephan
2b54cc50ab
Refactor IPublishedContent.UrlSegment()
2019-04-23 08:27:49 +02:00
Stephan
f99302ac63
Cleanup IPublishedContent/PropertyType
2019-04-23 08:27:49 +02:00
Stephan
890d7d8ce3
Refactor IPublishedContent.Name()
2019-04-23 08:27:48 +02:00
Stephan
f039b00a44
Introduce IPublishedPropertyType
2019-04-23 08:27:48 +02:00
Stephan
34ad8dfb8d
Introduce IPublishedContentType
2019-04-23 08:27:40 +02:00
Kenn Jacobsen
ceaae13575
Make DoNotCloneAttribute public
2019-04-08 10:39:37 +02:00
Bjarke Berg
36c35750cd
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/284-content-type-repo
2019-04-05 07:49:55 +02:00
Shannon
bff920fa50
Merge branch 'v8/dev' into v8/feature/284-auto-mapper
...
# Conflicts:
# src/Umbraco.Core/Composing/SetCollectionBuilderBase.cs
2019-04-05 00:58:56 +11:00
Shannon
fe2c519d75
fixes tests
2019-04-05 00:00:22 +11:00
Shannon
92b64b2ca6
Changes controller to be explicit about which culture will be affiliated with invariant property issues
2019-04-04 21:57:49 +11:00
Stephan
7a6884d208
Rename mapper stuff
2019-04-03 10:39:49 +02:00
Stephan
389ee7ec84
Review, cleanup
2019-04-02 18:02:44 +02:00
Stephan
fd8cef59ef
Merge branch 'v8/dev' into temp8-server-content-validation-fixes-4884
2019-04-02 14:03:02 +02:00
Stephan
4e7e784d7c
Merge branch 'v8/dev' into v8/feature/284-content-type-repo
2019-04-02 12:03:26 +02:00
Stephan
c5f934930e
Merge branch 'v8/dev' into v8/feature/284-auto-mapper
2019-04-02 12:03:05 +02:00
leekelleher
b44360aa99
Swapped System.RecycleBinMedia string conversions
...
to use the `System.RecycleBinMediaString` constant.
This saves on integer parsing and reduces the number of
new strings being created.
Since the `System.RecycleBinMedia` is `-21`, it didn't
need the culture invariant conversion.
2019-03-29 12:17:12 +00:00
leekelleher
a4c96678e5
Swapped System.RecycleBinContent string conversions
...
to use the `System.RecycleBinContentString` constant.
This saves on integer parsing and reduces the number of
new strings being created.
Since the `System.RecycleBinContentString` is `-20`, it didn't
need the culture invariant conversion.
2019-03-29 12:14:27 +00:00
leekelleher
f4bd0cd1f5
Swapped all System.Root string conversions
...
to use the `System.RootString` constant.
This saves on integer parsing and reduces the number of
new strings being created.
Since the `System.Root` is `-1`, it didn't need the culture invariant
conversion.
2019-03-29 12:06:23 +00:00
Shannon
28210896a8
fixes logic with publish due to flag enums
2019-03-29 00:32:52 +11:00
Shannon
5a626acb3a
Fixes up a bunch more validation logic, adds unit tests to support
2019-03-28 23:59:49 +11:00
Stephan
f8f1fea407
Various corrections to mappers
2019-03-28 12:38:04 +01:00
Stephan
d274737296
Refactor more mappers
2019-03-27 09:15:32 +01:00
Stephan
92139dd0c9
Refactor more mappers
2019-03-27 09:15:32 +01:00
Stephan
a6dc5f0eac
Refactor more mappers
2019-03-27 09:15:31 +01:00
Stephan
cd0338498f
Fix BackOfficeIdentityUser
2019-03-27 09:15:31 +01:00
Stephan
57067d7e56
Use Umbraco.Code to ensure proper mapping
2019-03-27 09:15:31 +01:00
Stephan
b43e113cb6
Experiment with mapping (perfs)
2019-03-27 09:15:31 +01:00
Shannon
22662042b5
Fixes up more of dealing with invariant property validation
2019-03-27 16:31:53 +11:00
Shannon
8042405d94
WIP - Fixing up validation so that invariant properties are only validated on the default lang or if the item is not published
2019-03-27 12:41:02 +11:00
Stephan
4e87dd389d
Refactor Content/Media/Member type repositories
2019-03-19 16:28:50 +01:00
Stephan
7a0f11bc6f
Fix NuCache url segments
2019-03-05 11:15:30 +01:00
Stephan
ad62983327
Introduce ILivePublishedModelFactory
2019-02-21 19:15:35 +01:00
Stephan
90feb463aa
Cleanup
2019-02-21 14:13:37 +01:00
Shannon
13a1c02507
Fixes content service Saving events so that they are fired before the model's values are published when the service is publishing
2019-02-21 14:46:14 +11:00
Shannon
7a9bc19ffd
Adds notes + unit test showing the problem
2019-02-21 12:08:00 +11:00
Claus
d94e383ed7
The content service is not returning the invalid properties when publishing fails
2019-02-20 16:05:42 +01:00
Stephan
7185089f1d
Move sections to their own namespace
2019-02-18 11:22:25 +01:00
Bjarne Fyrstenborg
280a6d79b4
v8: Add package contributors ( #4385 )
2019-02-14 16:00:58 +01:00
Stephan
88b0dccfa1
Fix TreeEntityPath
2019-02-08 09:02:27 +01:00
Warren Buckley
d9ac1868e6
Merge pull request #4465 from umbraco/temp8-fix-for-non-root-start-node-for-media
...
V8: Bugfix for loading paths Ids into TreeEntityPath
2019-02-07 15:25:42 +00:00
Stephan
2092156db3
Cleanup
2019-02-07 12:27:19 +01:00
Stephan
a9adc4eee5
Merge branch 'temp8' into temp8-contentAndType
2019-02-07 10:10:55 +01:00
Bjarke Berg
fc6548d87b
Fix issue where Id was not set when loading all entity paths
2019-02-07 09:56:14 +01:00
Stephan
8329097974
Review PR, adjustments
2019-02-07 08:53:49 +01:00
Stephan
d15f20f560
Merge branch 'temp8' into temp8-contentAndType
2019-02-07 08:40:46 +01:00
Stephan
d11fd67a09
Bugfix PublishedContentTypeFactory
2019-02-07 08:04:53 +01:00
Shannon
03eaf3aa3d
So yup ISimpleContentType needs the IUmbracoEntity, so we'll explicitly implement essentially hiding the implementation from the API unless it's explicitly cast
2019-02-07 13:29:01 +11:00
Shannon
3b12e0b72a
Updates ContentBase to track the original PropertyType's which means we don't ever need to look them up again, adds notes about this too since it seems it is probably unnecessary to begin with.
2019-02-07 13:28:23 +11:00