rbottema
e554ef0445
Fix some exceptions being logged the wrong way ( #9693 )
...
In these statements, the exception was passed as a log message parameter instead of as the exception. This meant the exception and including stack trace was not logged and thus lost.
2021-02-21 11:03:28 +01:00
Chad
0bd4dced0b
Improve performance and reduce memory use and reduce array allocations by reusing char[] ( #9166 )
...
* Reduce array allocations by reusing char[]
* don't hide .Equals()
* Reduce memory use by reducing array allocations
* Revert "Reduce memory use by reducing array allocations"
This reverts commit faf6b60234167f5443435243eb52187ab07d514c.
* reuse char[] for string.split() to avoid params [] allocation
2021-01-22 12:02:25 +10:00
Rasmus John Pedersen
9851c308f5
Add custom error page for BootFailedException
2021-01-15 09:25:16 +01:00
Ronald Barendse
2bfef74191
Fix casing of 'URL' ( #9080 )
2020-10-05 20:48:38 +02:00
Shannon
6d886e3810
removes uneeded IsDocumentRequest method
2019-09-16 17:55:04 +10: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
81b277314c
better logging
2019-09-12 16:21:17 +10:00
Shannon
642c06879d
ensure we don't wait on background operations when not in PureLive
2019-09-10 17:24:10 +10:00
Shannon
44fbdb7028
renames class
2019-09-10 14:23:42 +10:00
Shannon
b997281e1f
Only waits for background processing to finish if it's a front-end request, required caching the check for a front-end request which required moving the check to it's own class.
2019-09-10 14:10:26 +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
e9717ee86a
changes to PanicException
2019-08-16 16:18:58 +10:00
Stephan
55d4457c70
UmbracoContext: don't use obsolete properties
2019-04-23 08:29:43 +02:00
Stephan
a46d40e9ef
Fix UmbracoContext issue (with a TODO)
2019-02-15 10:52:30 +01:00
Stephan
186e8fc58b
Introduce IUmbracoContextFactory
2019-02-14 12:11:06 +01:00
Stephan
abceda7750
Kill UmbracoContext.Current
2019-02-14 10:39:49 +01:00
Stephan
a6f9598a23
Introduce IPublishedRouter
2019-01-31 11:07:45 +01:00
Stephan
7ba4fd7ad1
Cleanup Umbraco module
2019-01-30 08:35:50 +01:00
Shannon
c0026d3c23
Removes UseDirectoryUrls, have better defaults for reserved paths, don't ship with values in them just have them blank
2019-01-29 23:58:43 +11:00
Shannon
eef86689c8
Removes booting.aspx and creates embedded html pages for booting and failed (if those are ever seen ), renames some classes and namespaces, removes old cdf bundle classes
2019-01-29 23:05:59 +11:00
Shannon
e7b0e43d98
removes scripting.config, EnableSplashWhileLoading, RenderingEngine, and more!
2019-01-29 22:38:03 +11:00
Chris Houston
0b6ba5aa52
Temp8 - Fixing spelling / typos etc in Umbraco.Web ( #4148 )
2019-01-26 16:52:19 +01:00
Stephan
19ae9f5dee
Refactor configuration for DI
2019-01-07 19:40:07 +01:00
Stephan
adced099be
Move UmbracoConfig singleton to Current
2018-12-12 23:31:16 +01:00
Stephan
d1e377bc38
Cleanup BootFailedException
2018-10-26 16:06:45 +02:00
Stephan
a9e0f90ef0
Fix merge
2018-10-08 19:27:32 +02:00
Stephan
66d931490e
Merge branch temp8 into temp8-di2690
2018-10-08 19:22:20 +02:00
Stephan
6692f3e7b7
Post-merge fixes
2018-08-29 19:02:35 +02:00
Stephan
f0241a91b2
Post-merge
2018-07-31 14:51:56 +02:00
Stephan
eb8b3965b8
Split UmbracoModule, UmbracoInjectedModule
2018-07-06 18:37:07 +02:00