Shannon
|
f77961ca6e
|
Fixes tests
|
2020-07-23 16:42:53 +10:00 |
|
Shannon
|
1522260111
|
Reverts the nested content changes, fixes up the GetEmptyByKey
|
2020-06-10 18:09:54 +10:00 |
|
Shannon
|
a5adb322f1
|
Updates the caching layer to handle GUID keys for content types while preserving backwards compat, fixes unit tests, removes the strongly typed lists for the block editor value since it's unecessary
|
2020-06-10 16:12:00 +10:00 |
|
Shannon
|
292c76df0b
|
Getting models and value converter setup along with tests
|
2020-01-31 15:59:27 +11:00 |
|
Shannon
|
a1769dd937
|
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/media-tracking
# Conflicts:
# src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
# src/Umbraco.Core/Models/RelationType.cs
# src/Umbraco.Web/PropertyEditors/NestedContentPropertyEditor.cs
# src/Umbraco.Web/UmbracoComponentRenderer.cs
|
2019-12-18 15:28:27 +11:00 |
|
Shannon
|
717c185e45
|
Manually merges prev changes to nested content from 6768 and 6826 and changes how the prop values are iterated
|
2019-11-01 14:22:49 +11:00 |
|
Shannon
|
12cb370578
|
Reduces statics, reduces code duplication for iterating over properties in the NC prop editor
|
2019-10-30 17:14:04 +11:00 |
|
Ronald Barendse
|
6350c8c05b
|
Removed usage of obsoleted WontImplementException
|
2019-10-06 11:55:02 +02:00 |
|
Stephan
|
14a056f4f4
|
Fix and cleanup
|
2019-06-07 11:15:58 +02:00 |
|
Stephan
|
7fd6bfa163
|
Make IPublishedContent changes less breaking and more friendly
|
2019-06-06 16:54:00 +02:00 |
|
Stephan
|
bb0331e9cc
|
Move IPublishedContent.Url() to ext method
|
2019-04-24 14:25:41 +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
|
2b54cc50ab
|
Refactor IPublishedContent.UrlSegment()
|
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
|
22d879ab35
|
Merge branch 'temp8' into temp8-fixme-no-caching-of-url-and-inject-umbraco-context-accessor
# Conflicts:
# src/Umbraco.Tests/PublishedContent/NuCacheTests.cs
# src/Umbraco.Web/Models/PublishedContentBase.cs
# src/Umbraco.Web/PublishedCache/NuCache/ContentNode.cs
# src/Umbraco.Web/PublishedCache/NuCache/PublishedSnapshotService.cs
|
2019-01-29 17:12:35 +11:00 |
|
Bjarke Berg
|
f8b52a57c3
|
Injecting Umbraco Context Accessor and not saving the url on the class
|
2019-01-23 14:16:42 +01:00 |
|
Bjarke Berg
|
e871392405
|
Added IsPublished(culture) to IPublishedContent
|
2019-01-23 07:54:45 +01:00 |
|
Stephan
|
ce4fc6654e
|
Fix NestedContent tests now we have isElement
|
2019-01-22 17:32:46 +01:00 |
|
Stephan
|
ed7c8da81f
|
Merge branch 'temp8' of https://github.com/StefanoChiodino/Umbraco-CMS into temp8-pr3583
|
2019-01-10 16:29:36 +01:00 |
|
Stephan
|
8152862ad2
|
Fix issue with figuring out whether a published content version is draft
|
2018-12-18 08:31:10 +01:00 |
|
Stefano Chiodino
|
cc8cb96140
|
The change to nullable expands to even more neighbors...
|
2018-11-15 07:23:09 +00:00 |
|
Shannon
|
ee9f150483
|
Removes the AdditionalData properties for EntitySlim and moves them to real properties of IDocumentEntitySlim, renames PublishedCultureInfos to not be plural
|
2018-05-08 12:43:07 +10:00 |
|
Stephan
|
dbf310caf1
|
Now use empty string for invariant in published
|
2018-04-30 21:03:43 +02:00 |
|
Stephan
|
6959e595f5
|
IPublishedContent.UrlSegment
|
2018-04-30 09:14:14 +02:00 |
|
Stephan
|
ce8775b3e7
|
Cleanup IPublishedContent
|
2018-04-30 09:14:13 +02:00 |
|
Stephan
|
908589277a
|
U4-11227 - default variations and fallback (wip)
|
2018-04-30 09:13:21 +02:00 |
|
Shannon
|
73567ffdce
|
Fixes IPublishedShapshot and friends
|
2018-04-27 11:38:50 +10:00 |
|
Shannon
|
e99c519032
|
Merge remote-tracking branch 'origin/temp8' into temp8-U4-11220
# Conflicts:
# src/Umbraco.Web/PublishedCache/NuCache/DataSource/BTree.cs
|
2018-04-26 19:18:14 +10:00 |
|
Shannon
|
48641166b9
|
WIP - gets 'inbound' routing working to generate culture specific URLs
|
2018-04-24 01:31:01 +10:00 |
|
Stephan
|
a69019aea0
|
From int languageId to string culture
|
2018-04-21 09:57:28 +02:00 |
|
Stephan
|
1f60314348
|
Refactor editing, cleanup
|
2018-02-25 10:43:16 +01:00 |
|
Stephan
|
47d7677948
|
Refactor editing, all tests green
|
2018-02-16 12:00:45 +01:00 |
|
Stephan
|
cfd2ba3b5a
|
Refactor editing
|
2018-02-15 14:53:29 +01:00 |
|
Stephan
|
c0439b3c4e
|
DataTypes refactoring - troubleshooting
|
2018-02-08 16:08:52 +01:00 |
|
Stephan
|
450854a209
|
DataType refactoring - polish
|
2018-02-07 13:35:59 +01:00 |
|
Stephan
|
f5546ca870
|
DataType refactoring - troubleshooting and fixing tests
|
2018-01-29 19:23:25 +01:00 |
|
Stephan
|
e60a5a4a83
|
DataType refactoring - in progress
|
2018-01-26 17:55:20 +01:00 |
|
Stephan
|
97a058b817
|
DataType refactoring
|
2018-01-20 12:31:42 +01:00 |
|
Stephan
|
b5856803e1
|
DataType refactoring preparation - Entity refactoring
|
2018-01-10 12:48:51 +01:00 |
|
Stephan
|
b392d72bc2
|
Published variants - WIP
|
2017-12-06 11:51:35 +01:00 |
|
Stephan
|
aa25990681
|
Integer version ID, cleanup
|
2017-12-01 20:00:33 +01:00 |
|
Stephan
|
829d995154
|
Simplicity
|
2017-10-31 12:50:30 +01:00 |
|
Stephan
|
ec6ba01cbf
|
So long Facade
|
2017-10-31 12:48:24 +01:00 |
|