Shannon
|
59f437ebf8
|
update to latest examine
|
2019-02-12 02:03:21 +11:00 |
|
Claus
|
7c3b5d1086
|
Merge remote-tracking branch 'origin/temp8-update-deps' into temp8
|
2019-02-07 13:40:17 +01: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 |
|
Stephan
|
4a8e5935c2
|
Merge branch 'temp8' into temp8-fix-default-userid-param
|
2019-02-07 10:01:15 +01:00 |
|
Stephan
|
8ed2dcb8bf
|
Don't capture content caches!
|
2019-02-07 09:59:16 +01:00 |
|
Warren Buckley
|
5944ea20cc
|
Merge remote-tracking branch 'origin/temp8' into temp8-fix-default-userid-param
# Conflicts:
# src/Umbraco.Core/Services/IContentService.cs
# src/Umbraco.Core/Services/Implement/ContentService.cs
|
2019-02-07 08:24:03 +00:00 |
|
Shannon
|
a9045c254e
|
Removes the need to do any lookup for GetNonGroupedProperties, we already know if they belong to a non-group based on the ID
|
2019-02-07 14:01:00 +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 |
|
Shannon
|
123daed990
|
Removes the need for .Current in some places, adds TODO notes to test a theory, removes IUmbracoEntity from ISimpleContentType since all tests seem to pass without it and because the SimpleContentTypeMapper doesn't actually use ISimpleContentType i don't think it's needed, we'll see what the tests say.
|
2019-02-07 12:43:11 +11:00 |
|
Shannon
|
030b626350
|
Removes the need for a .Current, removes an unused method
|
2019-02-07 11:49:30 +11:00 |
|
Shannon
|
c04da30547
|
Merge branch 'temp8' into temp8-contentAndType
# Conflicts:
# src/Umbraco.Core/Models/Content.cs
# src/Umbraco.Core/Models/ContentBase.cs
# src/Umbraco.Tests/Models/ContentTests.cs
|
2019-02-07 11:41:06 +11:00 |
|
Warren Buckley
|
51ad0f75d1
|
Fix up unit test but also uses constant for -1 as the parent id aka System Root Node Id
|
2019-02-06 15:16:11 +00:00 |
|
Stephan
|
19d8796c40
|
Merge branch 'temp8' into temp8-3640
|
2019-02-06 15:07:49 +01:00 |
|
Stephan
|
0be5ff64bc
|
Be friendly
|
2019-02-06 15:05:56 +01:00 |
|
Stephan
|
7863cd3ab7
|
Refactor OrderedCollectionBuilderBase AppendAfter to InsertAfter
|
2019-02-06 14:11:33 +01:00 |
|
Shannon
|
b95b02d0c0
|
ensure the culture is bumped if a property of that culture is modified, fixes up the AdjustDates method and tests
|
2019-02-06 23:51:12 +11:00 |
|
Shannon
|
bcfbab2add
|
fixing tests
|
2019-02-06 23:12:01 +11:00 |
|
Stephan
|
b260c18056
|
Refactor IContent vs IContentType
|
2019-02-06 13:06:31 +01:00 |
|
Shannon
|
68cdbf50b2
|
removes old unused dependency from tests
|
2019-02-06 21:48:33 +11:00 |
|
Shannon
|
47d660041e
|
updates test proj dependencies
|
2019-02-06 21:47:21 +11:00 |
|
Shannon
|
817ce71e83
|
updates threading libs
|
2019-02-06 21:44:12 +11:00 |
|
Shannon
|
4c2ea81c53
|
updates Light Inject
|
2019-02-06 21:41:46 +11:00 |
|
Shannon
|
e556e39cd1
|
latest HtmlAgility
|
2019-02-06 21:31:50 +11:00 |
|
Shannon
|
0947a1a109
|
Automapper upgraded
|
2019-02-06 21:14:50 +11:00 |
|
Shannon
|
4b9a13c3a1
|
Updates mini profiler
|
2019-02-06 19:04:52 +11:00 |
|
Shannon
|
50d1b9ddfd
|
Latest MVC, WebApi, Owin and Signalr
|
2019-02-06 16:53:15 +11:00 |
|
Shannon
|
1bbb9c2b6e
|
updates to latest newtonsoft
|
2019-02-06 16:43:04 +11:00 |
|
Shannon
|
92606e7122
|
Fixes up dirty tracking of cultures and published cultures the same way we handle that with other entities which uses observable collection events. This simplifies the dirty tracking logic and means we dont require lookup the original object, but now we need to figure out the fixme stuff
|
2019-02-06 16:10:20 +11:00 |
|
Stephan
|
29f2f34f9b
|
Refactor IContent vs IContentType
|
2019-02-05 14:06:48 +01:00 |
|
Stephan
|
f07a2715b4
|
Add assembly-level composer attributes
|
2019-02-05 08:37:48 +01:00 |
|
Shannon
|
b65dac946f
|
Merge branch 'temp8-IContentService-SaveAndPublish-4324' into temp8-3640
# Conflicts:
# src/Umbraco.Core/Models/Content.cs
# src/Umbraco.Core/Models/ContentBase.cs
# src/Umbraco.Core/Models/IContent.cs
# src/Umbraco.Tests/Services/ContentServiceTests.cs
|
2019-02-05 16:14:46 +11:00 |
|
Shannon
|
f1b23ba0e9
|
Merge remote-tracking branch 'origin/temp8' into temp8-3640
# Conflicts:
# src/Umbraco.Core/Models/Content.cs
|
2019-02-05 14:27:40 +11:00 |
|
Shannon
|
9f612465cf
|
Cleans up IContent/IContentBase, no more internal methods or setters, moves manipulation used by the DocumentRepository to ext methods
|
2019-02-05 14:13:03 +11:00 |
|
Shannon
|
a5947356e7
|
Removes WasCulturePublished from IContent
|
2019-02-05 01:58:18 +11:00 |
|
Shannon
|
09255019b2
|
removes CommitDocumentChanges from the public interface
|
2019-02-05 01:22:52 +11:00 |
|
Shannon
|
c20e597115
|
Merge remote-tracking branch 'origin/temp8' into temp8-IContentService-SaveAndPublish-4324
|
2019-02-05 01:13:43 +11:00 |
|
Bjarke Berg
|
825b07b823
|
Merge pull request #4332 from umbraco/temp8-macros-dont-render-and-other-macro-bugs
v8 Macros don't render in the RTE and various
|
2019-02-04 13:23:46 +01:00 |
|
Bjarke Berg
|
2d2862517a
|
Merge pull request #4327 from umbraco/temp8-4229-validation-from-main-variant-does-not-prevent-publishing
#4229 - If the property do not support variantions, we need to valida…
|
2019-02-04 13:14:14 +01:00 |
|
Bjarke Berg
|
327b820a25
|
Fixed broken test
|
2019-02-04 12:59:58 +01:00 |
|
Stephan
|
3c3b9e3946
|
Fixes
|
2019-02-04 12:55:04 +01:00 |
|
Shannon
|
80165c3c0f
|
Fixes allocations of property selectors, with nameof we save a bunch of both memory and initial reflection lookups
|
2019-02-04 19:52:04 +11:00 |
|
Shannon
|
b51d3036e3
|
Adds overload of SaveAndPublish to accept multiple cultures, renames SavePublishing to CommitDocumentChanges, removes IContent.ChangeContentType
|
2019-02-04 16:55:35 +11:00 |
|
Shannon
|
c5819ca702
|
Merge branch 'temp8' into temp8-macros-dont-render-and-other-macro-bugs
# Conflicts:
# src/Umbraco.Web/Editors/EntityController.cs
# src/Umbraco.Web/Editors/MediaController.cs
# src/Umbraco.Web/Runtime/WebRuntimeComposer.cs
|
2019-02-04 12:42:07 +11:00 |
|
Stephan
|
132c3c0c8e
|
Cleanup PR, document and rename things
|
2019-02-01 17:19:12 +01:00 |
|
Stephan
|
e88443e549
|
Merge branch 'temp8' into feature/IContentType-removale-from-IContent
|
2019-02-01 16:25:36 +01:00 |
|
Claus
|
7d17b1be16
|
Merge pull request #4337 from umbraco/temp8-appsetting-conventions-constants
Web.Config AppSetting key conventions & move to constants class
|
2019-02-01 15:11:54 +01:00 |
|
Bjarke Berg
|
9acf913872
|
#3545 - Added IContentTypeServiceBaseFactory to create a IContentTypeServiceBase (E.g. IContentTypeService or IMediaTypeService) based on the type of the IContentBase
|
2019-02-01 14:07:31 +01:00 |
|
Bjarke Berg
|
bfc2d53fa4
|
Merge remote-tracking branch 'origin/temp8' into feature/IContentType-removale-from-IContent
# Conflicts:
# src/Umbraco.Web/Macros/PublishedContentHashtableConverter.cs
|
2019-02-01 12:52:20 +01:00 |
|
Stephan
|
a6d04aa5bb
|
Merge branch 'temp8' into temp8-3640
|
2019-02-01 10:47:34 +01:00 |
|