Shannon
|
6f7e1cac3e
|
Merge branch 'temp8' into temp8-contexts
|
2019-02-15 12:55:17 +11:00 |
|
Shannon
|
4fb0414db3
|
Removes DisposableObject and uses DisposableObjectSlim where necessary, renames Nul to Null
|
2019-02-15 10:42:02 +11:00 |
|
Stephan
|
e5142e4915
|
Make IPublishedSnapshot IDisposable
|
2019-02-14 10:50:08 +01:00 |
|
Stephan
|
7660e9fb25
|
Reorganize composition code
|
2019-02-14 09:15:47 +01:00 |
|
Stephan
|
fe9b964ffe
|
Cleanup IPublishedCache.GetByContentType
|
2019-02-14 08:54:00 +01:00 |
|
Bjarke Berg
|
026094c1b9
|
Merge pull request #4558 from umbraco/temp8-implement-GetByContentType-nucache
v8 - the GetByContentType methods for the content cache were not implemented
|
2019-02-14 08:36:24 +01:00 |
|
Stephan
|
94cb6cb668
|
Bugfix NuCache #4547
|
2019-02-14 08:05:50 +01:00 |
|
Shannon
|
c62ce2ab4b
|
Merge remote-tracking branch 'origin/temp8' into temp8-implement-GetByContentType-nucache
|
2019-02-14 09:52:09 +11:00 |
|
Shannon
|
3ffeb751b9
|
Implements GetByContentType in nucache
|
2019-02-14 00:17:33 +11:00 |
|
Stephan
|
d16bcdc841
|
Bugfix NuCache reload during upgrades
|
2019-02-13 13:30:13 +01:00 |
|
Stephan
|
169e93ed81
|
Refactor post-migrations
|
2019-02-13 09:53:17 +01:00 |
|
Stephan
|
99887cb362
|
Bugfix IdkMap
|
2019-02-10 11:25:46 +01: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 |
|
Stephan
|
19d8796c40
|
Merge branch 'temp8' into temp8-3640
|
2019-02-06 15:07:49 +01:00 |
|
Stephan
|
29f2f34f9b
|
Refactor IContent vs IContentType
|
2019-02-05 14:06:48 +01:00 |
|
Stephan
|
d2692a2ff5
|
NuCache respects global local temp storage
|
2019-02-05 12:20:13 +01: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 |
|
Stephan
|
132c3c0c8e
|
Cleanup PR, document and rename things
|
2019-02-01 17:19:12 +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 |
|
Shannon
|
134cc176ff
|
Moves the Xml published cache to the tests project since that is the only place it is used, removes the xml data integrity check since it's not needed, removes the xml published cache benchmark since it's not needed. Now we don't include the old xml published cache at all in the shipped product.
|
2019-01-30 17:50:13 +11:00 |
|
Shannon
|
f02da1fdd2
|
nucache bug fix
|
2019-01-30 17:36:33 +11:00 |
|
Shannon
|
86d8bc0c62
|
fix merge
|
2019-01-29 17:19:58 +11: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 |
|
Stephan
|
c2f51be0a1
|
Bugfix
|
2019-01-28 22:44:00 +01:00 |
|
Stephan
|
9eabc1fb3f
|
More NuCache/PublishedContent cleanup
|
2019-01-28 16:23:10 +01:00 |
|
Stephan
|
9b4b8b9d86
|
Cleanup NuCache/PublishedContent
|
2019-01-28 14:15:47 +01:00 |
|
Stephan
|
27fd908517
|
Refactor IPublished
|
2019-01-28 14:05:59 +01:00 |
|
Bjarke Berg
|
3c24aac81d
|
Merge remote-tracking branch 'origin/temp8' into temp8-ispublished-again
|
2019-01-28 08:46:17 +01:00 |
|
Bjarke Berg
|
9b01910d44
|
Removed isPublished stuff from XmlPublishedContent.
|
2019-01-28 08:27:42 +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 |
|
Bjarke Berg
|
66959baabe
|
Reimplemented IsPublished on PublishedContent
|
2019-01-25 12:56:53 +01:00 |
|
Stephan
|
38ec97bbe3
|
Need to refactor IsPublished
|
2019-01-24 15:22:20 +01: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
|
c840895f90
|
Deal with more fixme
|
2019-01-22 09:49:35 +01:00 |
|
Stephan
|
9522ee826f
|
Deal with fixme in Umbraco.Web
|
2019-01-21 16:01:37 +01:00 |
|
Bjarke Berg
|
8e597aabf3
|
Merge remote-tracking branch 'origin/temp8' into feature/IContentType-removale-from-IContent
|
2019-01-18 08:29:43 +01:00 |
|
Stephan
|
ec58532f7b
|
More renaming of caches
|
2019-01-18 08:29:16 +01:00 |
|
Stephan
|
f952fe7aeb
|
More renaming of caches
|
2019-01-18 08:14:08 +01:00 |
|
Stephan
|
b3d6de5994
|
Merge branch 'temp8' into temp8-appCaches
|
2019-01-17 19:05:56 +01:00 |
|
Stephan
|
e42995cf10
|
Fixes for the IPublishedContent Linq/Culture PR
|
2019-01-17 18:23:23 +01:00 |
|
Stephan
|
640b21d802
|
Merge branch temp8 into temp8-3305-filter-for-current-culture-in-ipublishedcontent-linq
|
2019-01-17 14:49:02 +01:00 |
|
Stephan
|
e6bff12337
|
Merge branch temp8 into feature/IContentType-removale-from-IContent
|
2019-01-17 13:33:55 +01:00 |
|
Stephan
|
0bee01e0ee
|
Great AppCaches renaming
|
2019-01-17 11:01:23 +01:00 |
|
Bjarke Berg
|
664a892fd5
|
3305 - fixed tests
|
2019-01-16 15:25:42 +01:00 |
|
Stephan
|
8347fd79a3
|
Reviewing packages PR, various fixes
|
2019-01-16 13:20:49 +01:00 |
|
Shannon
|
430c95dfad
|
Merge remote-tracking branch 'origin/temp8' into temp8-packages-ui
|
2019-01-15 22:59:49 +11:00 |
|
Bjarke Berg
|
1f87ce02a1
|
Merge remote-tracking branch 'origin/temp8' into feature/IContentType-removale-from-IContent
|
2019-01-15 09:26:00 +01:00 |
|