Shannon
27bc309c55
Removes unused code
2019-07-30 22:20:28 +10:00
Shannon
b5b4ee79b4
Adds notes, fixes logic with a double save
2019-07-30 22:20:28 +10:00
Shannon
415916c527
Fixes an issue with the content service + test
2019-07-30 22:20:27 +10:00
Shannon
40a55cb9df
Fixes issue/tests
2019-07-30 22:20:27 +10:00
Shannon
5a9ca8d09f
wip added more tests and notes
2019-07-30 22:20:27 +10:00
Shannon
1bfcc9053e
Fixes issues: we never properly used SuccessUnpublishMandatoryCulture, fixed issue of unpublishing last culture with a new status
2019-07-30 22:20:27 +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
Steve Megson
dc371c1979
Include CheckBoxList in ValueListPreValueMigrator
2019-07-23 12:48:48 +02:00
Bjarke Berg
c246044ac7
Merge pull request #5972 from stevemegson/v8/temp-checkboxlist
...
Content migration - Include CheckBoxList in ValueListPreValueMigrator
2019-07-23 12:47:13 +02:00
Shannon
27223738c6
Merge branch 'v8/8.1' into v8/dev
...
# Conflicts:
# src/Umbraco.Web/PublishedCache/NuCache/PublishedSnapshotService.cs
2019-07-23 19:05:06 +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
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
Steve Megson
968463912a
Include CheckBoxList in ValueListPreValueMigrator
2019-07-21 14:47:37 +01: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
b07df63422
Adds some better notes to the api docs
2019-07-19 15:49:39 +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
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
14c4c4815d
bumps version
2019-07-17 21:35:43 +10:00
Bjarke Berg
c6246b5404
Merge remote-tracking branch 'origin/v8/dev' into v8/dev
2019-07-16 13:46:07 +02:00
Bjarke Berg
3062f40ef5
Missing file in project file
2019-07-16 13:43:10 +02:00
Steve Megson
0feb053e51
Fixes #5852 - TablesForScheduledPublishing
2019-07-16 13:39:09 +02:00
Bjarke Berg
c01a8f8f13
Merge pull request #5887 from stevemegson/temp-content-migration
...
PR fixes 7 -> 8 migration bugs for #5852 and #5864
2019-07-16 13:37:08 +02:00
Bjarke Berg
09c8ae4e7e
Fixed null ref exception in related links migrations
2019-07-16 13:36:16 +02:00
skttl
2aaca865e7
changes innerjoin to left join, to allow folders in sql query
2019-07-16 07:26:26 +02:00
Bjarke Berg
f6a8d487cc
AB#1695 - https://github.com/umbraco/Umbraco-CMS/issues/5846
...
Give better exception, if a json exception happens doing migration of grid properties in ConvertTinyMceAndGridMediaUrlsToLocalLink
2019-07-15 13:06:47 +02:00
Steve Megson
4e0dd728a8
Fixes #5864 - migrate prevalues for Umbraco.DropDown.Flexible
2019-07-14 16:48:33 +01:00
Steve Megson
320ccf8105
Fixes #5852 - TablesForScheduledPublishing
2019-07-14 16:46:01 +01:00
hifi-phil
62f924a757
Change PropertyType.Alias to virtual
...
When unit testing PropertyType.Alias needs to be virtual to make it mockable. The underlying code on the set triggers IOC logic and makes it hard to test anything that uses Property Types.
2019-07-14 09:45:12 +01:00
Shannon
2252db0d55
Fixes 5822 by reinstating optional method overloads of loadBaseType
2019-07-12 13:40:21 +10: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
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
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
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
f7382255c2
Fixes N+1 Issues caused by the new bypass start nodes changes
2019-07-03 13:16:40 +10: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
Stephan
a4cac670df
Merge branch 'v8/dev' into v8/feature/mb-embed-prepare
2019-07-02 09:12:00 +02:00
Shannon
09793a1744
Fixes tests
2019-07-02 11:07:59 +10:00
Shannon
ba7cd48b8f
Merge remote-tracking branch 'origin/v8/dev' into v8/merge/v715
...
# Conflicts:
# src/Umbraco.Core/Constants-DataTypes.cs
# src/Umbraco.Core/Migrations/Install/DatabaseDataCreator.cs
# src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/linkpicker/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/mediapicker/mediapicker.controller.js
2019-07-02 10:49:20 +10:00
Warren Buckley
b64f303537
Mark the release PDB as portable too - the Powershell build uses Release not Debug
2019-07-01 11:20:07 +01:00
Warren Buckley
f01be09075
Update sourcelink & set from full to portable
2019-07-01 10:13:31 +01:00