Shannon
ded1a22e45
fixes validation check
2019-08-01 19:01:41 +10:00
Shannon
2e83ac9282
Cleans up some tests
2019-08-01 18:54:19 +10:00
Shannon
9538981730
Adds more assertions and tests and validates variations
2019-08-01 18:49:05 +10:00
Shannon
1095815878
removes notes
2019-08-01 16:09:52 +10:00
Shannon
a8bdab8f5c
Merge remote-tracking branch 'origin/v8/8.1' into v8/bugfix/pending-changes-issue
2019-08-01 15:56:24 +10:00
Shannon
ff952a6df1
Passes test! Now to add more tests/assertions and then the logic to renormalize based on name changes.
2019-08-01 15:54:44 +10:00
Shannon
87e7cec02e
WIP - commiting what i have. Solved part of the problem but there are others.
2019-07-31 18:30:34 +10:00
Shannon
5c8cd60275
Writes up a test to show the issue with edited culture flags, this shows that the current fix works but there's still an issue
2019-07-31 00:13:40 +10:00
Bjarke Berg
e2483dc874
Merge pull request #6020 from umbraco/v8/bugfix/panic-exception
...
Adds PanicException with details instead of throwing "panic" strings
2019-07-30 15:22:05 +02:00
Shannon
6482d849e3
Moves test to different fixture
2019-07-30 22:59:33 +10:00
Shannon
16d8f8846e
Adds PanicException with details instead of throwing "panic" strings
2019-07-30 22:40:15 +10:00
Shannon
365ad2981d
Fixing issue when changing a property type from invariant to variant and back again and the document always reporting pending changes.
2019-07-30 19:02:03 +10:00
Rasmus John Pedersen
ca56655d07
Fix exception when stored media url is already absolute
...
(cherry picked from commit 49b3351c72 )
2019-07-29 14:31:04 +02:00
Shannon
4612c03657
Fixes #5789 - PublishedContentQuery Search always searches on culture
2019-07-29 15:43:03 +10:00
Shannon
41093e5b8b
Value Set builder shouldn't stop indexing when one field is empty in value sets
2019-07-29 15:38:08 +10:00
Shannon
efd6bd82bd
Revert "V8: Don't show multiple open menus (take two) ( #5609 )"
...
This reverts commit 9ce996cbba .
(cherry picked from commit 1d49c8626e )
2019-07-24 12:02:41 +02:00
Sebastiaan Janssen
17527c99eb
Makes checks a little more robust
...
(cherry picked from commit ca75a25802 )
2019-07-24 11:37:29 +02:00
Steve Megson
361557dc39
Handle CSV values in TagsPropertyEditor
...
(cherry picked from commit a97604d6c4 )
2019-07-24 11:37:17 +02:00
Kenn Jacobsen
342b2087e9
Make sure save options are up to date with the content state
...
(cherry picked from commit 8a43e3a87e )
2019-07-24 10:59:01 +02:00
Steve Megson
dc371c1979
Include CheckBoxList in ValueListPreValueMigrator
2019-07-23 12:48:48 +02:00
Shannon
2faa4defd8
Merge remote-tracking branch 'origin/v7/7.15' into v8/8.1
...
# Conflicts:
# src/Umbraco.Core/Persistence/Repositories/ContentRepository.cs
2019-07-23 19:03:14 +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 Deminick
686f6752f3
Merge pull request #5951 from umbraco/v7/hotfix/5921-preview-failing
...
https://github.com/umbraco/Umbraco-CMS/issues/5921 - AB#1794 - Remove…
2019-07-23 16:58:13 +10:00
Warren Buckley
66ff4d191a
Merge pull request #5946 from umbraco/v8/bugfix/5886-fixes-Children
...
Fixes issue with Children(culture) method
2019-07-22 14:54:49 +01:00
Shannon
21218b0332
Merge remote-tracking branch 'origin/v7/7.15' into v8/8.1
...
# Conflicts:
# src/Umbraco.Core/Persistence/Repositories/ContentRepository.cs
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/linkpicker/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/mediapicker/mediapicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/treepicker/treepicker.controller.js
# 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
2019-07-22 13:59:14 +10:00
Shannon Deminick
23ccdeb2cf
Merge pull request #5868 from umbraco/v7/hotfix/5835-AB#1693-add-null-checks-when-using-dataTypeId
...
Added null checks when *.dataTypeId is used
2019-07-22 13:44:05 +10:00
Shannon
6148ce4e52
oops no es6 support in 7.x
2019-07-22 13:41:26 +10:00
Shannon
06850ed25c
Merge branch 'v7/7.15' into v7/hotfix/5835-AB#1693-add-null-checks-when-using-dataTypeId
2019-07-22 13:40:35 +10:00
Shannon
0320a56cb5
Fixes up dataTypeId var declarations
2019-07-22 13:27:51 +10:00
Warren Buckley
b9e44f381b
Merge pull request #5923 from umbraco/v8/hotfix/5902-migration-should-not-warn-about-build-in-renamed-data-types
...
V8: Migration should not warn about build in data types that is handled correct but renamed
2019-07-19 10:56:38 +01:00
Bjarke Berg
cd27bb210f
https://github.com/umbraco/Umbraco-CMS/issues/5921 - AB#1794 - Remove trashed nodes from sql when building xml for previews
2019-07-19 11:25:33 +02:00
Bjarke Berg
67f680a675
Revert " https://github.com/umbraco/Umbraco-CMS/issues/5921 - AB#1794 - Remove trashed nodes from sql when building xml for previews"
...
This reverts commit 47c3e3a7
2019-07-19 11:24:01 +02:00
Bjarke Berg
47c3e3a79f
https://github.com/umbraco/Umbraco-CMS/issues/5921 - AB#1794 - Remove trashed nodes from sql when building xml for previews
2019-07-19 11:20:31 +02:00
Shannon
02f49a0039
Cherry picks fix for 5894 and makes adjustments
2019-07-19 16:00:42 +10:00
Shannon
b07df63422
Adds some better notes to the api docs
2019-07-19 15:49:39 +10:00
Shannon
487e45b45b
updates note
2019-07-19 15:26:31 +10:00
Shannon
929c84822a
Fixes the Children ext method and adds unit tests
2019-07-19 15:18:00 +10:00
Warren Buckley
993f11cd2c
Merge pull request #5898 from umbraco/v8/hotfix/5846-AB#1695-Fix-for-migration-of-corrupt-data
...
V8: Give better exception if a json exception happens doing migration
2019-07-18 13:36:35 +01:00
Warren Buckley
6544b5c272
Update src/Umbraco.Core/Migrations/Upgrade/V_8_1_0/ConvertTinyMceAndGridMediaUrlsToLocalLink.cs
...
Co-Authored-By: Bjarke Berg <mail@bergmania.dk >
2019-07-18 13:03:14 +01:00
Shannon
817a458334
Merge remote-tracking branch 'origin/v7/7.15' into v8/8.1
...
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Web.UI/packages.config
2019-07-18 16:22:38 +10:00
Shannon
f3bfc1ffb2
Puts back UmbracoAntiForgeryAdditionalDataProvider for backwards compat reasons but it is not used
2019-07-18 16:18:11 +10:00
Shannon
3603090421
Fixes race condition in PublishedSnapshotService and more...
2019-07-17 22:51:14 +10:00
Bjarke Berg
79159b684d
https://github.com/umbraco/Umbraco-CMS/issues/5902
...
- Fixed issue with migration of Umbraco.Date if it was never saved in v7, the default format was added the time-part.
- Fixed issue with warnings of migrations of build in types, that was renamed between v7 and v8. These are handled correct.
- Added constants for some of the legacy property editor aliases.
2019-07-17 14:30:02 +02:00
Shannon
26d4d056be
bumps version
2019-07-17 22:28:06 +10:00
Shannon
6ad28f1103
Merge remote-tracking branch 'origin/v7/7.15' into v8/8.1
...
# Conflicts:
# build/NuSpecs/tools/Web.config.install.xdt
# src/Umbraco.Core/Persistence/Repositories/EntityRepository.cs
# src/Umbraco.Core/Services/EntityService.cs
# src/Umbraco.Core/Services/IEntityService.cs
# src/Umbraco.Tests/Web/Mvc/HtmlHelperExtensionMethodsTests.cs
# src/Umbraco.Web.UI.Client/src/views/member/member.edit.controller.js
# src/Umbraco.Web/Controllers/UmbLoginController.cs
# src/Umbraco.Web/Controllers/UmbLoginStatusController.cs
# src/Umbraco.Web/Controllers/UmbProfileController.cs
# src/Umbraco.Web/Controllers/UmbRegisterController.cs
# src/Umbraco.Web/HtmlHelperRenderExtensions.cs
# src/Umbraco.Web/Mvc/HttpUmbracoFormRouteStringException.cs
# src/Umbraco.Web/Mvc/ValidateUmbracoFormRouteStringAttribute.cs
# src/Umbraco.Web/UmbracoHelper.cs
# src/Umbraco.Web/WebBootManager.cs
2019-07-17 21:58:33 +10:00
Shannon
89cd655df2
Merge remote-tracking branch 'origin/v7/bugfix/build-without-vs2017' into v7/7.15
2019-07-17 21:48:21 +10:00
Shannon
14c4c4815d
bumps version
2019-07-17 21:35:43 +10:00
Shannon
bfb69a34ef
re-adds back in the serialization overloads for the custom exception, re-adds detailed error messages, adds more documentation. Adds unit tests.
2019-07-17 21:15:18 +10:00
Shannon
b675f6252c
removes files (should have been part of cherry pick?), fixes logic
2019-07-16 23:07:31 +10:00
Shannon
d52420183e
Cherry picks ValidateUmbracoFormRouteStringAttribute implementation and fixes up some logic
2019-07-16 23:03:26 +10:00