Commit Graph

32371 Commits

Author SHA1 Message Date
Shannon Deminick
4ceed8cf3a Merge pull request #7998 from Jeavon/v8/bugfix/umbracoapplication
Add GetMainDom method to UmbracoApplication
2020-04-30 22:31:06 +10:00
Sebastiaan Janssen
d65041c250 Merge branch 'v8/dev' into v8/contrib 2020-04-27 11:03:32 +02:00
Kenn Jacobsen
c7908a9ba1 V8: Make the sticky header span the full width of its container (#7184)
* Make the sticky header span the full width of its container

* Fix bad merge
2020-04-26 12:50:15 +01:00
Morten Christensen
9b21cf9332 Merge pull request #7994 from umbraco/v8/bugfix/5151-scope-issue-indexing
Fixing Nasty Exception with Scope/Provider #5151 - when indexing data
2020-04-23 08:52:00 +02:00
Bjarke Berg
27f7d5efae 5151 - Added GetProfilesById extension 2020-04-23 08:38:29 +02:00
Bjarke Berg
c58831925e 5151 - Fix using writerId instead of creatorId 2020-04-22 16:20:49 +02:00
Callum Whyte
d4f8499851 Update Models Builder model namespace in Views/web.config 2020-04-22 16:18:30 +02:00
Jeavon Leopold
c3f59602c2 Add GetMainDom method to UmbracoApplication so GetRuntime can be overridden
(cherry picked from commit 549b4c58a7b8dec8eae15cb0cbb3bd1e1268ead8)
2020-04-22 11:38:06 +01:00
Bjarke Berg
cbfe643a79 Merge pull request #7984 from umbraco/v8/bugfix/7967-sqlmaindom
Fixes #7967 - cannot start site with SqlMainDomLock  when db isn't configured
2020-04-22 09:43:59 +02:00
Shannon
2a89b36871 Fixing Nasty Exception with Scope/Provider #5151 2020-04-22 11:10:24 +10:00
Warren Buckley
058e6a0386 Merge pull request #7885 from umbraco/v8/feature/4901-user-no-start-nodes
AB4901: UI for notifying user they have no start nodes
2020-04-20 18:37:39 +01:00
Shannon
008df6018c Fixes: SqlMainDomLock when configured via appSettings cannot be used unless umbraco is installed #7967 2020-04-21 00:02:59 +10:00
Niels Lyngsø
549ee878a2 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/4901-user-no-start-nodes 2020-04-20 11:43:57 +02:00
Bjarke Berg
c3136943e3 Merge pull request #7970 from umbraco/v8/bugfix/nucache-db-paging
In Nucache when we are loading in all data that we page over the data as to not cause an SQL timeout
2020-04-20 11:10:14 +02:00
Shannon Deminick
75655fd1ee Merge pull request #7907 from umbraco/v8/bugfix/7868-nucache-null-parent
Fix moving large amounts of content/media
2020-04-17 15:04:40 +10:00
Shannon
d1524cdafe Merge branch 'v8/dev' into v8/bugfix/7868-nucache-null-parent
# Conflicts:
#	src/Umbraco.Web/PublishedCache/NuCache/ContentStore.cs
2020-04-17 15:04:10 +10:00
Shannon
49da58b23c adds notes 2020-04-17 14:56:49 +10:00
Shannon
2509dc3749 runs in parallel the call to rebuild the in-memory cache from the db sources when in pure live mode and content types change 2020-04-17 14:46:45 +10:00
Shannon
57c1c79d7b Merge branch 'v8/dev' into v8/bugfix/nucache-db-paging 2020-04-17 13:21:53 +10:00
Shannon
d5e2c12685 fixes merge issue 2020-04-17 13:20:57 +10:00
Shannon
5d8bfcea97 Ensure when we are loading in ALL data that we page over the data as to not cause an SQL timeout 2020-04-17 12:46:36 +10:00
Shannon
a3eaccb2b4 Merge remote-tracking branch 'origin/v7/dev' into v8/dev
# Conflicts:
#	src/Umbraco.Core/Cache/WebCachingAppCache.cs
#	src/Umbraco.Core/Persistence/Repositories/ContentRepository.cs
#	src/Umbraco.Web.UI.Client/bower.json
#	src/umbraco.businesslogic/umbraco.businesslogic.csproj
2020-04-17 10:13:59 +10:00
Bjarke Berg
d2f361e816 Merge remote-tracking branch 'origin/v8/8.6' into v8/dev
# Conflicts:
#	src/SolutionInfo.cs
#	src/Umbraco.Tests/PublishedContent/NuCacheChildrenTests.cs
2020-04-16 18:54:45 +02:00
Shannon Deminick
5efb938785 Merge pull request #7620 from umbraco/v7/bugfix/7574-preview-sql-timeout
loads preview via sql paging instead of one single query
2020-04-17 01:06:16 +10:00
Shannon
ee6d3e0478 Removes the alpha builds of examine from nuget.config 2020-04-17 00:14:05 +10:00
Shannon
52ecd59c11 fixes test 2020-04-17 00:01:26 +10:00
Shannon
94bd9f4a9f Merge branch 'v8/8.6' of https://github.com/umbraco/Umbraco-CMS into v8/8.6 2020-04-16 23:54:09 +10:00
Shannon
3310ef9d8d fix tests 2020-04-16 23:53:52 +10:00
Sebastiaan Janssen
271669581a Merge pull request #7847 from umbraco/v8/bugfix/7773-memory-leak
Fixes Memory Leak in GetCacheItem cache dependency #7773

(cherry picked from commit b8abc04417)
2020-04-16 15:21:54 +02:00
Sebastiaan Janssen
41f98a41fb Added fix from #7832 since the test was somehow cherry picked into 8.6.1 already 2020-04-16 14:58:56 +02:00
Shannon
eabc9583f0 adds more named params 2020-04-16 22:39:32 +10:00
Shannon
153daa9fc5 fixes nameof 2020-04-16 22:35:53 +10:00
Shannon
6a5366469e fixes null checks in ctor 2020-04-16 22:34:15 +10:00
Shannon
0bfb61f1c1 Merge branch 'v8/8.6' of https://github.com/umbraco/Umbraco-CMS into v8/8.6 2020-04-16 22:27:26 +10:00
Shannon
d2c05bf681 Fixes issue with RelationTypeFactory swapping the parent/child 2020-04-16 22:27:05 +10:00
Shannon
6cd7e5d055 removes the extra unneeded variable 2020-04-16 22:04:27 +10:00
Bjarke Berg
b09d736c1b Bump verison to 8.6.1 2020-04-16 13:47:23 +02:00
Shannon
d9bf7dfa96 changes back isBidrectional spelling in case someone is using it with a named parameter binding :/ 2020-04-16 18:53:45 +10:00
Shannon
53824cac25 fix isBidirectional spelling 2020-04-16 18:46:00 +10:00
Shannon
feeff07d5c Cherry pick - Possible fix for issue #7870 2020-04-16 18:39:02 +10:00
Shannon Deminick
69ee75c1f1 Merge pull request #7893 from ltctech/temp-7870
Possible fix for issue #7870
2020-04-16 18:37:50 +10:00
Shannon
b72abd50a0 fixes relation type ctor 2020-04-16 17:47:43 +10:00
Sebastiaan Janssen
0d7b0b9674 Add back ctor to revert a breaking change 2020-04-15 21:11:14 +02:00
Shannon Deminick
4a071f6e05 Nucache NullReferenceException when copying (#7961)
(cherry picked from commit b30db05cc7)

# Conflicts:
#	src/Umbraco.Tests/PublishedContent/NuCacheChildrenTests.cs
2020-04-15 20:55:11 +02:00
Shannon Deminick
b30db05cc7 Nucache NullReferenceException when copying (#7961) 2020-04-15 20:51:13 +02:00
Niels Lyngsø
3f22d1c452 correcting promise 2020-04-15 17:57:38 +02:00
Niels Lyngsø
0b4b28851e revert 2020-04-15 17:47:32 +02:00
Niels Lyngsø
61cb920808 show message if user has no start-nodes 2020-04-15 17:46:28 +02:00
Niels Lyngsø
b870ca7fcf revert 2020-04-15 17:46:12 +02:00
Niels Lyngsø
627243c84c show message when user has no start nodes 2020-04-15 16:43:59 +02:00