Stephan
|
5aba1a6bd2
|
IAppPolicedCache is IAppPolicyCache
|
2019-01-18 07:56:38 +01:00 |
|
Stephan
|
0bee01e0ee
|
Great AppCaches renaming
|
2019-01-17 11:01:23 +01:00 |
|
Stephan
|
392965bb3a
|
Faster languages
|
2018-04-17 19:08:44 +02:00 |
|
Stephan
|
d23933a5b1
|
DataType refactoring preparation - Entity refactoring
|
2018-01-15 13:28:35 +01:00 |
|
Stephan
|
b5856803e1
|
DataType refactoring preparation - Entity refactoring
|
2018-01-10 12:48:51 +01:00 |
|
Stephan
|
bbff74fa51
|
UnitOfWork RIP, troubleshoot and fix, tests
|
2017-12-18 17:02:15 +01:00 |
|
Stephan
|
c76403077f
|
Normalize cr/lf/tab
|
2017-07-20 11:21:28 +02:00 |
|
Stephan
|
8561d85f7a
|
porting 7.6-rc1 into 8
|
2017-05-24 12:25:39 +02:00 |
|
Stephan
|
bc375e5fc2
|
U4-8400 - kill repository cache policy factories
|
2016-06-02 10:44:06 +02:00 |
|
Stephan
|
743a1451f5
|
U4-8400 - cleanup and document repository cache policies
|
2016-06-02 10:36:19 +02:00 |
|
Shannon
|
4defc881d4
|
Removes lots of dead methods
|
2016-03-23 12:00:58 +01:00 |
|
Shannon
|
797eb34f36
|
Fixes merge issues and tests
|
2016-02-03 13:43:51 +01:00 |
|
Shannon
|
e423864781
|
Merge remote-tracking branch 'origin/master-v7' into dev-v7
Conflicts:
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Core/Cache/FullDataSetRepositoryCachePolicy.cs
src/Umbraco.Core/Cache/FullDataSetRepositoryCachePolicyFactory.cs
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Core/Persistence/Repositories/ContentTypeBaseRepository.cs
src/Umbraco.Core/Persistence/Repositories/ContentTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/DomainRepository.cs
src/Umbraco.Core/Persistence/Repositories/LanguageRepository.cs
src/Umbraco.Core/Persistence/Repositories/MediaTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/PublicAccessRepository.cs
src/Umbraco.Core/Persistence/Repositories/TemplateRepository.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Tests/Cache/FullDataSetCachePolicyTests.cs
src/Umbraco.Web.UI.Client/src/common/directives/components/grid/grid.rte.directive.js
src/Umbraco.Web.UI.Client/src/less/hacks.less
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web/WebBootManager.cs
|
2016-02-03 12:30:11 +01:00 |
|
Shannon
|
1db635f24c
|
Updates DeepCloneableList to support behaviors, for the FullDataSetCachePolicy we only want to clone when writing to cache, not when reading, the cloning will then be done on individual items after filtering by the FullDataSetRepositoryCachePolicy
|
2016-02-02 01:32:36 +01:00 |
|
Shannon
|
6e27b3d6d4
|
Fixes up the FullDataSetRepositoryCachePolicy to handle individual items, updates and removes correctly, splits up it's logic so it's not overriding the DefaultRepositoryCachePolicy since that is just different. Adds tests.
|
2016-02-02 00:47:18 +01:00 |
|
Shannon
|
9a830e5de6
|
fixes tests
|
2016-01-27 19:44:36 +01:00 |
|
Shannon
|
6c5e09fd84
|
Ensures that the main content type repositories are returning the correct result from their GetAll methods. Fixes the FullDataSetRepositoryCachePolicy to ensure that any request with Ids actually returns the result of GetAll and then filters to ensure caching is correct.
|
2016-01-27 19:26:08 +01:00 |
|
Shannon
|
5d96534678
|
fixes tests
|
2016-01-27 19:20:24 +01:00 |
|
Shannon
|
02b74a5059
|
Fixes FullDataSetRepositoryCachePolicy so that whenever Ids are requested, it retrieves all of the items and then post filters - ensuring there's no additional trips to the database. Fixes MemberTypeRepository so that calls to PerformGet(int) are wrapping the GetAll() call.
|
2016-01-27 18:51:37 +01:00 |
|
Shannon
|
7a25cb52b2
|
updates the repository cache policies so that we aren't keeping everything in cache unnecessarily
|
2016-01-26 19:13:42 +01:00 |
|
Shannon
|
3ecb9d0f86
|
U4-7807 Domain, language, public access cache (GetAll) caches not working when there are no items
|
2016-01-22 17:05:27 +01:00 |
|
Shannon
|
68aa6ff093
|
Moves repository caching logic into new CachePolicies.
|
2016-01-07 16:31:20 +01:00 |
|