Shannon
|
f154d9c333
|
Moves TypeLoader to abstractions
|
2019-11-11 18:56:14 +11:00 |
|
Shannon
|
d84963dac5
|
Uses ITypeFinder abstraction where required
|
2019-11-11 16:07:47 +11:00 |
|
Claus
|
1d39a25240
|
Merge pull request #6734 from umbraco/v8/bugfix/6698-nucache-panic
Fixes nucache #6698
|
2019-10-18 10:36:19 +02:00 |
|
Shannon
|
b95404f585
|
Adds simpler test to validate RefreshNode
|
2019-10-17 18:51:15 +11:00 |
|
Shannon
|
439bacff07
|
Fixes issue - when calling Set, we were not setting all node graph elements.
|
2019-10-17 18:41:05 +11:00 |
|
Shannon
|
f384b31e98
|
Gets a test to confirm the issue, now to fix
|
2019-10-17 15:47:15 +11:00 |
|
Shannon
|
5ca32ba1e9
|
starts writing tests
|
2019-10-16 17:29:45 +11:00 |
|
Shannon
|
4e51a2d184
|
Fixes tests - Nucache tests were not disposing the snapshot service so was binding to all events!! renames the test snapshot service to avoid confusion
|
2019-10-16 15:49:19 +11:00 |
|
Shannon
|
35a7283952
|
Fixes #2997 - ContentService returns outdated result
|
2019-09-27 10:59:29 +02:00 |
|
Shannon
|
1caf7f4587
|
Fixes regression issue in nucache causing a panic exception
|
2019-09-25 13:51:19 +02:00 |
|
Stephan
|
c1d3bfaa5d
|
Add breaking NuCache test
|
2019-09-16 17:25:53 +02:00 |
|
Warren Buckley
|
ba319609f2
|
Fix up tests - thanks again VS for not notifying me that the Build fails when I build the entire SLN
|
2019-09-12 09:40:21 +01:00 |
|
Warren Buckley
|
cfe196a45d
|
Fix up C# unit tests - VS19 failed to tell me about these failing to build :S
|
2019-09-10 11:47:52 +01:00 |
|
Shannon
|
f4acb86ac7
|
fixes tests
|
2019-08-19 23:32:52 +10:00 |
|
Shannon
|
f2a22e9843
|
Ensure we throw an exception when a fatal Exception is caught instead of swallowing
|
2019-08-19 22:07:22 +10:00 |
|
Shannon
|
e9d4b607bb
|
Adds POC for fast building of in-memory nucache from persisted files
|
2019-08-15 19:05:43 +10:00 |
|
Warren Buckley
|
bb8356d7db
|
Merge pull request #5924 from umbraco/v/bugfix/5035-slot-swap2
Fixes race condition in PublishedSnapshotService and more...
|
2019-07-23 09:18:44 +01:00 |
|
Shannon
|
487e45b45b
|
updates note
|
2019-07-19 15:26:31 +10:00 |
|
Shannon
|
929c84822a
|
Fixes the Children ext method and adds unit tests
|
2019-07-19 15:18:00 +10:00 |
|
Shannon
|
3603090421
|
Fixes race condition in PublishedSnapshotService and more...
|
2019-07-17 22:51:14 +10:00 |
|
Stephan
|
7a178be031
|
Fix getting content AtRoot
|
2019-06-27 13:29:35 +02:00 |
|
Stephan
|
94d2a5cbad
|
Bugfix published cache and children
|
2019-06-17 13:03:01 +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
|
983144c3f9
|
Unit-test published content linked-list children
|
2019-05-29 17:01:12 +02:00 |
|
Stephan
|
bb0331e9cc
|
Move IPublishedContent.Url() to ext method
|
2019-04-24 14:25:41 +02:00 |
|
Stephan
|
be93773399
|
Merge branch v8/dev into v8/feature/5170-IPublishedContent
|
2019-04-24 08:51:25 +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
|
55d4457c70
|
UmbracoContext: don't use obsolete properties
|
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
|
7cf13cbf94
|
Fix IPublishedContent.Name(), .Segment() for invariant
|
2019-04-23 08:27:49 +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
|
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 |
|
Rasmus John Pedersen
|
d0701ae34e
|
Add media url provider support
|
2019-04-16 15:36:21 +02:00 |
|
Stephan
|
d4ba1298d5
|
Add GetById(Udi) to published caches
|
2019-04-12 16:05:43 +02:00 |
|
Bjarke Berg
|
e4c6ef05a9
|
Introduced both Siblings and SiblingsAndSelf
|
2019-03-19 14:59:52 +01:00 |
|
Stephan
|
7a0f11bc6f
|
Fix NuCache url segments
|
2019-03-05 11:15:30 +01:00 |
|
Stephan
|
aa86dfa956
|
Bugfix exception during install, live models collision
|
2019-02-22 19:13:48 +01:00 |
|
Stephan
|
834a30b5c7
|
Fix tests
|
2019-02-15 22:45:30 +01:00 |
|
Shannon
|
6f7e1cac3e
|
Merge branch 'temp8' into temp8-contexts
|
2019-02-15 12:55:17 +11:00 |
|
Stephan
|
e5142e4915
|
Make IPublishedSnapshot IDisposable
|
2019-02-14 10:50:08 +01:00 |
|
Stephan
|
abceda7750
|
Kill UmbracoContext.Current
|
2019-02-14 10:39:49 +01:00 |
|
Stephan
|
7660e9fb25
|
Reorganize composition code
|
2019-02-14 09:15:47 +01:00 |
|