Olivier Bossaer
|
ff2027df07
|
Fixes #7798 : Invalid implementation of IEnumerable in Content Cache
|
2020-03-23 13:27:04 +01:00 |
|
Stephan
|
7a178be031
|
Fix getting content AtRoot
|
2019-06-27 13:29:35 +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
|
6f0baa4a8e
|
Merge branch v8/dev into v8/feature/5170-IPublishedContent
|
2019-04-23 10:47:40 +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
|
a996d46b6f
|
Refactor IPublishedContent.GetCultureFromDomains()
|
2019-04-23 08:27:50 +02:00 |
|
Stephan
|
2b54cc50ab
|
Refactor IPublishedContent.UrlSegment()
|
2019-04-23 08:27:49 +02:00 |
|
Stephan
|
34ad8dfb8d
|
Introduce IPublishedContentType
|
2019-04-23 08:27:40 +02:00 |
|
Stephan
|
d4ba1298d5
|
Add GetById(Udi) to published caches
|
2019-04-12 16:05:43 +02:00 |
|
Stephan
|
fe9b964ffe
|
Cleanup IPublishedCache.GetByContentType
|
2019-02-14 08:54:00 +01:00 |
|
Shannon
|
3ffeb751b9
|
Implements GetByContentType in nucache
|
2019-02-14 00:17:33 +11:00 |
|
Stephan
|
9b4b8b9d86
|
Cleanup NuCache/PublishedContent
|
2019-01-28 14:15:47 +01:00 |
|
Chris Houston
|
193e24afd2
|
Fixing all the TODO, FIXME & HACK comments so they all follow the same layout.
|
2019-01-27 11:16:00 +01:00 |
|
Chris Houston
|
0b6ba5aa52
|
Temp8 - Fixing spelling / typos etc in Umbraco.Web (#4148)
|
2019-01-26 16:52:19 +01:00 |
|
Stephan
|
9522ee826f
|
Deal with fixme in Umbraco.Web
|
2019-01-21 16:01:37 +01:00 |
|
Stephan
|
0bee01e0ee
|
Great AppCaches renaming
|
2019-01-17 11:01:23 +01:00 |
|
Stephan
|
115b0cd2aa
|
Merge branch temp8 into temp8-di2690
|
2018-12-18 15:42:45 +01:00 |
|
Stephan
|
8152862ad2
|
Fix issue with figuring out whether a published content version is draft
|
2018-12-18 08:31:10 +01:00 |
|
Stephan
|
35ebced4ed
|
True standalone test
|
2018-12-17 18:55:36 +01:00 |
|
Claus
|
8044ccbf27
|
adding missing null check after navigating to parent.
|
2018-05-16 10:17:38 +02:00 |
|
Shannon
|
aa4dc64a57
|
Fixes ContentCache.GetRouteByIdInternal to ensure that no route is returned for any variant in the path of an unpublished variant of the same culture
|
2018-05-10 23:07:33 +10:00 |
|
Stephan
|
6051891280
|
Fixes
|
2018-05-08 11:06:07 +02:00 |
|
Shannon
|
85c739aed4
|
Merge branch 'temp8-U4-11227' into temp8-U4-11282
# Conflicts:
# src/Umbraco.Core/Models/ContentBase.cs
# src/Umbraco.Core/Persistence/Repositories/Implement/EntityRepository.cs
# src/Umbraco.Tests/Services/EntityServiceTests.cs
# src/Umbraco.Web/PublishedCache/NuCache/ContentCache.cs
# src/Umbraco.Web/PublishedContentExtensions.cs
# src/Umbraco.Web/Trees/ContentTreeControllerBase.cs
|
2018-05-08 12:31:03 +10:00 |
|
Shannon
|
0e19ec7495
|
Fixes logic for determining if a domain is published and fixes logic for getting a url name for a variant taking into account it's published status
|
2018-05-08 11:21:14 +10:00 |
|
Stephan
|
3f73452bc7
|
Various fixes, and U4-11287
|
2018-05-07 18:51:18 +02:00 |
|
Stephan
|
ce8775b3e7
|
Cleanup IPublishedContent
|
2018-04-30 09:14:13 +02:00 |
|
Stephan
|
27390afe86
|
All tests green
|
2018-04-30 09:13:21 +02:00 |
|
Shannon
|
f6984438a0
|
Fixes cases where there are no domains assigned, ensures there can't be duplicate URLs returned to the UI
|
2018-04-27 15:26:50 +10:00 |
|
Shannon
|
c19dbeda23
|
Adds a couple of tests which yielded some other issues with getting urls by culture, those are now fixed
|
2018-04-27 13:27:15 +10:00 |
|
Shannon
|
ad6a745681
|
Changes CultureInfo to string where required, fixes tests
|
2018-04-27 11:08:20 +10:00 |
|
Shannon
|
7c05f2e86c
|
fixes routing cache key
|
2018-04-24 14:39:52 +10:00 |
|
Shannon
|
9044c9328d
|
Gets inbound routing working, reduces the amount of non injected dependencies, reduces the amount of DomainHelper instances
|
2018-04-24 13:07:18 +10:00 |
|
Shannon
|
48641166b9
|
WIP - gets 'inbound' routing working to generate culture specific URLs
|
2018-04-24 01:31:01 +10:00 |
|
Shannon
|
c90d6be8ab
|
U4-8861 Extract GlobalSettings to an interface and expose on the standard UmbracoConfig.For settings singleton including a bunch of cleanup, getting the installer and steps to be DI
|
2018-04-06 13:51:54 +10:00 |
|
Stephan
|
f89816111b
|
Wire NuCache and IdkMap
|
2018-03-30 14:00:44 +02:00 |
|
Stephan
|
ec6ba01cbf
|
So long Facade
|
2017-10-31 12:48:24 +01:00 |
|
Stephan
|
ab42f8d6e0
|
NuCache - code cleanup
|
2017-07-18 19:57:44 +02:00 |
|
Stephan
|
8aa730d986
|
Ensure U4-8720 is properly merged into v8
|
2016-11-05 13:16:22 +01:00 |
|
Stephan
|
b26b415096
|
Merge origin/dev-v7-deploy into dev-v8-zbwip (builds)
|
2016-11-03 10:31:44 +01:00 |
|
Stephan
|
d08412c0fe
|
Refactor - IPublishedContent, converters, fragments
|
2016-07-21 09:37:40 +02:00 |
|
Stephan
|
7c5542dca3
|
Facade - Cleanup access to 'current'
|
2016-07-20 19:23:09 +02:00 |
|
Stephan
|
f584404324
|
U4-8551 - import NuCache code
|
2016-07-20 18:43:53 +02:00 |
|