Bjarke Berg
85eb44ecc3
Moved more abstractions of models
2019-05-27 10:16:07 +02:00
Bjarke Berg
ff71d89415
Moved more files and removed modelsbuilder from UI project
2019-05-27 08:57:57 +02:00
Shannon
d42b2492b7
Moves more utilities
2019-05-20 18:40:13 +02:00
Shannon
a0506622b4
dirty tracking, entities, cloning moved
2019-05-20 18:23:22 +02:00
Shannon
57ff36452e
Moves Strings and extensions to abstractions (where possible)
2019-05-20 17:57:28 +02:00
Stephan
066a860c1d
Fix more PreValues migration + better error reporting
2019-05-15 17:00:05 +02:00
Stephan
ba9aa49b91
Fix user for v7 migration
2019-05-10 10:14:14 +02:00
Stephan
bb0331e9cc
Move IPublishedContent.Url() to ext method
2019-04-24 14:25:41 +02:00
Stephan
25b8c8a565
Refactor getting Urls
2019-04-24 11:53:35 +02:00
Stephan
be93773399
Merge branch v8/dev into v8/feature/5170-IPublishedContent
2019-04-24 08:51:25 +02:00
Stephan
50f6779c17
Merge branch v8/dev into v8/bugfix/4963-fixing-models-and-member-repo
2019-04-23 11:31:47 +02:00
Stephan
4feb766cc6
Fix IPublishedContent.Children() and NuCache
2019-04-23 08:29:43 +02:00
Stephan
2270188668
Refactor IPublishedContent.Children()
2019-04-23 08:28:23 +02:00
Stephan
41e14a62c0
Refactor IPublishedContent.Parent()
2019-04-23 08:27:50 +02:00
Stephan
e062ea8d31
Refactor IPublishedContent.CultureDate(), .Cultures
2019-04-23 08:27:50 +02:00
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
Shannon
a2a247b413
removes the enforcement of non duplicate property type aliases for now
2019-04-17 21:00:15 +10:00
Shannon
0b6a369047
When removing a property group, we need to first remove the group and then re-assign the property types so that duplicates are not added
2019-04-17 17:12:34 +10:00
Shannon
6f44e4fd09
Fixes INotifyCollectionChanged collections to raise the correct events, ensures that no duplicate property type aliases can be added/updated to
2019-04-16 17:37:42 +10: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