Bjarke Berg
|
bec4205ef5
|
Introduced a IHostingEnvironment and one implemtation for AspNetHostingEnvironment
|
2019-11-20 13:38:41 +01:00 |
|
Bjarke Berg
|
603ec0ccfb
|
AB3594 - Moved the composition root out to UmbracoApplicationBase, and injecting the needed parts from there. Also remove usages of ConfigurationManager from Umbraco.Core
|
2019-11-15 11:41:13 +01:00 |
|
Shannon
|
d84963dac5
|
Uses ITypeFinder abstraction where required
|
2019-11-11 16:07:47 +11:00 |
|
Bjarke Berg
|
63bfc4c2c0
|
Move constants
|
2019-11-05 14:55:42 +01:00 |
|
Bjarke Berg
|
befcabfced
|
Move constants
|
2019-11-05 13:28:26 +01:00 |
|
Bjarke Berg
|
ad6343719b
|
Merge branch 'v8/8.2' into v8/dev
# Conflicts:
# src/SolutionInfo.cs
|
2019-10-31 11:48:53 +01:00 |
|
Shannon
|
68db41fe93
|
Ensures that when there is no cache file, or if a cache file is empty, on startup any call to SetAllFastSorted was not ensuring the local db cache file was updated if the data was loaded from the database.
|
2019-10-31 18:58:07 +11:00 |
|
Shannon
|
bf37bbf4fe
|
oops fixes the log output
|
2019-10-31 16:34:30 +11:00 |
|
Shannon
|
40e656de46
|
notes
|
2019-10-31 16:27:34 +11:00 |
|
Shannon
|
aff4814e0b
|
Ensures that PublishedSnapshotService cannot close the local cache files after they are created but before they are populated
|
2019-10-31 16:06:43 +11:00 |
|
Shannon
|
c682bbcaf1
|
Adds notes and better logging to PublishedSnapshotService, fixes log output from HealthCheckNotifier, changes initial delay time of scheduled task to be longer.
|
2019-10-31 15:45:57 +11:00 |
|
Shannon
|
6d38f946a4
|
ensures nucache table isn't rebuilt when adding a new lang
|
2019-10-16 15:00:13 +11:00 |
|
Shannon
|
9008641965
|
ensures the domain cache is totally refreshed when changing langs
|
2019-10-14 22:02:42 +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 |
|
Shannon
|
de03130256
|
Don't fully regenerate models on startup, they will be regenerated if they are not there or if the hashes don't match so let MB use it's cached models if it can.
|
2019-09-10 17:10:46 +10:00 |
|
Shannon
|
fb38d9afe1
|
Merges - double linked list for children performance + updates
|
2019-08-19 23:22:27 +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
|
890309bc11
|
Fixes SetAllFastSorted and sort orders
|
2019-08-19 17:18:45 +10:00 |
|
Shannon
|
bbd6e1150e
|
Changes loading from DB to use SetAllFastSorted since it's already sorted by level + sort order
|
2019-08-15 23:59:46 +10:00 |
|
Shannon
|
3d56e45266
|
Adds notes, cleans up other code
|
2019-08-15 19:25:28 +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
|
02f49a0039
|
Cherry picks fix for 5894 and makes adjustments
|
2019-07-19 16:00:42 +10:00 |
|
Shannon
|
3603090421
|
Fixes race condition in PublishedSnapshotService and more...
|
2019-07-17 22:51:14 +10:00 |
|
Shannon
|
126c4cbd46
|
ensures media is rebuild and adds more notes
|
2019-07-03 18:25:19 +10:00 |
|
Shannon
|
7cc91f71c2
|
Fixes pure live mode when changing doc types
|
2019-07-03 18:11:00 +10:00 |
|
Shannon
|
7c52b9602c
|
Reduce some allocations and in advertent SQL calls along with inadvertent enumeration of the entire cache, adds some notes
|
2019-07-03 17:43:30 +10:00 |
|
Stephan
|
b306e41560
|
NuCache - failover to database when local db fails to load
|
2019-06-25 13:26:50 +02:00 |
|
Stephan
|
e8d6daf59a
|
NuCache - be more tolerant when cache is weird
|
2019-06-25 12:54:16 +02:00 |
|
Stephan
|
14a056f4f4
|
Fix and cleanup
|
2019-06-07 11:15:58 +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
|
5d0010a993
|
Fix paging error in NuCache
|
2019-04-23 11:11:53 +02:00 |
|
Stephan
|
4feb766cc6
|
Fix IPublishedContent.Children() and NuCache
|
2019-04-23 08:29:43 +02:00 |
|
Stephan
|
a996d46b6f
|
Refactor IPublishedContent.GetCultureFromDomains()
|
2019-04-23 08:27:50 +02:00 |
|
Stephan
|
34ad8dfb8d
|
Introduce IPublishedContentType
|
2019-04-23 08:27:40 +02:00 |
|
Stephan
|
4ec51da737
|
NuCache: fix loading the media cache from local files, was missing media
|
2019-04-04 17:57:04 +02:00 |
|
Stephan
|
e6b26d72e6
|
NuCache dashboard cosmetics
|
2019-04-03 11:57:45 +02:00 |
|
Stephan
|
a6568e1952
|
NuCache: better fixing, cleanup
|
2019-03-15 08:22:40 +01:00 |
|
Stephan
|
541c7e6955
|
NuCache: cleanup scoped objects
|
2019-03-14 18:56:27 +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
|
ad62983327
|
Introduce ILivePublishedModelFactory
|
2019-02-21 19:15:35 +01:00 |
|
Stephan
|
64154da4e4
|
Get LocalTempPath in GlobalSettings
|
2019-02-15 09:45:51 +01: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 |
|