Bjarke Berg
|
09c8ae4e7e
|
Fixed null ref exception in related links migrations
|
2019-07-16 13:36:16 +02:00 |
|
Shannon
|
77dda5a70f
|
Fixes issue during upgrade where umbraco can't clear cdf log files
|
2019-07-15 14:34:32 +02:00 |
|
Claus
|
78735ff349
|
Merge pull request #5798 from kjac/v8-fix-save-member
V8: Can't save members without resetting their password
|
2019-07-08 09:29:37 +02:00 |
|
Kenn Jacobsen
|
1af43498d9
|
Make it possible to save a member without resetting the password
|
2019-07-07 11:16:02 +02:00 |
|
Shannon
|
015ad64e30
|
Updates the exception thrown during upgrade to provide some meaningful feedback to the user.
|
2019-07-05 14:36:33 +10:00 |
|
Bjarke Berg
|
6dbb988903
|
Refactor to limit to only v7.14.0 - V7.15.*
|
2019-07-04 11:44:05 +02:00 |
|
Bjarke Berg
|
926acb910e
|
Forces the initial migration state of V7 sites that are allowed to be migrated into v7.14 state.
|
2019-07-04 11:44:05 +02:00 |
|
Sebastiaan Janssen
|
57e3187e3a
|
For some reason this file was not part of the project any more :-(
|
2019-07-03 22:10:01 +02:00 |
|
Bjarke Berg
|
988d51c4c8
|
Merge pull request #5767 from umbraco/v8/bugfix/5671-fix-for-different-version-number-in-modelbuilder-models-in-live-mode
V8: Bugfix for Modelsbuilder models with different versions error
|
2019-07-03 13:43:00 +02:00 |
|
Bjarke Berg
|
4733256ca1
|
Merge pull request #5772 from umbraco/v8/bugfix/fix-n1-issue
Fixes N+1 Issues caused by the new bypass start nodes changes
|
2019-07-03 13:15:55 +02:00 |
|
Bjarke Berg
|
4133a1fe76
|
Refactored the ModelBindingExceptionFilter to also handle InvalidCastException, and also ensure the models are the same type.
Otherwise a infinite loop was introduced, when requesting a wrong model in the view.
Also refactored the why we do the retry from Html to Http headers
|
2019-07-03 13:14:35 +02:00 |
|
Shannon
|
37bf6fe938
|
Automatically refresh the page if we encounter a ModelBindingException
|
2019-07-03 19:15:54 +10:00 |
|
Shannon Deminick
|
31716e574c
|
Update src/Umbraco.Web/PublishedCache/NuCache/ContentStore.cs
good catch!
Co-Authored-By: Bjarke Berg <mail@bergmania.dk>
|
2019-07-03 18:34:11 +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 |
|
Bjarke Berg
|
c5f1cc15fd
|
Refactored dataTypeId when a guid into dataTypeKey
|
2019-07-03 08:33:30 +02:00 |
|
Shannon
|
d089518681
|
Fixes SQL generation to populate the nodedto object of the datatypedto
|
2019-07-03 15:40:18 +10:00 |
|
Shannon
|
cd6ef35bf9
|
comments out the fix during investigation - adds some notes
|
2019-07-03 15:17:51 +10:00 |
|
Shannon
|
47cdc79fcb
|
Merge branch 'v8/dev' into v8/bugfix/5671-fix-for-different-version-number-in-modelbuilder-models-in-live-mode
|
2019-07-03 13:50:38 +10:00 |
|
Shannon
|
f7382255c2
|
Fixes N+1 Issues caused by the new bypass start nodes changes
|
2019-07-03 13:16:40 +10:00 |
|
Shannon Deminick
|
2167eada0c
|
Merge pull request #5764 from umbraco/v8/bugfix/fixes-for-bypass-securtiy-after-merge
V8: Bugfixes regarding the Bypass Security feature after merge from v7
|
2019-07-03 11:27:55 +10:00 |
|
Shannon
|
df11935598
|
Revert and adjusts "Fixes issue when creating DateTypes of type Umbraco.MultiNodeTreePicker with type member, because -1 can't be casted to Udi"
|
2019-07-03 11:23:25 +10:00 |
|
Shannon
|
d3b4b9fe64
|
fix merge
|
2019-07-03 11:10:34 +10:00 |
|
Shannon
|
33aff7ff61
|
Merge branch 'v8/dev' into v8/bugfix/fixes-for-bypass-securtiy-after-merge
# Conflicts:
# src/Umbraco.Web/Editors/EntityController.cs
|
2019-07-03 11:04:34 +10:00 |
|
Sebastiaan Janssen
|
4d2c551b79
|
Merge branch 'v7/dev' into v8/dev
|
2019-07-02 22:01:34 +02:00 |
|
Sebastiaan Janssen
|
5b7ae7150f
|
Fix weird merge
|
2019-07-02 21:55:54 +02:00 |
|
Sebastiaan Janssen
|
5bf29a907a
|
Fixes #5206
|
2019-07-02 21:47:14 +02: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 |
|
Bjarke Berg
|
7b4023fd5a
|
Fixes issue when creating DateTypes of type Umbraco.MultiNodeTreePicker with type member, because -1 can't be casted to Udi
|
2019-07-02 13:17:47 +02:00 |
|
Bjarke Berg
|
af72729905
|
Merge remote-tracking branch 'origin/v8/dev' into v8/dev
|
2019-07-02 13:03:29 +02:00 |
|
Claus
|
d5bc54cf6c
|
refixing #4708 - old merge error.
|
2019-07-02 13:00:50 +02:00 |
|
Claus
|
5625102e2c
|
making EditorValidatorOfT public instead of internal.
|
2019-07-02 12:42:18 +02:00 |
|
Bjarke Berg
|
66abd7b50c
|
Merge remote-tracking branch 'origin/v8/dev' into v8/dev
|
2019-07-02 11:31:14 +02:00 |
|
Bjarke Berg
|
2a9bcf0e98
|
Merge pull request #5763 from umbraco/v7/bugfix/fix-for-null-ref-exception-when-using-member-pickers
V7: Bugfix for Null ref-exception when using member pickers.
|
2019-07-02 11:20:53 +02:00 |
|
Bjarke Berg
|
e6484687e5
|
Small fixes after v7 to v8 merge regarding the bypass security feature
|
2019-07-02 11:17:23 +02:00 |
|
Shannon
|
5da1e64bbc
|
Merge branch 'v8/dev' of https://github.com/umbraco/Umbraco-CMS into v8/dev
|
2019-07-02 19:15:20 +10:00 |
|
Shannon
|
7b0979f9fd
|
Fixes install.ps1 and updates sln to remove old ps1 file
|
2019-07-02 19:15:04 +10:00 |
|
Dave Woestenborghs
|
1a437c1c6a
|
#5750 - fix outside click directive so it doesn't close dialogues from create action
|
2019-07-02 11:11:03 +02:00 |
|
Bjarke Berg
|
3c0565e516
|
Bugfix: Null ref-exception when using member pickers.
|
2019-07-02 10:56:44 +02:00 |
|
Claus
|
178b1ccf40
|
Merge pull request #5743 from umbraco/v8/feature/sourcelink-update
V8: Adds in SourceLink Debugging Feature
|
2019-07-02 10:49:11 +02:00 |
|
Shannon Deminick
|
c03cd81c23
|
Merge pull request #5748 from umbraco/v8/feature/mb-embed-prepare
Prepare MB future
|
2019-07-02 18:18:07 +10:00 |
|
Stephan
|
3d3647b476
|
Fix tests
|
2019-07-02 10:11:51 +02:00 |
|
Stephan
|
a4cac670df
|
Merge branch 'v8/dev' into v8/feature/mb-embed-prepare
|
2019-07-02 09:12:00 +02:00 |
|
Shannon
|
c414dd06cc
|
updates package lock
|
2019-07-02 15:38:17 +10:00 |
|
Shannon
|
4ed746e4ef
|
Fixes tree refreshing when changing users, fixes memory/event leak
|
2019-07-02 13:37:40 +10:00 |
|
Shannon
|
c270d8ecac
|
Merge remote-tracking branch 'origin/v7/dev' into v8/dev
# Conflicts:
# build/NuSpecs/tools/Web.config.install.xdt
# src/Umbraco.Core/Constants-DataTypes.cs
# src/Umbraco.Core/Models/DataTypeDefinition.cs
# src/Umbraco.Core/Models/DataTypeExtensions.cs
# src/Umbraco.Core/Models/IDataTypeDefinition.cs
# src/Umbraco.Core/Models/UmbracoEntity.cs
# src/Umbraco.Core/Models/UserExtensions.cs
# src/Umbraco.Core/Persistence/Factories/DataTypeDefinitionFactory.cs
# src/Umbraco.Core/Persistence/Factories/UmbracoEntityFactory.cs
# src/Umbraco.Core/Persistence/Migrations/Initial/BaseDataCreation.cs
# src/Umbraco.Core/Persistence/Repositories/EntityRepository.cs
# src/Umbraco.Core/Services/ContentService.cs
# src/Umbraco.Core/Services/DataTypeService.cs
# src/Umbraco.Core/Services/DateTypeServiceExtensions.cs
# src/Umbraco.Core/Services/EntityService.cs
# src/Umbraco.Core/Services/IContentService.cs
# src/Umbraco.Core/Services/IDataTypeService.cs
# src/Umbraco.Core/Services/IEntityService.cs
# src/Umbraco.Core/Services/IRelationService.cs
# src/Umbraco.Core/Services/Implement/RelationService.cs
# src/Umbraco.Tests/Models/UmbracoEntityTests.cs
# src/Umbraco.Tests/Plugins/PluginManagerTests.cs
# src/Umbraco.Tests/Services/EntityServiceTests.cs
# src/Umbraco.Web.UI.Client/src/common/resources/content.resource.js
# src/Umbraco.Web.UI.Client/src/common/resources/entity.resource.js
# src/Umbraco.Web.UI.Client/src/common/resources/media.resource.js
# src/Umbraco.Web.UI.Client/src/common/services/mediahelper.service.js
# src/Umbraco.Web.UI.Client/src/common/services/search.service.js
# src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/linkpicker.html
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/mediapicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/treepicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/mediapicker/mediapicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/contentpicker/contentpicker.html
# src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.html
# src/Umbraco.Web.UI.Client/src/views/common/overlays/treepicker/treepicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/treepicker/treepicker.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/media.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/editors/rte.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/mediapicker/mediapicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/multiurlpicker/multiurlpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.prevalues.html
# src/Umbraco.Web.UI/config/EmbeddedMedia.Release.config
# src/Umbraco.Web.UI/config/EmbeddedMedia.config
# src/Umbraco.Web.UI/packages.config
# src/Umbraco.Web.UI/web.Template.config
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/Editors/EntityController.cs
# src/Umbraco.Web/Editors/MediaController.cs
# src/Umbraco.Web/HtmlHelperRenderExtensions.cs
# src/Umbraco.Web/Models/ContentEditing/ContentPropertyBasic.cs
# src/Umbraco.Web/Models/Mapping/ContentPropertyBasicConverter.cs
# src/Umbraco.Web/Models/Mapping/ContentPropertyDisplayConverter.cs
# src/Umbraco.Web/Models/Mapping/ContentPropertyDtoConverter.cs
# src/Umbraco.Web/Models/Mapping/ContentPropertyModelMapper.cs
# src/Umbraco.Web/Models/Mapping/PreValueDisplayResolver.cs
# src/Umbraco.Web/Mvc/RenderRouteHandler.cs
# src/Umbraco.Web/PropertyEditors/ContentPicker2PropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/GridPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MediaPicker2PropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MultiNodeTreePicker2PropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MultiUrlPickerPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/RelatedLinks2PropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/RichTextPreValueEditor.cs
# src/Umbraco.Web/Search/UmbracoTreeSearcher.cs
# src/Umbraco.Web/Security/UmbracoAntiForgeryAdditionalDataProvider.cs
# src/Umbraco.Web/Trees/ContentTreeController.cs
# src/Umbraco.Web/Trees/ContentTreeControllerBase.cs
# src/Umbraco.Web/Trees/MediaTreeController.cs
# src/Umbraco.Web/Trees/TreeControllerBase.cs
# src/Umbraco.Web/Trees/TreeQueryStringParameters.cs
# src/Umbraco.Web/UmbracoHelper.cs
# src/Umbraco.Web/WebApi/Filters/EnsureUserPermissionForContentAttribute.cs
# src/Umbraco.Web/WebBootManager.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/Trees/BaseMediaTree.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/Trees/BaseTree.cs
# src/umbraco.cms/businesslogic/web/Access.cs
|
2019-07-02 12:24:05 +10:00 |
|
Shannon Deminick
|
ade9bb7324
|
Merge pull request #5741 from umbraco/v8/merge/v715
Merging 7.15 - 8.1
|
2019-07-02 12:10:03 +10:00 |
|
Shannon
|
4134dd16df
|
adds fixme note
|
2019-07-02 12:04:58 +10:00 |
|
Shannon
|
f81588bb13
|
fixes search for content picker with ignore start nodes
|
2019-07-02 11:48:09 +10:00 |
|