Shannon
|
00b5f59bce
|
simplifies lang refresher a bit
|
2019-10-14 22:09:47 +11:00 |
|
Shannon
|
9008641965
|
ensures the domain cache is totally refreshed when changing langs
|
2019-10-14 22:02:42 +11:00 |
|
Shannon
|
ae0ad2b897
|
Updates UI to allow updating a culture for a language and warn the user if they are changing it, updates the controller to be able to udpate a culture on a lang
|
2019-10-14 19:04:51 +11:00 |
|
Shannon
|
348afd3d0a
|
updates logic for cache refreshers for languages to deal with updating nucache and examine
|
2019-10-14 15:21:00 +11:00 |
|
Shannon
|
35a7283952
|
Fixes #2997 - ContentService returns outdated result
|
2019-09-27 10:59:29 +02:00 |
|
Shannon
|
c27e876c75
|
Removes BackgroundPublishedSnapshotNotifier
|
2019-09-16 17:40:48 +10:00 |
|
Shannon
|
2b9ab0a38a
|
Merge branch 'v8/bugfix/background-pure-live-rebuild-AB1833' into v8/bugfix/AB2684-purelive-model-regen
# Conflicts:
# src/Umbraco.Web/Cache/ContentTypeCacheRefresher.cs
# src/Umbraco.Web/Cache/DataTypeCacheRefresher.cs
|
2019-09-16 17:38:10 +10:00 |
|
Shannon
|
00c720413a
|
Uses reflection to call ResetModels to flag MB to recompile.
|
2019-09-16 17:23:00 +10:00 |
|
Shannon
|
47d3af9bb3
|
removes the test suspendable model factory code
|
2019-09-16 16:59:57 +10:00 |
|
Shannon
|
fc821000f3
|
Adds ext methods for creating a flag to indicate model recompilation should occur
|
2019-09-16 14:50:05 +10:00 |
|
Shannon
|
5898b64174
|
disable force rebuilding pure live models on schema changes
|
2019-09-16 14:24:25 +10:00 |
|
Shannon
|
c7c2f64b62
|
removes comments
|
2019-09-12 23:15:03 +10:00 |
|
Shannon
|
596c745a19
|
Uses an event on UmbracoContext for when the snapshot is created so we can block until the background notifier is completed
|
2019-09-10 13:35:59 +10:00 |
|
Shannon
|
296afb18a4
|
Renames and puts in temp fix to try to find out why we are binding to old models
|
2019-09-10 11:50:09 +10:00 |
|
Shannon
|
fdad387414
|
renames objects/methods and adds a lock to the routing mechanism
|
2019-09-09 23:32:02 +10:00 |
|
Shannon
|
8fef824dc1
|
Moves rebuilding models and cache to background thread
|
2019-09-09 23:32:02 +10:00 |
|
Kenn Jacobsen
|
7e1f90fb3b
|
Clear the content type "common" cache when deleting templates
|
2019-08-09 16:54:52 +02:00 |
|
Shannon
|
7cc91f71c2
|
Fixes pure live mode when changing doc types
|
2019-07-03 18:11:00 +10:00 |
|
Shannon
|
cd6ef35bf9
|
comments out the fix during investigation - adds some notes
|
2019-07-03 15:17:51 +10:00 |
|
Bjarke Berg
|
96d5bdd7b2
|
https://github.com/umbraco/Umbraco-CMS/issues/5671 - If modelsbuilder is in live mode, we need to clear cache for all document types when at least one is cleared. This is due to modelsbuilder updating all the models to different versions.
|
2019-07-02 15:26:54 +02:00 |
|
Shannon
|
2870ce5e0a
|
a perf change that in ContentCacheRefresher it doesn't iterate payloads if there is no real Id
|
2019-06-21 15:48:10 +10:00 |
|
Stephan
|
4e87dd389d
|
Refactor Content/Media/Member type repositories
|
2019-03-19 16:28:50 +01:00 |
|
Stephan
|
31b293aa4d
|
Fix distributed cache handler for medias (#4751)
|
2019-03-04 16:39:34 +01:00 |
|
Stephan
|
aa86dfa956
|
Bugfix exception during install, live models collision
|
2019-02-22 19:13:48 +01:00 |
|
Stephan
|
ad62983327
|
Introduce ILivePublishedModelFactory
|
2019-02-21 19:15:35 +01:00 |
|
Shannon
|
6f7e1cac3e
|
Merge branch 'temp8' into temp8-contexts
|
2019-02-15 12:55:17 +11:00 |
|
Stephan
|
186e8fc58b
|
Introduce IUmbracoContextFactory
|
2019-02-14 12:11:06 +01:00 |
|
Stephan
|
7660e9fb25
|
Reorganize composition code
|
2019-02-14 09:15:47 +01:00 |
|
Shannon
|
2e527163f9
|
no more umbraco.presentation namespace! no more "page" class, has been refactored and renamed to what it actually is and internalized
|
2019-01-29 23:27:00 +11:00 |
|
Shannon
|
e7b0e43d98
|
removes scripting.config, EnableSplashWhileLoading, RenderingEngine, and more!
|
2019-01-29 22:38:03 +11:00 |
|
Warren Buckley
|
e7181915ff
|
Merge remote-tracking branch 'origin/temp8' into temp8-remove-legacy-controls
|
2019-01-28 08:40:25 +00: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 |
|
Warren Buckley
|
c7bbad3c0c
|
Lots or removal & tidy up - still WIP & may break build
|
2019-01-24 13:58:16 +00:00 |
|
Stephan
|
9522ee826f
|
Deal with fixme in Umbraco.Web
|
2019-01-21 16:01:37 +01:00 |
|
Stephan
|
876056f0bb
|
Merge branch temp8 into temp8-appCaches
|
2019-01-18 14:54:08 +01:00 |
|
Stephan
|
f952fe7aeb
|
More renaming of caches
|
2019-01-18 08:14:08 +01:00 |
|
Stephan
|
0bee01e0ee
|
Great AppCaches renaming
|
2019-01-17 11:01:23 +01:00 |
|
Stephan
|
67e4703821
|
CacheHelper becomes AppCaches
|
2019-01-17 08:34:29 +01:00 |
|
Shannon
|
0160f141f4
|
cleanup and explicitly registering sections
|
2019-01-17 17:04:53 +11:00 |
|
Shannon
|
355ac09d90
|
WIP - moved out the tree and section service from Core, these are web only things, removes their xml parsing, fixes base controller ctor params with UmbracoContext, need to implement tree/section collections taking into account controllers and not scanning so much
|
2019-01-17 13:20:19 +11:00 |
|
Stephan
|
4770756621
|
Bugfix ContentCacheRefresher
|
2019-01-15 18:41:02 +01:00 |
|
Stephan
|
05fbf6c38a
|
Fix DistributedCacheBinder ContentService.TreeChanged event
|
2019-01-14 08:09:43 +01:00 |
|
Stephan
|
84f6239c98
|
Components Initialize and Terminate
|
2019-01-07 09:46:11 +01:00 |
|
Stephan
|
5670c6354e
|
Introduce ComponentComposer to simplify registration of components
|
2019-01-05 15:49:10 +01:00 |
|
Stephan
|
1875270db1
|
Compose after/before
|
2019-01-04 10:29:29 +01:00 |
|
Stephan
|
816ed84a2f
|
Refactor components
|
2019-01-03 21:00:28 +01:00 |
|
Stephan
|
ceab758100
|
Merge branch 'temp8' into temp8-di2690
|
2019-01-02 16:44:35 +01:00 |
|
Stephan
|
ebf15b9052
|
Fix CacheRefresher and DistributedCache
|
2019-01-02 15:24:33 +01:00 |
|
Stephan
|
49a0b68b28
|
IContainer is IRegister+IFactory
|
2018-11-28 11:05:41 +01:00 |
|