Commit Graph

32583 Commits

Author SHA1 Message Date
Shannon 279329d682 removes code that shouldn't have been committed. 2020-04-29 10:32:05 +10:00
Niels Lyngsø 7f42974bc2 reworked ensuring activeApp 2020-04-28 11:59:34 +02:00
Niels Lyngsø a8bcf2864f avoid breaking change of serverValidationManager.hasPropertyError() 2020-04-28 11:10:45 +02:00
Niels Lyngsø 370981e214 avoid breaking change of serverValidationManager.getPropertyError() 2020-04-28 11:09:46 +02:00
Niels Lyngsø 6a5a338d7c avoid breaking change of serverValidationManager.addPropertyError and serverValidationManager.removePropertyError 2020-04-28 11:08:20 +02:00
Niels Lyngsø 4b8f29a981 avoid breaking change of serverValidationManager.addPropertyError 2020-04-28 11:06:01 +02:00
Niels Lyngsø d39827a603 avoid breaking change of serverValidationManager.getPropertyCallbacks 2020-04-28 11:04:20 +02:00
Niels Lyngsø ab0b0918c1 avoid breaking change of serverValidationManager.unsubscribe() 2020-04-28 10:40:39 +02:00
Niels Lyngsø 96dd7e493d avoid breaking change of serverValidationManager.subscribe() 2020-04-28 10:36:53 +02:00
Niels Lyngsø f689bea9a7 revert removing methods 2020-04-28 10:31:23 +02:00
Niels Lyngsø 2c5456a87d Merge branch 'v8/feature/AB6057-segment-feature-corrections' into v8/feature/AB6057-segment-feature 2020-04-28 10:20:53 +02:00
Niels Lyngsø a8f2acd89f more robust variant-picker 2020-04-28 10:12:41 +02:00
Niels Lyngsø 92f0de30cc use displayName instead of language name 2020-04-28 08:57:45 +02:00
Niels Lyngsø af10bd7dfc default variant would never have segment. And if we work only with segmentation the default variant does not have language.isDefault. 2020-04-28 08:57:09 +02:00
Niels Lyngsø a501ef1410 spelling mistake corrected 2020-04-28 08:15:57 +02:00
Niels Lyngsø 0b2785b158 use right variable with null correction 2020-04-27 13:02:54 +02:00
Niels Lyngsø 678ceba1a8 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/AB6057-segment-feature
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/common/directives/components/content/umbvariantcontenteditors.directive.js
#	src/Umbraco.Web.UI.Client/src/common/directives/components/umbgroupsbuilder.directive.js
#	src/Umbraco.Web.UI.Client/src/common/services/servervalidationmgr.service.js
2020-04-27 12:58:29 +02: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
Shannon e62fef8faf Ensures entire nucache linked list is not rebuild on schema changes when disabled 2020-04-20 23:22:03 +10:00
Shannon 8927472457 Merge remote-tracking branch 'origin/v8/dev' into v8/bugfix/models-builder-enable-flag 2020-04-20 22:45:50 +10:00
Shannon 44df0dda2b adding an event 2020-04-20 22:45:12 +10:00
Shannon d9cb9f27f1 ModelsBuilder enabled flag not respected
When MB is disabled we were still rebuilding all of nucache models when schema changes are made which is a requirement of PureLive models but if MB is disabled then PureLive models don't matter. This was causing unnecessary performance and db overhead when modifying document types when mb is disabled.
2020-04-20 22:25:05 +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
Niels Lyngsø 1a69d5a7e6 Merge remote-tracking branch 'origin/v8/feature/AB4550-segments-clientcode' into v8/feature/AB6057-segment-feature 2020-04-17 17:46:50 +02:00
Niels Lyngsø 291d5167b1 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/AB4550-segments-ui-variant-picker 2020-04-17 09:42:25 +02:00
Shannon 90b4d557c9 Adds a segment level validation key + updates tests 2020-04-17 16:12:04 +10: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